@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
width:950px;
height:381px;
padding:10px 10px 0 10px;
}

#banner h1, #banner h2{
font-family:'Kozuka Gothic Pro EL', Arial, Helvetica, sans-serif;
}
#banner h1{
position:relative;
top:110px;
left:80px;
color:#fff;
font-size:2.3em;
letter-spacing:-0.1em;
}
h1#strong{
font-weight:normal;
font-size:3.4em;
margin-top:-15px;
}
#banner h2{
position:relative;
top:120px;
left:140px;
color:#82e6fb;
font-size:1.3em;
}

/*---------------- Index Content ---------------*/
* html #index_sidebar_content a{
height:1em;
}
* html #index_sidebar_top{
margin-bottom:-19px;
}

#index_col_main{
width:568px;
padding:15px 0 0 0;
}
#index_col_main p{
line-height:2em;
}
#index_sidebar{
background:url(../images/index_sidebar_bg.gif) no-repeat bottom;
width:342px;
margin:0 0 0 30px;
}
#index_sidebar_content{
background-color:#404040;
margin:-3px 0 0 10px;
width:322px;
position:relative;
z-index:1;
}
#index_sidebar_content li{
list-style:none;
}
#index_sidebar_content a{
background:url(../images/index_sidebar_a.jpg) no-repeat bottom right;
color:#eee;
font-size:0.9em;
line-height:1.5em;
display:block;
padding:15px 25px 25px 25px;
border-bottom:1px solid #555;
}
#index_sidebar_content a:hover{
background:url(../images/index_sidebar_a_hover.jpg) no-repeat bottom right;
background-color:#242424;
}
#index_sidebar_content a span{
color:#61bbc9;
font-size:1.1em;
}
#index_sidebar_top{
background:url(../images/index_sidebar_top.gif) no-repeat;
width:322px;
height:3px;
position:relative;
z-index:100;
margin-left:10px;
}
#index_sidebar_bottom{
background:url(../images/index_sidebar_bottom.gif) no-repeat;
width:342px;
height:13px;
margin-top:-13px;
position:relative;
z-index:100;
}

