/* ページの基本レイアウト　印刷用CSS */

body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	margin: 0px;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

h2 {
	color: #5370ac;
	font-size:14px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #5370ac;
	padding-top: 0px;
	padding-bottom: 6px;
}
h3 {
	color: #666666;
	font-size: 12px;
	padding-left: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#top {
	margin: 0px;
	padding: 0px;
}

#top img {
	padding-top: 3px;
	margin: 0px;

}


p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

/*画像左でテキスト回り込み設定したときの、回り込み解除*/
.clearL {
	clear: left;
}

/*画像右でテキスト回り込み設定したときの、回り込み解除*/
.clearR {
	clear: right;
}

p img {
	border: 1px solid #999999;
	padding: 2px;
}

#path {
	text-align:left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

a:link {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5370ac;
}

a:active {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}

#contents {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
}

/*ナビゲーションバーの設定*/
.navibar {
	padding: 0px;
	height: 25px;
	width: 755px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	left: 0px;
	margin-bottom: 5px;
}
.navibar div {
	height: 25px;
	width: 150px;
	text-align: center;
	background-image: url(img/nav_bk.jpg);
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.navibar div.none {
	border-right-style: none;
}
.navibar h2 {
	margin: 0px;
	padding-left: 0px;
	line-height: 1.8em;
	border-left-style: none;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.navibar h2 a {
	height: 25px;
	display: block;
}

.navibar h2 a:hover {
	border-bottom-style: none;
	background-image: url(img/nav_bk2.jpg);

}

/*サイドバーが左に表示されるように、メインの幅指定とフロート指定する*/
#main {
	width:580px;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

/*サイドバー幅指定と、Firefoxで横に表示されるようフロート指定する*/
#side {
	width:134px;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}

/*サイドバー内用の見出しh2と箇条書き部分のフォント指定等*/
#side h2 {
	font-size: 13px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 3px;
	padding-top: 0px;
	padding-bottom: 4px;
	height: 17px;
	margin-bottom: 0px;
	margin-top: 10px;
	letter-spacing: -1px;
}
#side ul {
	font-weight: normal;
	color: #666633;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	margin: 0px;
}

#side ul a:link {
	font-weight: normal;
	color: #666633;
}
#side ul a:visited {
	font-weight: normal;
	color: #666633;
}
#side ul a:hover {
	font-weight: normal;
	color: #666633;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666633;
}
#side ul a:active {
	font-weight: normal;
	color: #666633;
}


/*TOPサイドバー幅指定と、Firefoxで横に表示されるようフロート指定する*/
#tside {
	width:134px;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}
/*TOPサイドバー内用の箇条書き部分のフォント指定等*/
#tside ul {
	font-weight: bold;
	color: #5370ac;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	margin: 0px;
}

#tside ul a:link {
	font-weight: bold;
	color: #5370ac;
}
#tside ul a:visited {
	font-weight: bold;
	color: #5370ac;
}
#tside ul a:hover {
	font-weight: bold;
	color: #5370ac;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5370ac;
}
#tside ul a:active {
	font-weight: bold;
	color: #5370ac;
}


/*リンクバナー設置用*/
.ad {
	margin-top: 10px;
	text-align: center;
}
/*リンクバナーリンク用*/
.ad a:hover  {
	text-decoration: none;
	border-bottom-style: none;
}

/*インフォバー配置用*/
#infobar {
	height: 20px;
	width: 580px;
	margin: 0px;
}

/*サブ画像位置の設定*/
#intro {
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*インフォメーション用BOX指定*/
#infobox {
	height: 130px;
	width: 558px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5370ac;
	border-left-color: #5370ac;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5370ac;
	padding: 10px;
}

/*インフォメーション行設定*/
.info {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5370ac;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/*インフォメーション用行頭記号設定*/
.infomark {
	color: #CC0000;
	margin-right: 5px;
	padding-top: 5px;
}

/*インフォメーション用リンク設定*/
.info a:link {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}
.info a:visited {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}
.info a:hover {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
	border-bottom-style: none;
}
.info a:active {
	color: #5370ac;
	text-decoration: none;
	font-weight:bold;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	width: 754px;
	clear: both;
	margin-top: 10px;
	border-top-style: none;
}

/*ページTOPへの設定*/
.pageTop {
	font-size: 11px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*テーブルへの設定*/
table {
	width: 560px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.t_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
td {
	padding-bottom: 15px;
}

/*パターンＢ*/
.B_Limg {
	float: left;
	margin-right: 10px;
}
/*パターンＣ*/
.C_Rimg {
	float: right;
	margin-left: 5px;
}
/*パターンＤ*/
.D_img {
	padding-right: 5px;
	vertical-align: top;
	width: 169px;
	padding-bottom: 15px;
}
.D_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.D_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	width: 375px;
	padding-bottom: 15px;
}

/*パターンＥ*/
.E_img {
	text-align: center;
	width: 560px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.E_img img {
	padding: 2px;
	border: 1px solid #999999;
}

/*パターンＦ*/
.F_img {
	text-align: center;
	width: 560px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.F_img img {
	padding: 2px;
	border: 1px solid #999999;
}

/*パターンＧ*/
.G_img {
	text-align: center;
	width: 269px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.G_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.G_imgR {
	text-align: center;
	width: 269px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.G_imgR img {
	padding: 2px;
	border: 1px solid #999999;
}

/*パターンＨ*/
.H_img {
	text-align: center;
	width: 269px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.H_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.H_imgR {
	text-align: center;
	width: 269px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.H_imgR img {
	padding: 2px;
	border: 1px solid #999999;
}

/*パターンＩＪＫ*/
.IK_img {
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	width: 174px;
	padding-bottom: 10px;
}
.IK_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.IK_imgR {
	vertical-align: top;
	text-align: center;
	width: 174px;
	padding-bottom: 10px;
}
.IK_imgR img {
	padding: 2px;
	border: 1px solid #999999;
}
.J_Bimg {
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	width: 174px;
	padding-bottom: 15px;
}
.J_Bimg img {
	padding: 2px;
	border: 1px solid #999999;
}
.J_BimgR {
	vertical-align: top;
	text-align: center;
	width: 174px;
	padding-bottom: 15px;
}
.J_BimgR img {
	padding: 2px;
	border: 1px solid #999999;
}
.K_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.K_textR {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

/*パターンＬ*/
.L_img {
	padding-right: 5px;
	vertical-align: top;
	text-align: center;
	width: 130px;
	padding-bottom: 10px;
}
.L_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.L_imgR {
	vertical-align: top;
	text-align: center;
	width: 130px;
	padding-bottom: 10px;
}
.L_imgR img {
	padding: 2px;
	border: 1px solid #999999;
}
.L_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.L_textR {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

/*パターンＭ*/
.M_img {
	padding-right: 5px;
	vertical-align: top;
	width: 85px;
	padding-bottom: 15px;
}
.M_img img {
	padding: 2px;
	border: 1px solid #999999;
}
.M_imgR {
	padding-right: 5px;
	vertical-align: top;
	width: 85px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.M_imgR img {
	padding: 2px;
	border: 1px solid #999999;
}
.M_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	width: 174px;
	padding-bottom: 15px;
}

/*パターンＮ*/
.N_table {
	width: 500px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 15px;
}
.N_Ltd {
	font-size: 12px;
	line-height: 18px;
	color: #5370ac;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #C1CCE1;
	border: 1px solid #FFFFFF;
	width: 150px;
	vertical-align: top;
	text-align: left;
}
.N_Rtd {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #777777;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	background-color: #E8ECF4;
	border: 1px solid #FFFFFF;
}

.privacy_bun {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.privacy_q {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

