/*======================================
　CSS: public_blue_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;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.clear-fix{
clear:both;
font-size:1px;
}

/*---LINK---*/
a{color:#1e68ed;}

a:hover{color:#2f53be;}

/*=====■Layout■=====*/
body{
color:#333;
text-align:center; 
background:#f0f7ff;/* ALL BACK-GROUND */
}


/*CONTENTS*/
#wrapper{ 
width:700px;
text-align:center; 
margin:0 auto;
text-align:left;
background:#FFF url(img/wrapper_bg.jpg) no-repeat;/* CONTENTS-BACK */
border:#e8e8e8 5px solid;
border-top:none;
}

/*header*/
#header{
height:200px;
border:#fff 1px solid;
}

/*navigation*/
#navigation{
width:210px;
margin:0;
padding:3px 0 0 8px;
position:relative;
float:left;
background:url(img/nav_bg.gif) 5px 0 repeat-y;
}

/*article*/
#main{ 
margin:0;
padding:0 15px 0 15px;
width:445px;
position:relative;
float:left;
}

/*■HEADER*/

/*TITLE*/
#header #site-name{
width:700px;
height:173px;
text-align:left;
margin:0 auto;
line-height:250%;
}
#header #site-name h1 {margin:0; padding:30px 0 0 10px;}

/*LOGO-TXT*/
#header #site-name h1 a {
width:450px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:32px;
color:#243a8c; 
}

/*SUB-TITLE*/
#header #sub-title{
margin:0 0 0 20px;
font-size:11px; 
color:#666;
}

/*■NAVIGATION*/
#page-list,#category{
width:210px;
text-align:left;
}

#page-list li a{ 
display:block; 
width:203px; 
padding:0;
line-height:120%;
font-size:14px;
border:#fff solid 1px;
}
#category li a{
display:block; 
width:205px; 
padding:0;
margin:1px; 
line-height:120%;
font-size:14px;
font-weight:bold;
color:#fff;
background:url(img/nav_top.gif);
}
#category li a:hover{text-decoration:underline;}
#page-list li a:hover,#page-list li.selected a{
border:#e0e0e0 solid 1px;
text-decoration:underline;
}
#page-list li a span{display:block;padding:6px 5px 5px 23px;}
#category li a span{display:block;padding:5px 5px 5px 7px;} 
/*PR*/
#pr{
padding:10px 4px 10px 0;
text-align:left;
color:#999;
}
#pr h1{
background:url(img/nav_top.gif);
margin-bottom:10px;
line-height:100%;
}
#pr h1 span{
padding:0 5px 5px 7px;
font-size:15px;
color:#fff;
}
#pr ul li{
margin:0 0 0 15px;
padding:0;
line-height:180%;
font-size:11px;
}
#pr ul li a{ 
font-size:11px;
color:#2f53be;
}
/*■ARTICLE*/
#page-title{
padding:15px 10px 12px 15px; 
margin:0 0 15px 0;
background:url(img/h1_bg.gif) repeat-x bottom;
border-bottom:#47802a 3px solid;
}
#page-title h1{
line-height:105%;
font-weight:bold;
font-size:28px;
color:#143104;
}
#article{
padding:10px;
background:#fff;
line-height:300%;
color:#4b545d;
font-size:15px;
}
#article h2{
height:21px;
margin-bottom:15px;
padding:8px 10px 0 10px;
background-position:bottom;
line-height:100%;
font-weight:bold;
background:#4d4fa9 url(img/h2_bg.gif) repeat-x bottom;
color:#fff;
font-size:17px;
border-bottom:#2f53be 2px solid;
}
#article h3{
margin:15px 0 10px 0;
font-size:18px;
color:#202494;
border-bottom:#2f53be 2px dotted;
}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; line-height:400%; font-size:11px;}
.top a {text-decoration:underline;}

/*CATEGORY-PAGE*/

#article ul li{margin:5px 0 0 5px;}

#article ul li a{line-height:300%;font-size:15px;}

/*FOOTER*/
#footer{
margin:20px 5px 0 5px;
padding:20px 0 20px 0;
border-top:#ececec solid 2px; 
}
/*COPYRIGHT*/
#copyright{ 
text-align:center;
font-weight:bold;   
font-size:10px;
color:#999;
}

  