/* CSS Document */

/*======================================
		サブメニューの長さ
=======================================*/

div#sub_menu{
height:700px;
}

/*=====================================
		コンテンツ
======================================*/

li#first{
font-weight:bold;
}

h2#line_first{
width:470px;
height:40px;
text-indent:-999px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-image:url(../img/line_first.jpg);
}

h2#line_logo{
width:470px;
height:40px;
text-indent:-999px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-image:url(../img/line_logo.jpg);
}

div.sub_con{
width:440px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:30px;
}

/*==============================
		dlを使ったテキスト
===============================*/

p.text{
margin-top:15px;
}

span.blue{
color:#6699CC;
font-weight:bold;
}

dl#logo{
margin-top:20px;
margin-bottom:20px;
}

dl#logo dt{
color:#84a1bf;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

dl#logo dd{
margin-left:20px;
}


/*==============================
		一番下のバナー
===============================*/

p#attention a{
width:370px;
height:150px;
display:block;
background-image:url(../img/main_banner.jpg);
text-indent:-999px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
}