/*======================================
　CSS: finance_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:#0000c5;}

a:hover{color:#7474ec;}

/*=====■Layout■=====*/
body{
color:#333;
text-align:center; 
background:#090926;/* 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:#fff 1px solid;
}

/*header*/
#header{
height:173px;
}

/*navigation*/
#navigation{
width:210px;
margin:0;
padding:25px 0 0 10px;
position:relative;
float:left;
}

/*article*/
#main{ 
margin:0;
padding:25px 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:25px 0 0 20px;}
/*LOGO-TXT*/
#header #site-name h1 a {
width:550px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:32px;
color:#15177c; 
}
/*SUB-TITLE*/
#header #sub-title{
margin:48px 0 0 20px;
font-size:11px; 
color:#15177c;
}

/*■NAVIGATION*/
#page-list,#category{
width:210px;
text-align:left;
background:#eee;
border:#c7c7c7 1px solid;
border-bottom:none;
}

#page-list li a{ 
display:block; 
width:210px; 
padding:0;
line-height:120%;
border-top:1px solid #fff;
border-bottom:1px solid #d2d2d2;
background:url(img/li_link_bg.gif) 5px 7px no-repeat;
font-size:13px;
}
#category li a{
display:block; 
width:208px; 
padding:0;
margin:1px; 
line-height:120%;
background:url(img/nav_top.gif);
font-size:13px;
font-weight:bold;
color:#fff;
}
#category li a:hover{color:#ddfffd;}
#page-list li a:hover,#page-list li.selected a{ 
background:#e7e7e7 url(img/li_hover.gif) 5px 7px no-repeat;
}
#page-list li a span{display:block;padding:5px 5px 5px 27px;}
#category li a span{display:block;padding:5px 5px 5px 10px;} 

/*■ARTICLE*/
#page-title{
padding:15px 10px 12px 15px; 
margin:0 0 15px 0;
background:url(img/h1_bg.gif) repeat-x bottom;
border:#c7c7c7 1px solid;
}
#page-title h1{
line-height:105%;
font-weight:bold;
font-size:28px;
color:#003577;
}
#content{
padding:10px;
background:#ececec;
}
#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:#8fb8ea 2px solid;
border-right:#8fb8ea 1px solid;
}
#article h3{
margin:15px 0 10px 0;
font-size:18px;
color:#202494;
}

.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:none;}

/*FOOTER*/
#footer{
margin-top:20px;
border:#FFF solid 2px; 
background:#ececec;
}
/*PR*/
#pr{
padding:0 0 10px 20px;
text-align:left;
color:#999;
}
#pr h1{
margin:0;
padding:0;
line-height:100%;
}
#pr h1 span{ 
font-size:15px;
color:#999;
}
#pr ul li{
list-style:square;
margin:0 0 0 15px;
padding:0;
line-height:180%;
font-size:11px;
}
#pr ul li a{ 
font-size:11px;
color:#999;
}
/*COPYRIGHT*/
#copyright{ 
text-align:right;   
font-size:10px;
color:#999;
}
/*CATEGORY-PAGE*/

#article ul li{margin:5px 0 0 5px;}

#article ul li a{line-height:300%;font-size:15px;}
  