@charset "utf-8";
/*----------------------------------------------------
index
----------------------------------------------------*/

/*----------------------------------------------------
header
----------------------------------------------------*/
#header_index {
	width:640px;
	height:971px;
	background:url(../images/topimage.jpg) no-repeat center top;
	margin:0 auto;
}
#header_index h1 {
	width:443px;
	height:480px;
	padding-top:81px;
	margin-left:95px;
}

#header_index h2 {
	font-size:28px;
	letter-spacing:3px;
	text-align:center;
	color:#391e00;
}

/*----------------------------------------------------
#photo_index
----------------------------------------------------*/
#photo_index {
	text-align:center;
	height:420px;
	margin:0 auto;
	background-color:#391e00;
}


/*----------------------------------------------------
#news
----------------------------------------------------*/
#news {
	width:auto;
	text-align:center;
	margin:0 auto;
	background-color:#fbf9f1;
}
#news dl {
	width:auto;
	margin:0 auto;
	padding:50px;
}
#news dt {
	text-align:left;
	letter-spacing:2px;
	font-size:16px;
	font-weight:bold;
	color:#391e00;
	margin-left:20px;
}
#news dd {
	text-align:left;
	letter-spacing:2px;
	font-size:16px;
	color:#391e00;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:40px;
	line-height:22px;
}

/*----------------------------------------------------
mainnav
----------------------------------------------------*/

#mainnav-bg {
	width:auto;
	height:auto;
	background-color:#ece9dc;
	clear:both;
}

#mainnav {
	width:600px;
	margin:0 auto;
	padding:30px 20px;
	background-color:#ece9dc;
	clear:both;
}

#mainnav li {
	float:left;
	width:290px;
	height:200px;
	margin-left:20px;
	margin-bottom:20px;
}
#mainnav li:first-child {
	margin-left:0;
}

/*----------------------------------------------------
case
----------------------------------------------------*/

#case-bg {
	width:auto;
	height:auto;
	background-color:#391e00;
	clear:both;
}
#case-bg h2 {
	width:76px;
	height:86px;
	margin:0 auto;
	padding:20px 0;
}
#case-bg h3 {
	color:#ffffff;
	margin-bottom:30px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
#case-bg .btn_care {
	width:340px;
	height:50px;
	margin:0 auto;
	padding-bottom:50px;
}
#case {
	width:600px;
	margin:0 auto;
	padding:0 20px;
	background-color:#391e00;
	clear:both;
}

#case li {
	float:left;
	width:290px;
	height:150px;
	margin-left:20px;
	margin-bottom:20px;
}
#case li:first-child {
	margin-left:0;
}

/*----------------------------------------------------
#explain
----------------------------------------------------*/
#explain {
	background-color:#ece9dc;
	text-align:center;
	padding:50px 0;
}
#explain h2 {
	background-color:#ece9dc;
	text-align:center;
	padding-bottom:40px;
}

.aka a {
	color:#5470CB;
	letter-spacing: 2px;
}
.aka a:hover {
	color:#391e00;
	letter-spacing: 2px;
}