@charset "utf-8";

/* color="#70D148" メインカラー */
/* color="#DE41A1" アクセントカラー */

/*-------------------------------------------------*/
/* index専用のレイアウト */
/*-------------------------------------------------*/
div#mainContent div.categoryLine:after,
div#mainContent:after{
	clear:both;
	height:0;
	display:block;
	content:"";
}

div#topDescriptionArea{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
}

div#topDescriptionArea p{
	width: 620px;
}

div#mainContent{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	margin-top:35px;
	min-height:200px;
}

div#mainContent div.categoryLine{
	margin-bottom:30px;
}

div#mainContent div.categoryLine div.categoryBox{
	width:300px;
	float:left;
	margin-right:15px;
}

div#mainContent div.categoryLine div.categoryBox img{
	float:left;
	margin-right:15px;
}

div#mainContent div.categoryLine div.categoryBox div.categoryDescription{
	float:left;
	width:220px;
}




.one_area {
	background:url("../img/one_area_body.png") repeat-y left top;
	margin-bottom:15px;
}
.one_area .title {
	padding:15px 5px 5px 15px;
	background:url("../img/one_area_top.png") no-repeat left top;
}
.one_area .body {
	padding:0px 5px 10px 15px;
	background:url("../img/one_area_bottom.png") no-repeat left bottom;
}


.one_sozai_area {
	background:url("../img/sozai_body.png") repeat-y left top;
	margin-bottom:15px;
	float:left;
	width:90px;
}
.one_sozai_area .title {
	padding:5px 5px 0px 5px;
	text-align:center;
	background:url("../img/sozai_top.png") no-repeat left top;
}
.one_sozai_area .body {
	padding:5px 5px 5px 5px;
	text-align:center;
	background:url("../img/sozai_bottom.png") no-repeat left bottom;
}

#mikata{
	width: 540px;
	background:url("../img/one_area_body.png") repeat-y left top;
}

#mikata #title {
	padding:15px 5px 5px 15px;
	background:url("../img/one_area_top.png") no-repeat left top;
}

#mikata #body {
	padding:0px 5px 10px 15px;
	background:url("../img/one_area_bottom.png") no-repeat left bottom;
}