@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2011 HiMO Inc. All Rights Reserved.
----------------------------------------------------------------*/

@import url("common.css");
@import url("layout.css");

#wrapper {
	background: #FFF url(../img/index/header_back.jpg) repeat-x center top;
}

#header {
	background: url(../img/index/index_main.jpg) no-repeat center top;
	height: 428px;
}
#header .inner {
	background: url(../img/index/index_main.jpg) no-repeat center top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 420px;
}
#header .inner #logo {
	position: absolute;
	left: 10px;
	top: 21px;
}
#header .inner #contact {
	position: absolute;
	top: 3px;
	right: 11px;
}
#header #navi {
	position: absolute;
	left: 383px;
	top: 43px;
}
#header #navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header #navi ul li {
	float: left;
	padding-right: 20px;
}
#header #navi ul li.li_01 {
	padding-right: 0px;
}
#header #index_main {
	position: absolute;
	top: 179px;
	left: 533px;
}
#header #index_main h2 {
	margin: 0px;
}
#header #index_main p {
	margin: 0px;
}
#header #fontSize {
	position: absolute;
	left: 498px;
	top: 5px;
	text-align: left;
	width: 120px;
}
#header #fontSize ul {
	list-style: none;
}
#header #fontSize ul li {
	float: left;
	margin-right: 2px;
}
#header #fontSize ul li img {
	cursor: pointer;
}
#index_wrap {
	background: url(../img/index/index_section01_020.jpg) no-repeat right top;
}
#index_wrap .index_section01 {
	padding-top: 40px;
	padding-left: 15px;
	width: 400px;
	padding-bottom: 90px;
}
#index_wrap .index_section01 h3 {
	margin-bottom: 15px;
}
#index_wrap .index_section01 .text_wrap {
	width: 340px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 2px;
}
#index_wrap .index_section02 {
	padding-left: 15px;
	padding-right: 30px;
	margin-bottom: 40px;
}
#index_wrap .index_section02 .img01 {
	float: left;
}
#index_wrap .index_section02 .div01 {
	width: 420px;
	float: right;
}
#index_wrap .index_section02 h3 {
}
#index_wrap .index_section02 .text_wrap {
	margin-top: 10px;
	text-align: justify; 
	text-justify: inter-ideograph;
}
#index_wrap .index_section03 {
	padding-left: 15px;
	padding-right: 30px;
	margin-bottom: 20px;
	width: 650px;
}
#index_wrap .index_section03 h3 {
	margin-bottom: 15px;
}
#index_wrap .index_section03 .text_wrap {
	padding-left: 2px;
}
#index_wrap .index_section03 dl {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#index_wrap .index_section03 dl dt {
	float: right;
	width: 510px;
}
#index_wrap .index_section03 dl dd {
	float: left;
	background: url(../img/common/icon_010.jpg) no-repeat left center;
	width: 120px;
	padding-left: 10px;
}
#index_wrap .index_section03 .div01 {
	text-align: right;
	clear: both;
	margin-top: 10px;
}
