@charset "utf-8";

/* Concept */

#main {
	margin: 110px 25px 30px 25px;
	width: 760px;
}
* html #main {
	text-align: left;
}
#main h1 a {
	display: block;
	background: url(../../img/common/logo.png) no-repeat 0px 0px;
	width: 185px;
	height: 60px;
	text-indent: -9999px;
	position:absolute;
	top:155px;
}
* html #main h1 a {
	display: block;
	background: url(../../img/common/logo.png) no-repeat 0px 0px;
	width: 185px;
	height: 60px;
	text-indent: -9999px;	
	position:absolute;
	top:155px;
}
#main_navi {
	width: 425px;
	height: 30px;
	position:absolute;
	top:155px;
	margin-left:273px;
}
* html #main_navi {
	width: 425px;
	height: 30px;
}
#main_navi li {
	display: inline;
}
#main_navi li a {
	display:block;
	float:left;
	height: 28px;
	text-indent:-9999px;
}
.main_navi01 a {
	margin: 0px;
	background: url(../../img/common/mainnavi_sub_con_h.jpg) no-repeat right top;
	width: 107px;
	height: 26px;
	
}
.main_navi02 a {
	margin: 0px 0px 0px 27px;
	background: url(../../img/common/mainnavi_sub_sh.jpg) no-repeat right top;
	width: 116px;
	height: 28px;
	
}
.main_navi02 a:hover {
	background: url(../../img/common/mainnavi_sub_sh_h.jpg) no-repeat right top;
}
.main_navi03 a {
	margin: 0px 0px 0px 27px;
	background: url(../../img/common/mainnavi_sub_st.jpg) no-repeat right top;
	width: 148px;
	height: 27px;
}
.main_navi03 a:hover {
	background: url(../../img/common/mainnavi_sub_st_h.jpg) no-repeat right top;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#concept {
	float: left;
	border-right: solid 1px #6A5C41;
	width: 359px;
	padding: 0px 20px 65px 0px;
}
#concept h2 {
	margin-bottom: 16px;
	background: url(../img/title01.jpg) no-repeat left top;
	width: 120px;
	height: 22px;
	text-indent: -9999px;
}
#wrap #main #concept p {
	line-height: 145%;
}
* html #wrap #main #concept p {
	font-size: 73%;
	line-height: 165%;
}
#aboutus {
	float: left;
	width: 360px;
	padding: 0px 0px 0px 20px;
}
#aboutus h2 {
	margin-bottom: 16px;
	background: url(../img/title02.jpg) no-repeat left top;
	width: 142px;
	height: 22px;
	text-indent: -9999px;
}
#aboutus dl{
	display: block;
	margin-bottom: 15px;
	width: 360px;
}
#aboutus dl:after {
	display: block;
	clear: both;
	height: 0;
	content: ".";
	visibility: hidden;
}
#aboutus dt{
	float: left;
	width: 100px;
	line-height: 145%;
}
* html #aboutus dt{
	float: left;
	width: 100px;
	font-size: 73%;
	line-height: 145%;
}
* html #aboutus dt{
	width: 100px;
	float: left;
}
#aboutus dd{
	width: 260px;
	float: left;
	line-height: 145%;
}
#aboutus dd a{
	text-decoration: underline;
	color: #E6DCBB;
}
#aboutus dd a:hover{
	text-decoration: none;
	color: #FF6600;
}
* html #aboutus dd{
	width: 250px;
	float: left;
	font-size: 73%;
	line-height: 145%;
}
