/*======================================
　CSS: job_i
=======================================*/

/*=====■Common specification■=====*/

*{margin:0;padding:0;line-height:160%;}
html,body{margin:0; padding:0}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h2,h3,h3,h4,h5{margin:0;padding:0;}

.item{
clear:both;
font-size:1px;
}

/*=====■Layout■=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#f7f7f7 url(img/bg.jpg);
}

/*LINK*/
a{
color:#6366aa;
}

a:hover{ 
color:#222222;
}

/*■header*/
#headline{
height:111px;
text-align:center; 
}

/*TITLE*/
#headline #site-name{
width:810px;
height:111px;
text-align:left;
margin:0 auto;
background:url(img/header_img.jpg) no-repeat;
line-height:250%;
}
#headline #site-name h1 {margin:0; padding:0;}

/*LOGO-TXT*/
#headline #site-name h1 a {
width:500px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:50px;
color:#333;
}

/*LOGO-PICTURE*/
#headline #site-name h1 a{
width:524px;
height:84px;
background:url(img/logo.gif) no-repeat;
}
#headline #site-name h1 a span{display:none }

/*SUB-TITLE*/
#sub-title{
padding:7px 0 0 10px;
font-size:11px; 
color:#423111;  
}

/*■CONTENTS*/
#wrapper{ 
width:810px;
text-align:center; 
margin:0 auto;
text-align:left;
background:#fff url(img/wrapper_bg.gif) repeat-x center top;
border:#2b3b4d solid 1px;
}

/*メニュー*/
#topicpath{
width:700px;
height:30px;
margin:12px 0 0 10px;
font-size:12px;
line-height:210%;
font-weight:bold;
}
#topicpath a{
text-decoration:none;
}

/*menu*/
#ContentNav{
width:235px;
margin:0;
padding:40px 0 0 15px;
position:relative;
float:left;
}

/*article*/
#main{ 
margin:0;
padding:230px 20px 0 0;
width:520px;
position:relative;
float:right;
background:url(img/img.jpg) 15px 25px no-repeat;
}

/*NAVIGATION*/
#nav2,#nav1{
width:235px;
margin:0 0 20px 0;
padding-bottom:11px;
background:url(img/li_btm.gif) no-repeat bottom left;
text-align:left;
}
#nav2 h2{
width:235px;
height:45px;
background:url(img/pagelist_top.gif) no-repeat;
}
#nav1 h2{
width:235px;
height:45px;
background:url(img/cate_top.gif) no-repeat;
}
#nav2 h2 span,#nav1 h2 span{display:none;}
#nav2 ul,#nav1 ul {background:url(img/li_bg.gif) repeat-y; padding-left:14px;}

#nav2 ul li a,#nav1 ul li a{ 
display:block; 
width:200px; 
padding:0;
margin-bottom:1px;
line-height:100%;
border-left:8px solid #3c5375;
border-bottom:#3c5375 solid 1px;
background:#f1f1f1;
font-size:13px;
}

#nav2 ul li a:hover,#nav1 ul li a:hover,#nav2 ul li.selected a,#nav1 ul li.selected a {
border-left:8px solid #4773b9;
border-bottom:#4773b9 solid 1px;
background:#d5d5f0;
}
#nav2 ul li a span,#nav1 ul li a span {display:block;padding:3px 5px 3px 10px;}

/*■CONTENTS*/

/*ARTICLE*/
#article{
padding:25px;
line-height:300%;
color:#333;
font-size:14px;
}
#article h2{
padding:12px 10px 10px 10px;
margin-bottom:20px;
line-height:100%;
font-weight:bold;
background:#3c5375;
color:#fff;
font-size:20px;
border-bottom:#fff double 3px;
}
#article h3{
margin-bottom:10px;
font-size:16px;
color:#222222;
border-bottom:#3c5375 solid 2px;
}

.top { text-align:right; height:40px; padding:10px 10px 0 0; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}

/*■一覧表ーページ用*/
#article ul li{
font-size:14px;
line-height:300%;
}

/*■footer*/
#footer{
margin-top:20px;
background:#4773b9;
}
/*PR*/
#entries{
padding:10px 0;
text-align:left;
color:#333;
font-size:14px;
}

#entries li{
list-style:none;
margin:0;
padding:0;
}
#entries li a{
color:#6366aa;
text-decoration:underline;
}
#entries li a:hover{ text-decoration:none;}

#ContentNav #entries li{ font-size:12px; line-height:230%;}
#footer #entries{
padding-left:13px;
font-size:12px;
color:#fff;
}
#footer #entries li a{
color:#a5faff;
line-height:230%;
}

/*COPYRIGHT*/
#foot-txt{ 
text-align:center;   
font-size:10px;
color:#fff;
}

#footseo { 
clear:both;
text-align:left; 
padding:10px; 
font-size:10px;
color:#fff;
}
  