﻿@charset "utf-8";
#header {
	height: 200px;
	width: 780px;
}
#header_coment {
	height: 18px;
	width: 777px;
	background-color: #FF9900;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 3px;
	padding-top: 2px;
}
#header_coment .header_coment_h1 {
	font-size:10pt;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#update_disp {
	height: 25px;
	width: 775px;
	font-size: 80%;
	text-align: right;
	color: #FF0000;
	padding-right: 5px;
	margin-top: 5px;
	font-weight: normal;
}
#current_pos_navi {
	height: 20px;
	width: 775px;
	font-size: small;
	text-align: left;
	color: #000000;
	padding-left: 5px;
	margin-top: 7px;
	font-weight: normal;
}
#main_contents {
	width: 780px;
	margin-top: 15px;
}
#footer {
	height: 50px;
	width: 780px;
	margin-top: 0px;
}

.f_weight_normal {
	font-weight:normal;
}

.text_noline {
	text-decoration:none;
}

a:link {
	color: #0000FF;
}  
a:visited {
	color: #660099;
}  
a:hover { color: #FF0000; 
}  
a:active {
	color: #FF0000;
}

a.current_style:link{color:red;}
a.current_style:visited{color:red;}
a.current_style:hover{color:red;}



.image_noborder {
	border-style: none;
}
