@charset "utf-8";
body{
	line-height:1.4;
     font-size: 100%;	
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; 	
}
a:hover img,
#header_con a:hover img#contact {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*#header_con a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}*/

noscript p{
	display:block;
	width:950px;
	background-color:#DE8C90;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:10px auto;
	padding:10px;
}
#header_con,
.wrapper,
#content,
#main_img,
#topicpath ul,
#footer{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.clear{
	clear:both;
}
header{
	height:102px;
	position:fixed;
	margin-bottom:100px;
	z-index:100;
}
#h_bg{
	background:#333;
	font-size:0.625em;
	overflow:hidden;
	text-align:right;
}
#h_bg h1{
	float:right;
	color:#FFF;
	padding-right:10px;
}
#h_bg p{
	float:right;
	color:#FFF;
}
header #h_box{
	overflow:hidden;
	margin-bottom:10px;
}
*+html header #h_box{
	margin-bottom:20px;
}/*IE7*/
header #h_box #logo{
	margin:10px 0;
	float:left;
}
header #h_box  #contact{
	float:right;
}
header #g_navi{
    left:0px;
    right:0px;
	font-size:0.75em;
}
header ul#g_navi{
	margin-top:5px;
	position:relative;
	width:950px;
}
header ul#g_navi li{
	float: left;
}
header ul#g_navi li a {
	text-decoration: none;
	color:#FFF;
	line-height:30px;
	height:30px;
	padding:0 15px;
	display:block;
}
.white_bg_main{
	background:#FFF;
}
.white_bg{
	padding-top:102px;
}
#topicpath{
	border-top:solid 1px #FFF;
	background:#ECF0F1;
	font-size:0.688em;
}
#topicpath ul li{
	float:left;
	line-height:35px;
	height:35px;
}
#topicpath ul li a{
	color:#333;
	text-decoration:none;
}
#topicpath ul li a:hover{
	color:#00AED1;
	background:#FFF;
}
#content{
	background:#FFF;
	padding:20px 0;
	overflow:hidden;
	margin-bottom:30px;
}
#main_con{
	width:590px;
	float:left;
	margin-right:5px;
	font-size:0.875em;
}
#right_con{
	width:350px;
	float:right;
}
ul#menu{
	margin-bottom:20px;
}
ul#menu a{
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ECF0F1;
	font-size:1.125em;
	text-decoration: none;
	color: #313945;
	width: 350px;
	height:35px;
	text-align: left;
	padding:15px 0 0 65px;
	background-image: url(../img/s_menubg_off.gif);
}
ul#menu a:hover{
	background-image: url(../img/s_menubg_on.gif);
	color:#999;
}
.tbox{
	overflow:hidden;
	width:580px;
}
.tbox_right{
	float: right;
	margin-bottom: 20px;
}
.tbox_left{
	float: left;
	margin-bottom: 20px;
}
.contact{
	margin:20px 0;
}
.red{
	color:#C00;
	font-weight:bold;
}
#privacy_btn{
	margin:20px 150px;
	overflow:hidden;
}
#main_con h2#rss{
	background:none;
	font-size:15px;
	color:#000;
	margin:0;
	padding:0;
}
#main_con .feed h3{
	font-weight:normal;
}
.feed{
	margin-bottom:20px;
	padding:5px 10px;
	border:solid 1px #CCC;
}
.feed .rssHeader{
	display:none;
}
.feed p{
	display:none;
}
.feed h3{
	background:url(../img/n_list.jpg) no-repeat 0px 5px;
	padding-left:10px;
	font-size:16px;
}
.feed div{
	margin-bottom:10px;
	font-size:12px;
	color:#666;
}
.toTop{
	float:right;
	padding-top:30px;
}
footer ul{
	overflow:hidden;
	padding:20px 10px 10px 0;
	border-bottom:solid #FFF 1px;
	font-size:12px;	
}
footer li{
	float:left;
	margin:0 20px;
}
footer li a{
	color:#FFF;
	text-decoration:none;
}
footer li a:hover{
	color:#000;
}
#copyright{
	text-align:right;
	color:#FFF;
	padding:10px 0 20px 10px;
}
.infotel{
	padding:30px 0 0px 0px;
}

.n404{
	font-size: 90px;
}

