@charset "UTF-8";

/* ------------------------------------------------------------------------------ CSS Information

Last up date: 
Style Info  : index.css トップページレイアウト

---------------------------------------------------------------------------------------------- */

@import url(base.css);		/* リセットCSS */
@import url(common.css);		/* 共通 */
@import url(etc.css);		/* その他機能 */





/* top
================================================================================================== */

.top .box01 {
	margin-bottom: 14px;
	font-size: 85%;
	line-height: 140%;
}
.top .box01 .title {
	margin-bottom: 10px;
}
.top .box01 .img {
	margin-bottom: 12px;
}
.top .box01 .img li {
	float: left;
	margin-right: 6px;
}

.top .box02 {
	margin-bottom: 30px;
}

.top .box03 {
	position: relative;
	width: 660px;
	height: 295px;
	background: url(../images/top/top_img06.jpg) left top repeat;
}
.top .box03 .img01 {
	position: absolute;
	top: 26px;
	left: 25px;
}
.top .box03 .img02 {
	position: absolute;
	top: 174px;
	left: 25px;
}
.top .box03 .txt01 {
	position: absolute;
	top: 105px;
	left: 25px;
}
.top .box03 .txt02 {
	position: absolute;
	top: 201px;
	left: 25px;
}
.top .box03 .btn {
	position: absolute;
	top: 230px;
	left: 25px;
}

