@charset "Shift_JIS";/*共通基本スタイルシート*/body {	padding: 0px; /*余白*/	margin: 0px; /*マージン*/	/*background-image: url(images/back.gif); 背景画像リンク*/	/*background-repeat: repeat-x; 背景画像縦方向へリピート*/	background-repeat: repeat-y;/*背景画像横方向へリピート*/	background-position: center;/*背景画像の配置位置*/	background-color: #FEE0AF; /*背景色*/	color: #333333; /*フォント基本色*/	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3"; /*フォント書体*/}/* リンク関係の色設定 */a:link   { text-decoration: none; color: #FF7800 }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: #FF7800; }a.link:visited { text-decoration: none; color: #FF7800; }a.link:active  { text-decoration: none; color: #FF7800; }a.link:hover   { text-decoration: underline; color: #FF0000; }/* マージン */.MarginBox {	margin: 0 0 5px;}.MarginBox2 {	margin: 0 0 10px;}.MarginBox3 {	margin: 0 0 15px;}/* 共通ヘッダ・フッタ .HeadLine {	background-repeat: no-repeat;	background-image: url(images/head_l.gif);}*/.HeadText {	font-size: 85%;	font-weight: bold;	color: #0E3192;}.TopMessage {	font-size: 80%;	line-height: 180%;}.footer {   font-size: 75%;	 color: #333333;}/*テキスト設定 */	.honbun {	font-size: 80%;  line-height: 140%;}.honbunS {	font-size: 75%;  line-height: 140%;}.honbunL {	font-size: 90%;  line-height: 1.2em;}.honbunLB {	font-size: 90%;  line-height: 1.2em;	font-weight: 800;}.hongreenB {	font-size: 80%;	line-height: 120%;	color: #45AF79;	font-weight: 800;}.honRed {	font-size: 80%;	line-height: 120%;	color: #FF0000;}.honRed-s {	font-size: 70%;	line-height: 120%;	color: #FF0000;}
