﻿@charset "utf-8";
body{
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	color: #555555;
	font: 80% "ＭＳ Ｐゴシック",sans-serif;
}

img{
	border-style: none;
}

a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}

/*containerWrapper*/


/*------header-------*/
#headerComent{
	background:#717171;
	padding:1px 20px;
	margin-top:0;
	color:#FFF;
	font-size:12px;
	text-align:right;
}
#header{
	width: 820px;
	height: 85px;
	margin: 0 auto;
	/*background-color:#cccccc;*/
}

#logo{	
	float: left;
	width: 500px;
	height: 45px;
	margin-left: 5px;
	margin-bottom: 0;
	/*background-color: green;*/
	
}

#headerNavi{
	width: 220px;
	height: 15px;
	margin-left:600px;
	padding-top:18px;
	/*background-color: red;*/

}
#headerNavi img{
	vertical-align:middle;
}
#headerNavi a:link{
	padding-right: 20px;

}

#search{
	width: 290px;
	height: 30px;
	margin-left:540px;
	margin-top:18px;
	/*background-color: blue;*/
}

h1{
	width: 450px;
	font-size:14px;
	float: left;
	margin-left:20px;
	margin-top:5px;
	
	/*background-color:red;*/
}



/*-----ui-----*/
#hederNavi{
	width: 100%; /* ナビゲーションの幅 */
	background: #4e83b3 url(../img/nav_off.gif) repeat-x top; /*ナビゲーションの背景 */
	border-top: 1px #999 solid; /* 上境界線 */
	border-bottom: 2px #999 solid; /* 下境界線 */
}
	
#ui{
	width: 819px;
	margin:0 auto;
	margin-top:0;
	padding: 0;
	clear:left;
	height:40px;
	background:*url(../img/nav_off.gif) repeat-x top;
	

}
#Leftli{
	border-left:solid 1px #999;
}
#ui li{
	float:left;
	border-right:solid 1px #999;
	list-style: none;
	
}
#ui a{

	display:block;
	width:160px;
	height:40px;
	background:*url(../img/nav_off.gif);
	color: #555555;
	line-height:33px;
	text-align:center;
	vertical-align: 50%;
	
}

#ui a:hover{
	background-image: url(../img/nav_on.gif);	
	text-decoration: none;
	font-weight: bold;
}
span.en{
	font-size: 90%;
	display:block;
	height:20px;
	line-height:0;
	margin-top:-5px;
}
/*-----ui-----*/


#underNavi{
	background-color: #036;
	margin:0;
	color: white;
}


#containerWrapper{
	width: 820px;
	height:100%;
	margin: 50px auto 0;


}

#topicsArea{
	width: 210px;
	height: 300px;
	float: left;	
}


/* --- ボックス --- */
div.box {
width: 200px; /* ボックスの幅 */
padding-bottom: 10px; /* ボックスの下パディング */
margin-bottom: 20px;
background: #ffffff url(../img/topics_area_box_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}


/* --- 見出し --- */
div.box h3 {
margin: 0; /* 見出しのマージン */
padding: 1em 15px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(../img/topics_area_box_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.box p {
margin: 1em 15px 1em 10px; /* 段落のマージン（上右下左） */
}

/* --- /ボックス --- */




/* --- ボックス --- */
div.contactBox {
width: 200px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.contactBox h3 {
margin: 0; /* 見出しのマージン */
padding: 6px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.contactBox p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}
/* --- /ボックス --- */




#mainBoxWrapper{
	width: 600px;
	margin-left:220px;
	}

h2{
	font-size: 15px;
	background-image: url(../img/heading_square.gif);
	background-repeat: no-repeat;
	padding:0 20px;
	border-bottom: solid 1px #CCC;
}





#footer{
	background-color:#cccccc;
	border-top: solid 1px #999;
	padding: 2px;
	padding-bottom: 0;
	margin-bottom: 0;
	clear:left;
}
	
#footeContents{
	width:820px;
	margin:0 auto;
}
.footerNavi1{
	list-style-image: url("../img/arrow.png");
}
.footerNavi1 li{
	float: left;
	padding-right:40px
}

#footerNavi2{
	padding-top: 50px;
	padding-left:17px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

#address{
	margin-top:0;
	padding-left: 17px;
	line-height: 1.2;
}

	
address{
	font: 80% normal;
	lear:left;
	margin-bottom:0;
	text-align: center;
}