/**********************************************
	サイト構成
**********************************************/
h2 {
	margin-top:20px;
	font-size:1.6em;
	font-weight:bold;
	color:#447e7e;
}

h3 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

h4 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

.mainMenuBlock {
	margin-bottom:10px;
	width:100%;
}

.mainMenuBlock p {
}

.carouselBlock {
}

/**********************************************
	ガイダンスメニュー
**********************************************/
#guidanceMenu {
	width:550px;
	height:290px;
	background:url("../images/characteristic.png") no-repeat;
}

#guidanceMenu ul {
	padding:0 5px;
}

#guidanceMenu li {
	float:left;
}

#guidanceMenu li a {
	display:block;
	width:180px;
	height:290px;
	text-indent:-9999em;
}

/**********************************************
	角丸ボックス
**********************************************/
.roundBox {
	margin-bottom:10px;
	padding:0 10px;
	width:530px;
	line-height:1;
	font-size:1.2em;
	background-color:#e0f4f4;
}
