/*サイト全体の基本設定*/BODY{	font-weight: normal;	font-family:"ＭＳ Ｐゴシック", "Osaka",sans-serif;	background-color:#ffffff;}a.{	color: #3F5D72;}a.:hover {	color: #FF7F24;}h1{	font-size: 12px;	color: #999999;	letter-spacing: 0.5px;	font-weight: lighter; margin-top:3px; margin-bottom:3px;}/*本文の色・文字のサイズ*/.honbun{	font-size: 12px;	line-height: 180%;	color: #333333;	letter-spacing: 1px;	text-align:center;}/*本文の色・文字のサイズ・2*/.honbun2{	font-size: 14px;	line-height: 180%;	color: #333333;	letter-spacing: 1px;	font-weight: bold;	text-align:center;}honbun3{ 	font-size:15px;  color: #36648B;  text-decoration: none	text-align:center;}a.honbun3:link{ 	font-size:15px;  color: #36648B;  text-decoration: none	text-align:center;}a.honbun3:hover { 	font-size:15px;  color: #8B2500;  text-decoration: underline	text-align:center;}/*本文で小さめの文字にしたい時*//*▼▼▼10px←文字のサイズ▼▼▼*/.honbun_s {	font-size:10px;	line-height:120%;	color: #333333;	text-decoration: none; letter-spacing: 1px;	padding:3px;	line-height: 125%;}/*本文小さめの文字リンク部分の色*/a.honbun_s {	font-size: 10px;		line-height: 120%;	color: #002748; text-decoration: underline;	letter-spacing: 1px;	padding:3px;	line-height: 125%;}/*本文小さめの文字リンク部分にマウスをのせた時の色*/a.honbun_s:hover {	font-size:10px;	line-height:120%;	color: #FFCC66; text-decoration: underline;	letter-spacing: 1px;	padding:3px;	line-height: 125%;}/*▼▼▼10px←文字のサイズ▼▼▼*/.info {	font-size:10px;	color: #666666; letter-spacing: 1px;	line-height:145%;	text-decoration: none;}/*本文小さめの文字リンク部分の色*/a.info:link {	font-size: 10px;		color: #666666;	letter-spacing: 1px;	line-height: 145%;	text-decoration: none;}/*本文小さめの文字リンク部分にマウスをのせた時の色*/a.info:hover {	font-size:10px;	color: #FFCC66;	letter-spacing: 1px;	line-height:145%; text-decoration: underline;}.info2 {	font-size:10px;	color: #666666; letter-spacing: 1px;	line-height:150%;	text-decoration: none;}/*本文小さめの文字リンク部分の色*/a.info2:link {	font-size: 10px;		color: #666666;	letter-spacing: 1px;	line-height: 150%;	text-decoration: none;}/*本文小さめの文字リンク部分にマウスをのせた時の色*/a.info2:hover {	font-size:10px;	color: #FFCC66;	letter-spacing: 1px;	line-height:150%; text-decoration: underline;}