/* CSS Document */

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

.style_menu a:visited {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
	}
		   
.style_menu a:hover {
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
	}
		 
.style_menu a:active {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
	}

.font_11px_red {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	color:#FF0000;
	}
	
.font_12px {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#333333;
	}
	
.font_12px_white {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#FFFFFF;
	line-height: 20px;
	}

.font_12px_linespace {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#333333;
	line-height: 150%;
	padding-top: 5px;
	}

.font_12px_strong {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#333333;
	line-height: 120%;
	padding-top: 10px;
	font-weight:bold;
	}

.font_12px_red_strong {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#FF0000;
	line-height: 120%;
	padding-top: 10px;
	font-weight:bold;
	}


.font_13px_black_linespace {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:13px;
	color:#000000;
	line-height: 140%;
	}

.hr {
	border:2px;
	border-color:#666666;
	border-style:dotted;
	border-bottom:none;
	width:90%;
	}

