/* CSS Document */


.style_menu a:link {
	text-decoration: none;
    font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
	margin-left:5px;
	}

.style_menu a:visited {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
	margin-left:5px;
	}
		   
.style_menu a:hover {
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FF0000;
	margin-left:5px;
	}
		 
.style_menu a:active {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FF0000;
	margin-left:5px;
	}
	/* 以上、左メニューのリンク用 */
	
	
.font_10px {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:10px;
	color:#333333;
	line-height: 140%;
	}
		
.font_12px {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#333333;
	line-height:150%;
	}
	
.font_12px_strong {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	}
	
.font_seeyou {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	line-height:140%;
	}