/* CSS Document */

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

div#sub_menu{
height:1350px;
}

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

li#summary{
font-weight:bold;
}

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

h2#line_logo{
clear:both;
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 dt dd）
===============================*/

div#form_1{
width:440px;
height:20px;
background-image:url(../img/form_1.jpg);
}

div#form_2{
width:440px;
background-color:#f6f6ff;
height:380px;
}

div#form_2_in{
width:390px;
margin-left:auto;
margin-right:auto;
}

div#form_3{
width:440px;
height:20px;
background-image:url(../img/form_3.jpg);
}

dl.recent dt {
  clear: left;
  float: left;
  width: 80px;
  padding: 10px 5px;
	color:#84a1bf;
	font-weight:bold;
}

dl.recent dd {
  margin-left: 0;
	padding: 10px 5px 10px 10px;;
  border-bottom: solid 1px #cccccc;
	width:270px;
	margin-bottom:10px;
}

dl.recent dd.naka{
float: left;
width:250px;
}


/*==============================
		ロゴ（dl dt dd）
===============================*/

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;
}