@charset "Shift_JIS";/*共通基本スタイルシート*/body {	padding: 0px; /*余白*/	margin: 5 0 0 0px; /*マージン*/	/*background-image: url(images/back.gif); 背景画像リンク*/	/*background-repeat: repeat-x; 背景画像縦方向へリピート*/	background-repeat: repeat-y;/*背景画像横方向へリピート*/	background-position: center;/*背景画像の配置位置*/	background-color: #F493C7; /*背景色*/	color: #505050; /*フォント基本色*/	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: #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; }/* マージン */.MarginBox {	margin: 0 0 5px;}.MarginBox2 {	margin: 0 0 10px;}.MarginBox3 {	margin: 0 0 15px;}/* 共通ヘッダ・フッタ */.HeadText {	font-size: 85%;	font-weight: bold;	color: #0E3192;}.TopMessage {	font-size: 90%;	line-height: 140%;	color: #333333;}.footer {   font-size: 75%;	 color: #333333;}/*テキスト設定 */	.honbun {	font-size: 80%;  line-height: 120%;}.honbun2 {	font-size: 80%;  line-height: 160%;}.honbunS {	font-size: 75%;  line-height: 120%;}.honbunL {	font-size: 90%;  line-height: 1.2em;}.honbunLB {	font-size: 90%;  line-height: 1.2em;	font-weight: 800;}.honPink {	font-size: 80%;	line-height: 120%;	color: #EB6AAF;}.honRed {	font-size: 80%;	line-height: 120%;	color: #FF0000;}.honRed-s {	font-size: 70%;	line-height: 120%;	color: #FF0000;}.calender {   font-size: 8pt;}.calender2 {   font-size: 8pt;}