/*======================================
　CSS: job_b
=======================================*/

/*=====■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;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.clear{
clear:both;
font-size:1px;
}

/*=====■Layout■=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#e9f0f5 url(img/bg.jpg);
}

/*LINK*/
a{
color:#555555;
}

a:hover{ 
color:#222222;
}

/*■header*/
#brain{
height:121px;  
background:#e9f0f5;
text-align:center; 
}

/*TITLE*/
#brain #top{
width:810px;
height:121px;
text-align:left;
margin:0 auto;
background:url(img/header_img.jpg) no-repeat;
line-height:250%;
}
#brain #top h1 {margin:0; padding:0;}

/*LOGO-TXT*/
#brain #top h1 a {
width:300px;
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:50px;
color:#333;
}

/*LOGO-PICTURE*/
#brain #top h1 a{
width:448px;
height:121px;
background:url(img/logo.gif) no-repeat;
}
#brain #top h1 a span{display:none }

/*SUB-TITLE*/
#sub-title{
padding:5px 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;
}

/*メニュー*/
#bread{
width:700px;
height:50px;
padding:5px 0 0 10px;
font-size:12px;
line-height:210%;
font-weight:bold;
}
#bread a{
text-decoration:none;
}

/*menu*/
#navigation{
width:250px;
margin:0;
padding:50px 0 0 0;
position:relative;
float:right;
}

/*article*/
#main{ 
margin:0;
padding:50px 0 0 0;
width:560px;
position:relative;
float:left;
}

/*NAVIGATION*/
#naviAd ul{
margin-top:25px;
margin-right:10px;
color:#666;
font-size:13px;
margin-bottom:10px;
}
#naviAd ul li{
line-height:180%;
padding:7px;
border-bottom:#ddd solid 1px;
}
#naviAd ul li a{color:#6366aa;}

#page-list,#cat{
width:235px;
margin:0 0 20px 0;
padding-bottom:11px;
background:url(img/li_btm.gif) no-repeat bottom left;
text-align:left;
}
#page-list h1{
width:235px;
height:41px;
background:url(img/pagelist_top.gif) no-repeat;
}
#cat h1{
width:235px;
height:41px;
background:url(img/cate_top.gif) no-repeat;
}
#page-list h1 span,#cat h1 span{display:none;}
#page-list ul,#cat ul {background:url(img/li_bg.gif) repeat-y; padding-left:13px;}

#page-list ul li a,#cat ul li a{
 width:210px;
display:block;
padding:0;
line-height:100%;
border-top:1px solid #999;
background:#fefefe;
font-size:13px;
}

#page-list ul li a:hover,#cat ul li a:hover,#page-list ul li.selected a,#cat ul li.selected a {
background:#e9f0f5;
}
#page-list ul li a span,#cat ul li a span {display:block;padding:5px 5px 5px 10px;}

/*■CONTENTS*/

/*ARTICLE*/
#main #midasi{
background:#fff url(img/h1.jpg) repeat-x bottom;
padding:10px 10px 20px 20px;
}
#main #midasi h1{
line-height:105%;
font-weight:bold;
font-size:23px;
color:#222222;
}

#art h2{
height:25px;
padding:10px 10px 0 10px;
background-position:bottom;
line-height:100%;
font-weight:bold;
background:url(img/h1_bg.gif) repeat-x;;
color:#fff;
font-size:16px;
}
#art h3{
margin:10px;
font-size:15px;
color:#222222;
}
#art{
padding:25px;
line-height:300%;
color:#333;
font-size:14px;
}

#art ul li{margin:5px 0 0 5px;}

.stone { text-align:right; height:40px; padding:10px 10px 0 0; line-height:400%; font-size:11px;}
.stone a {text-decoration:none;}


/*■footer*/
#footer{
width:810px;
margin:0 auto;
margin-top:20px;
}

#footer ul{
text-align:right;
color:#666;
font-size:13px;
margin-bottom:10px;
}
#footer ul li a{color:#6366aa;}

/*PR*/
#notice{
padding:0 0 10px 0;
text-align:left;
color:#6f6f6f;
}
#notice li{
list-style:none;
margin:0 0 0 15px;
padding:0;
line-height:180%;
font-size:11px;
}
#notice li a{ 
font-size:12px;
color:#6366aa;
}
/*COPYRIGHT*/
#copyright{ 
text-align:right;   
font-size:10px;
color:#6f6f6f;
}

#seo { 
clear:both;
text-align:left; 
padding:10px; 
font-size:10px;
color:#6f6f6f;
}

/*■カテゴリーページ用*/
#art ul li{
margin-left:10px;
font-size:13px;
line-height:300%;
}

  
