/***********************************************//*共通*//***********************************************/body {margin-left: 0px;margin-top: 0px; background-color: #FFFFFF;}/* 枠線 */.border {border: 1px solid #013300;}/* 左空き */.leftmgn {	margin-top:0px;	font-size: 12px;	line-height: 140%;	padding-left: 12px;	}/***********************************************//*フォント*//***********************************************//* 基本 */.f00 {/*	font-family: "ＭＳ Ｐゴシック", "Osaka";*/	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 84%;	line-height: 140%;	color: #333333	}/* 小 */.f01 {	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 78%;	line-height: 120%;	}/* 大（太字） */.f02 {	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 120%;	font-weight: bold;	line-height: 140%;	}.f02 a:link{	text-decoration:none;	vertical-align:; 	color:#003300;}.f02 a:visited{	text-decoration:none;	vertical-align:; 	color:#003300;}.f02 a:active{	text-decoration:underline;	vertical-align:; 	color:#FF9900;}.f02 a:hover{	text-decoration:underline;	vertical-align:; 	color:#FF9900;}/* 見出し */.fmida {	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 100%;	font-weight: bold;	line-height: 140%;	}/* 基本わずかに小（料金表） */.f00s {/*	font-family: "ＭＳ Ｐゴシック", "Osaka";*/	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: 78%;	line-height: 140%;	color: #333333	}/*基本リンク指定*/a:link{	text-decoration:none;	vertical-align:; 	color:#003300;}a:visited{	text-decoration:none;	vertical-align:; 	color:#003300;}a:active{	text-decoration:underline;	vertical-align:; 	color:#FF9900;}a:hover{	text-decoration:underline;	vertical-align:; 	color:#FF9900;}/*標準*/.mainfont	 { 	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: x-small;	line-height: 140%;	text-decoration: none;	color:#333333}/*大*/.daifont	 { 	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: medium;	line-height: 140%;	text-decoration: none;}/*中*/.cyufont	 { 	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: small;	line-height: 140%;	text-decoration: none;	color:#333333}/*小*/.syofont	 { 	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: xx-small;	line-height: 140%;	text-decoration: none;}/*最小*/.saisyofont	 { 	font-family: "ＭＳ Ｐゴシック", "Osaka";	font-size: xxx-small;	line-height: 140%;	text-decoration: none;}/***********************************************/