@charset "utf-8";

body{
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
/*	background: #FFFFFF url(../images/bg.gif) repeat-x center top;*/
}
/*
body#top {
	background: #FFFFFF url(../images/bg.gif) repeat-x center top;
}
*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #333333;
}
a:hover {
	color: #C30000;
	text-decoration: none;
}
.clear {
	clear: both;
}

/*wrapper-----------------------------------------------------------------*/
#wrapper	{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg.gif) repeat-x center top;
}

/*container-----------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

/*header------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 96px;
	text-align: left;
	position: relative;
}
/*headerlogo--------------------------------------------------------------*/
#header #logo {
	position: absolute;
	top: 35px;
}
/*english*/
#header #english {
	position: absolute;
	top: 0px;
	right: 0px;
	color:#F00;
	font-size:110%;
	font-weight:800;
}

#header #english a{
	text-decoration:none;
	color:#F00;
	font-size:110%;
	font-weight:800;
}

/*Teltoi*/
#header #tel {
	position: absolute;
	top: 55px;
	right: 0px;	
}

/*h1top*/
#header h1 {
	font-size: 9px;	
	line-height: 12px;
	text-align:left;
	color:#CCC;
	position: absolute;
	top: 5px;
}

#header h1 a {
	text-decoration: none;
	color:#CCC;
}
/*google*/
#header #search {
	line-height: 12px;
	text-align:right;
	padding-top:15px;
	top:20px;
}


/*メインメニュー---------------------------------------------*/
#menubar	{
/*	position: relative;*/
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

#menubar ul li {
	float: left;
}

#menubar ul img {
	vertical-align: bottom;
}

/*mainfram------------------------------------------------*/
#mainframe	{
	clear: both;
	width: 100%;
/*	padding-top: 10px;*/
}


/*list-------------------------------------------------------*/
#list	{
	padding: 4px 0 0 0;
}
#list li {
	float:left;
/*	display:inline;*/
	font-size: 10pt;
}

/*コンテンツ------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*main-------------------------------------------------------*/
#main {
	float: left;
	width: 700px;
	margin: 20px 0px;
}

#main h2 {
	font-size: 14px;
	color: #FFF;
	clear: both;
	width: 680px;
	line-height: 40px;
	height: 35px;
	background: #54629D url(../images/bg3.gif) repeat-x left top;
	padding-left: 5px;
	overflow: hidden;	
	border-left:#000099 solid 5px;
}

#main p {
	padding: 0.5em 10px 1em;
}

/*sidemenu------------------------------------------------------------------------*/
#sidemenu	{
	float: right;
	width: 240px;
	margin: 20px 0px;
}

/*toi---------------------------------------------------------------------*/
#toi {
	width: 240px;
	margin: 10px 0 0 0;
	padding: 5px 0px;
	border-top:#000099 solid 5px; 
	border-left:#CCC solid thin; 
	border-right:#CCC solid thin;
	border-bottom:#CCC solid thin; 
}

#toi h4 {
	padding:0 0 0 5px; 
	color:#009;
	border-bottom:#000099 dashed 1px; 
	font-size:120%;
	line-height:180%;
}

#toi h5 {
	padding: 5px 0 0 5px;
	font-size:120%;
	line-height:180%;
}

#toi p {
	padding:0 5px 5px 5px;
}

/*footermenu----------------------------------------------------------*/

#footermenu {
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	height: 40px;
}

#footermenu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footermenu #pagetop {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*footer----------------------------------------------------------------*/
#clear {
	clear:both;
	display:none;
}

#footer{
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #122F8D;
	height:50px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
