/* Basic Elements */
#container {
	width: 780px;
	margin: 0 auto;
	background:#FFFFFF;	
	}
#header h1{
	width: 760px;
	height: 230px;
	background-color:#FEFEFE;
	margin:0 10px;
	}
#wrapper {
	float: left;
	width: 100%;
	}
#content {
	width:780px;
	height:auto;
	margin:0 auto;
}
#content ul{
	width:430px;
	margin:20px auto 5px;
	border:1px solid #999999;
	padding:10px;
}
#content h2{
	width:760px;
	margin:10px auto;
	padding:0;
}

#content .button{
	width:400px;
	margin:0 auto;
	padding:10px;
}

#contents_inner_top dl{
	width:600px;
	height:auto;
	margin:0 auto;
}
#contents_inner_top dt{
	float:left;
	width:50px;
	height:50px;
}

#contents_inner_top dl dt img{
	margin:auto 0;
}

#contents_inner_top dd{
	float:right;
	width:540px;
	height:50px;
}


#contents_inner_middle dl{
	width:700px;
	height:310px;
	margin:0 0 0 50px;
	background:url(../img/sep_bg2.gif) 0 bottom repeat-x;
}
#contents_inner_middle dt.list{
	float:left;
	width:140px;
	height:30px;
	background:url(../img/arrow_icon.gif) 0 7px no-repeat;
	padding:0 0 0 8px;
}

#contents_inner_middle dt{
	float:left;
	width:140px;
	height:30px;
	padding:0;
}

#contents_inner_middle dd{
	float:right;
	width:540px;
	height:30px;
}

#contents_inner_middle #kouen{
	width:680px;
	height:250px;
	margin:5px auto;
	background:url(../img/sep_bg2.gif) 0 bottom repeat-x;
}
#contents_inner_middle #kouen_name{
	padding:1.5em;
	line-height: 1.0;
}
#contents_inner_middle #kouen_text{
	clear:both;
	float:left;
	width:410px;
	padding:1.5em;
	line-height: 1.6;
	border:1px solid #999999;
}
#contents_inner_middle #kouen_pic{
	float:right;
	width:200px;
	margin:0;
}

#contents_inner_bottom .company{
	width:720px;
	margin:0 auto 15px;
	background:url(../img/sep_bg2.gif) 0 bottom repeat-x;
	
}

#contents_inner_bottom .company .company_top{
	width:680px;
	height:80px;
	margin:0 auto 5px;
	position:relative;
}
#contents_inner_bottom .company .company_logo{
	float:left;
	width:200px;
	height:60px;
	margin:0;
}
#contents_inner_bottom .company .company_title{
	position:absolute;
	top:30px;
	left:200px;
	width:430px;
	height:40px;
	margin:0;
	padding:0;
}


#contents_inner_bottom .company_bottom{
	clear:both;
	width:680px;
	height:200px;
	margin:0 auto;
}
#contents_inner_bottom .company_text{
	float:left;
	width:410px;
	border:1px solid #999999;
	padding:1.5em;
	line-height: 1.6;
}
#contents_inner_bottom .company_pic{
	float:right;
	width:200px;
	margin:0;
}


/* footer
-----------------------------------*/	
#footer{
	width:780px;
	height:50px;
	margin:0 auto;
	padding:10px 0 20px 0;
	clear:both;
	position:relative;
	background:url(../img/footer_bg.gif) 1px bottom repeat-x;
}
	
#footer ul{
	display:inline;
}
#footer li{
	float:left;
	list-style-type:none;
	margin:15px 5px 0 10px;
	font-size:0.9em;
	color:#333333;
}
#footer li img{
	border:none;
}
#footer p{
	position:absolute;
	right:10px;
	top:40px;
	font-size:85%;
	color:#333333;
	margin:0 5px 0 0;
}
#footer p a{
	text-decoration:underline;
}
#footer img{
	border:none;
	margin:0 5px;
}
#footer .copyright{
	margin:10px 0 0 0;
	text-align:right;
}

/*ENDfooter
-------------------------------------------*/	

a:link {
	color: #0060B6;
}

a:visited {
	color: #0060B6;
}

a:hover {
	color: #FF9900;
}
