@charset "Shift_JIS";/*共通基本スタイルシート*/body {	padding: 0px; /*余白*/	margin: 0px; /*マージン*/	/*background-image: url(images/back.gif); 背景画像リンク*/	/*background-repeat: repeat-x; 背景画像縦方向へリピート*/	/*background-repeat: repeat-x;背景画像横方向へリピート*/	background-color: #FFFFFF; /*背景色*/	color: #333333; /*フォント基本色*/	font-family: "ＭＳ Pゴシック", "Osaka", "ヒラギノ角ゴ Pro W3"; /*フォント書体*/}/* リンク関係の色設定 */a:link   { text-decoration: none; color: #0000CC }a:visited { text-decoration: none; color: #800080 }a:active  { text-decoration:none; color: #666666 }a:hover   { color: #FF0099; }a.link:link    { text-decoration: none; color: #1575D8; }a.link:visited { text-decoration: none; color: #0066ff; }a.link:active  { text-decoration: none; color: #0066ff; }a.link:hover   { text-decoration: underline; color: #FF0000; }/* 共通ヘッダ・フッタ */.Box_bottom {	background-repeat: no-repeat;	background-image: url(images/bottom.gif);}.footer {   font-size: 10px;   line-height: 1.2em;	 color: #FFFFFF;}/*テキスト設定 */	.honbun {	font-size: 0.8em;  line-height: 1.4em;}.honbunL {	font-size: 1em;  line-height: 1.4em;}.honbunLB {	font-size: 1em;  line-height: 1.4em;	font-weight: 800;}.honbun_white {	font-size: 0.8em;  line-height: 1.4em;	color: #FFFFFF;}.honbunL_white {	font-size: 1em;  line-height: 1.4em;	color: #FFFFFF;}.honbunLB_white {	font-size: 1em;  line-height: 1.4em;	font-weight: 800;	color: #FFFFFF;}.honbun_mblue {	font-size: 0.8em;  line-height: 1.4em;	color: #4E84BC;}.honbunL_mblue {	font-size: 1em;  line-height: 1.4em;	color: #4E84BC;}.honbunLB_mblue {	font-size: 1em;  line-height: 1.4em;	font-weight: 800;	color: #4E84BC;}.honbun_red {	font-size: 0.8em;  line-height: 1.4em;	color: #FF0000;}.honbunL_red {	font-size: 1em;  line-height: 1.4em;	color: #FF0000;}.honbunB_red {	font-size: 0.8em;  line-height: 1.4em;	font-weight: 800;	color: #FF0000;}.honbunLB_red {	font-size: 1em;  line-height: 1.4em;	font-weight: 800;	color: #FF0000;}.caption {	font-size: 0.7em;  line-height: 1.2em;}.honBlue {	font-size: 0.8em;	line-height: 1.4em;	color: #0F218B;	font-weight: 800;}.hongreen {	font-size: 0.8em;	line-height: 1.4em;	color: #10846A;	font-weight: 800;}.honRed {	font-size: 0.9em;	line-height: 1.4em;	color: #FF0000;}.syourei {	font-size: 0.9em;	line-height: 1.2em;	font-weight: 800;	background-color: #FEEAB3;}