/*======================================
　CSS: talent_black_a
=======================================*/

/*=====■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;}

.clearfix{
clear:both;
font-size:1px;
}

/*---LINK---*/
a{color:#666;}

a:hover{color:#333;}

/*=====■Layout■=====*/
body{
color:#333;
text-align:center; 
background:#d4d4c4;/* 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:#191919 solid 2px;
border-top:none;
}

/*header*/
#header{
height:173px;
}

/*navigation*/
#navigation{
width:222px;
margin:0;
padding:25px 0 0 0;
position:relative;
float:right;
}

/*article*/
#content{ 
margin:0;
padding:25px 15px 0 15px;
width:445px;
position:relative;
float:left;
}

/*■HEADER*/

/*TITLE*/
#header #title{
width:700px;
height:173px;
text-align:left;
margin:0 auto;
line-height:250%;
}
#header #title h1 {margin:0; padding:25px 0 0 1px;}

/*LOGO-TXT*/
#header #title h1{
width:300px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:48px;
color:#15177c; 
}

/*LOGO-PICTURE*/
#header #title h1 a{
width:447px;
height:88px;
display:block;
background:url(img/title.gif) no-repeat;
} 
#header #title h1 a span{display:none }

/*SUB-TITLE*/
#header #subtitle{
margin:35px 0 0 20px;
font-size:11px; 
color:#fff;
}

/*■NAVIGATION*/
#naviAd ul{
color:#666;
font-size:13px;
margin-bottom:10px;
padding-right:10px;
}
#naviAd ul li a{color:#008b8b;}
#naviAd ul li{
line-height:180%;
padding:7px;
border-bottom:#ddd solid 1px;
}

#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;
color:#333;
}
#category li a{
display:block; 
width:208px; 
padding:0;
margin:1px; 
line-height:120%;
background:#575757 url(img/nav.gif) repeat-x;
font-size:13px;
font-weight:bold;
color:#fff;
}
#category li a:hover{color:#666;}
#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*/
#content ul a{color:#008b8b;}
#content ul{
padding:20px;
font-size:13px;
}
#content ul li{line-height:180%;}

#content #pagetitle{
padding:15px 10px 12px 15px; 
background:#fff;
border-top:#53547c 3px solid;
border-bottom:#999 1px solid;
}
#content #pagetitle h1{
line-height:105%;
font-weight:bold;
font-size:28px;
color:#1c3049;
}
#art{
padding:20px;
background:#f9f8ea;
line-height:300%;
color:#4b545d;
font-size:15px;
}
#art 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;
}
#art 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;
}

#footer ul{padding:5px 10px;}
#footer ul li a{color:#008b8b;}
#footer ul li{
font-size:13px;
line-height:180%;
}

/*PR*/
#pr{
padding:0 0 10px 10px;
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:none;
margin:0 0 0 15px;
padding:0;
line-height:180%;
font-size:11px;
}
#pr ul li a{ 
font-size:11px;
color:#8888c1;
display:block;
}
/*COPYRIGHT*/
#copy {
padding-right:5px;
text-align:right;   
font-size:10px;
color:#999;
}
/*CATEGORY-PAGE*/

#art ul li{margin:5px 0 0 5px;}

#art ul li a{line-height:300%;font-size:15px;}
  
