@charset "utf-8";


body{
color:#333;
background:url(/img/main_bg.gif) repeat-x;
}

h1,h2,h3,h4,h5{
font-size:10px;
}

a:link{color:#2668ad; text-decoration:underline;}
a:visited{color:#2668ad; text-decoration:underline;}
a:active{color:#5990ca; text-decoration:underline;}
a:hover{color:#5990ca; text-decoration:underline;}

li{
list-style:none;
}

.s{
font-size:0.8em;
}

.notice{
color:#2668ad;
}


/*
==================================================================================

ヘッダー

==================================================================================
*/

#header{
position:relative;
width:960px;
margin:0px auto;
height:26px;
padding-top:9px;
overflow:hidden;
}

#header h1{
color:#999;
font-weight:normal;
}

#header ul{
position:absolute;
top:9px;
right:0px;
margin-right:-13px;
}

#header li{
float:left;
padding:0px 12px;
border-right:1px solid #777;
}

#header li.site_ex{
float:right;
}

#header a:link{color:#fff; text-decoration:underline;}
#header a:visited{color:#fff; text-decoration:underline;}
#header a:hover{color:#ccc; text-decoration:underline;}
#header a:active{color:#ccc; text-decoration:underline;}

#globalmenu{
clear:both;
position:relative;
width:960px;
height:85px;
margin:0px auto;
}

#globalmenu h2{
padding-top:28px;
}

#globalmenu ul{
position:absolute;
background:url(/img/header_bg.gif) no-repeat right top;
top:33px;
right:0px;
}

#globalmenu li{
float:left;
height:26px;
margin-right:-1px;
}

#globalmenu li img{
padding:0px 1px;
}

#globalmenu li a img:hover{ border-bottom:3px solid #2668ad;}
#globalmenu li a img:active{ border-bottom:3px solid #2668ad;}

#globalmenu li a.on img{ border-bottom:3px solid #2668ad;}

* html #globalmenu li a.on img{ border-bottom:3px solid #2668ad;}

* html #globalmenu li a.on:hover{ border:0px;}
* html #globalmenu li a.on:active{ border:0px;}

* html #globalmenu li a:hover{/* IE 6 */
border-bottom:3px solid #2668ad;
}
* html #globalmenu li a:active{/* IE 6 */
border-bottom:3px solid #2668ad;
}


/*
==================================================================================

構造

==================================================================================
*/

#wrapper{
clear:both;
width:960px;
margin:0px auto;
padding:20px 0px 30px 0px;
}


/*
==================================================================================

コンテンツ共通部

==================================================================================
*/

#contents{
clear:both;
}

#contents h3{
clear:both;
padding-bottom:15px;
}

#contents img{
vertical-align:bottom;
}

#contents .notice_s{
padding-left:13px;
background:url(/img/icon_square.gif) no-repeat 0px 4px;
}

#contents .notice_a li{
padding-left:10px;
background:url(/img/icon_arrow.gif) no-repeat 0px 5px;
}

#contents .bannerarea{
clear:both;
width:220px;
padding-bottom:7px;
}

#contents .bannerarea li {
float:none;
padding-bottom:10px;
}

#contents .bannerarea li img {
margin:0px;
}

#contents .bannerarea li a {
margin:0px;
}

#contents .bannerarea li .small{
padding-right:11px;
}

#contents .contents_mini{
clear:both;
padding-bottom:15px;
}

#contents .contents_mini .img{
float:left;
width:60px;
padding-right:10px;
}

#contents .contents_mini p{
float:left;
width:150px;
padding-top:5px;
font-size:1.0em;
}


/*
==================================================================================

左コンテンツ

==================================================================================
*/

#contents #left{
float:left;
width:220px;
padding-right:15px;
}

#contents #left .maiasa{
padding-bottom:17px;
}

#contents #left .search{
padding:14px;
border:1px solid #e6e6e6;
margin-bottom:17px;
}

#contents #left .search select{
margin-bottom:15px;
width:190px;
}

#contents #left .search .s-word{
width:123px;
padding:0px;
height:18px;
margin-right:9px;
}

#contents #left .search input.submit{
font-size: 1.2em;
width: 40px;
padding:0px 4px;
height:23px;
}

#contents #left .notice_s{
font-size:1.2em;
}

#contents #left .search .line{
padding-bottom:15px;
margin-top:15px;
border-top:1px solid #e6e6e6;
}


/*
==================================================================================

フッター

==================================================================================
*/

#bottom{
clear:both;
background:#000;
color:#fff;
}

#bottom #footer{
margin:0px auto;
padding-top:9px;
width:960px;
height:26px;
overflow:hidden;
}

#bottom #footer ul{
float:right;
margin-right:-13px;
}

#bottom #footer li{
float:left;
padding:0px 12px;
border-right:1px solid #777;
}

#bottom #footer.copyright{
float:left;
}

#bottom #footer a:link{color:#fff; text-decoration:underline;}
#bottom #footer a:visited{color:#fff; text-decoration:underline;}
#bottom #footer a:active{color:#ccc; text-decoration:underline;}
#bottom #footer a:hover{color:#ccc; text-decoration:underline;}

