﻿@charset "utf-8";

body{
	font-family:'メイリオ', 'Meiryo' ,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size: 130%;
	color: #2e2e2e;
	line-height: 1.4;
}
a{
	color:#333;
}
#header{
	background-color: #E8E8E8;
	background-image: url(../img/header-bg.png);
	height: 55px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 16px;
}
#header .wrap{
	width:720px;
	margin:auto;

}
#header h1{
	float:left;
			height: 55px;
margin-top: 19px;
}
#header .subs{
float:right;
		height: 55px;

padding-top:16px;
font-size:80%;
}

#header .search{
	float: left;
	width:178px;
}
#header .search #sWord{
	width: 126px;
	height: 14px;
	padding: 1px;
	border: 1px solid #a9a9a9;
	border-right: none;
	font-size: 92%;
	outline: none;
}
#header .search #sSubmit{
	width: 30px;
	height: 18px;
	border: 1px solid #a9a9a9;
	border-left: none;
	background: #db0028;
	color: #fff;
	font-size: 92%;
}
#header .fSize{
	height: auto;
	overflow: hidden;
	font-size: 84%;
	float: left;
	margin: 2px 0 0 0;
	width: 123px;
}
#header .fSize p{
	float: left;
	margin: 0 8px 0 0;
}
#header .fSize ul{
	height: auto;
	overflow: hidden;
}
#header .fSize ul li{
	float: left;
	border-right: 1px solid #fff;
}
#header .fSize ul li.fSbig{
	border-right: none;
}
#header .fSize ul li a{
	padding: 0 5px;
}
#header .fSize .fSbig a{
	padding-right:0;
}
#header .fSize ul li .textresizer-active{
	color:#DB0028;
}

#container{
	width: 720px;
	margin: auto auto 15px;
	clear:both;
}
#main{
	padding-left:8px;
}
#container h2{
	font-size: 155%;
	padding-bottom: 0px;
	margin-bottom: 18px;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-left: 28px;
	border-bottom:1px solid #000;
}
#main h3{
	font-size:130%;
	color:#cc0200;
	border-bottom:1px dashed #ccc;
	margin-bottom:7px;
	padding-bottom:2px
}
#main .conclude{
	text-align:right;
	padding-top:20px;
}
#footer{
	background-color:#333;
	color:#999;
	

}
#main p{
	margin-bottom:30px
}
#footer p{
	height:34px;
	line-height:34px;
	text-align:right;
	font-size:75%;
	width:720px;
	margin:auto;
}
