/*======================================
　CSS: FX9
=======================================*/

/*=====■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-fix{
clear:both;
font-size:1px;
}

/*=====■Layout■=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#333;
}


/*LINK*/
a{
color:#b1c8ca;
}

a:hover{ 
color:#2c737d;
}

/*■header*/
#header{
height:120px;
background:#eee;
text-align:center;
border-bottom:#666 solid 8px; 
}

/*TITLE*/
#header #site-name{
width:705px;
height:120px;
text-align:left;
margin:0 auto;

line-height:250%;
}
#header #site-name h1 {margin:0; padding:0;}

/*LOGO-TXT*/
#header #site-name h1 a{
width:500px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:30px;
color:#CCC;
}

/*LOGO-PICTURE*/
#header #site-name h1 a{
width:450px;
height:70px;
background:url(img/logo.gif) no-repeat;
} 
#header #site-name h1 a span{display:none }

/*SUB-TITLE*/
#header #sub-title{
margin-top:20px;
font-size:11px;
color:#999;
}

/*■CONTENTS*/
#wrapper{ 
width:705px;
text-align:center; 
margin:0 auto;
text-align:left;
background:#FFF url(img/wrapper_bg.gif) repeat-x center top;
}

/*メニュー*/
#menu-bar{text-align:left; height:40px;}

#menu-bar li#topicpath{
width:600px;
height:20px;
font-size:13px;
padding:5px 0 0 10px;
font-weight:bold;
}

/*navigation*/
#navigation{
width:222px;
margin:0;
padding:20px 0 0 10px;
position:relative;
float:left;
}

/*article*/
#main{ 
margin:0;
padding:0;
width:460px;
position:relative;
float:left;
}

/*NAVIGATION*/
#page-list,#category{
width:215px;
margin:0 0 15px 0;
padding-bottom:6px;
background:url(img/li_btm.gif) no-repeat bottom left;
text-align:left;
}
#page-list h1{
width:215px;
height:41px;
background:url(img/pagelist_top.jpg) no-repeat;
}
#category h1 {
width:215px;
height:41px;
background:url(img/cate_top.gif) no-repeat;
}
#page-list h1 span,#category h1 span{display:none;}
#page-list ul,#category ul {background:url(img/li_bg.gif) repeat-y;}

#page-list ul li a,#category ul li a { 
color:#0b3d43;
display:block; 
width:207px; 
padding:0;
margin-left:2px; 
line-height:120%;
border-top:1px solid #fff;
background:#b1c8ca;
font-size:13px;
}

#page-list ul li a:hover,#category ul li a:hover,#page-list ul li.selected a,#category ul li.selected a { 
background:#ced8d9;
}
#page-list ul li a span,#category ul li a span {display:block;padding:8px 5px 8px 12px;}

#naviAd ul{
color:#666;
font-size:13px;
margin-bottom:10px;
width:210px;
}
#naviAd ul li{
line-height:180%;
padding:7px;
border-bottom:#ddd solid 1px;
}
/*■CONTENTS*/

/*ARTICLE*/
#main #page-title{
padding:15px; 
margin-bottom:10px;
}
#main #page-title h1{
line-height:105%;
font-weight:bold;
font-size:27px;
color:#0b3d43;
}
#content{
padding:10px;
background:#ececec;
}
#article{
padding:5px;
background:#fff;
border:#ececec double 6px;
}
#article h1{
height:21px;
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:100%;
}
#article h2{
margin:10px;
font-size:18px;
color:#2c737d;
}
#main #article{
padding:10px;
line-height:300%;
color:#4b5c5d;
font-size:14px;
}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; padding:10px 10px 0 0; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}

#content ul{
margin-bottom:10px;
}
#content ul li{
color:#666;
font-size:13px;
line-height:270%;
}
/*■footer*/
#footer{
margin-top:20px; 
background:#666;
}

#footer ul{
color:#999;
padding-top:5px;
font-size:13px;
margin-bottom:10px;
}

/*COPYRIGHT*/
#copyright{ 
text-align:center;   
font-size:10px;
color:#999;
}

#footseo { 
clear:both;
text-align:left; 
padding:10px; 
font-size:10px;
color:#999;
}

