@import url("init.css");

#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:100%;
	height:180px;
}
#header h1{
	background:url(../image/common/logo.gif) no-repeat;
	width:181px;
	height:24px;
	float:left;
	text-indent:-9999px;
	margin-top:50px;
}
#header h1 a{
	display:block;
}
#header ul{
	float:right;
	margin-top:10px;
}
#header li{
	margin-bottom:10px;
}
#footer{
	width:800px;
	clear:both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align:right;
	padding-top:20px;
	margin-bottom:30px;
}
#footer a{
	color: #CCC;
	text-decoration:none;
}
#menu{
	width:100px;
	float:left;
}
#menu ul{
	margin-bottom:30px;
}
#menu li{
	margin-bottom:20px;
}
#menu img{
	margin-bottom:10px;
}
#contents{
	float:right;
	width:660px;
}
#company{
}
#company p{
	font-size: 10px;
	color: #333;
	line-height:3;
	margin-bottom:60px;
}
#company h3{
	font-size:12px;
	margin-bottom:30px;
}
dl a{
	color:#333;
}
dl.data {
	padding: 0;

}

dl.data dt {;

	width: 150px;
	float: left;
	color: #333;
	margin-bottom:50px;
	font-size:10px;
}
	
dl.data dd {
	
	margin: 0 0 0 180px;
	margin-bottom:50px;
	font-size:10px;
	color: #999;
	padding-top:10px;
	line-height:1.6;
}
dl.about{
	font-size:10px;
}
dl.about dt{
	margin-bottom:16px;
	width: 150px;
	float: left;
	line-height:1.6;
}
dl.about dd{
	color: #999;
	
	margin: 0 0 0 180px;
	margin-bottom:16px;
	line-height:1.6;
}

dl.about dd dl dt{
	margin-bottom:10px;
}
dl.about dd dl dd{
	margin-bottom:10px;
}

