/*------------------------------------------------------------------------------
タイトル
------------------------------------------------------------------------------*/
.header {
	background:#f5cfd7 url("img/back.gif") no-repeat;
}

.header h1 {
	left:156px;
}

#image {
	margin-left:0;
}


/*------------------------------------------------------------------------------
見出し
------------------------------------------------------------------------------*/
h2 {
	margin:0;
	padding:5px 0 0 30px;
	width:650px;
	height:31px;
	background:#fff url("img/name.gif") no-repeat;
	color:#fff;
}

h2 span {
	color:#fff;
	font-size:16px;
}

h3 {
	font-size:20px;
	letter-spacing:1px;
	line-height:22px;
	color:#a35b62;
}

/*------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------*/
.box_top {
	margin:0 auto;
	width:660px;
	height:45px;
	background-color:#fff;
}

.text {
	padding:0 20px 40px 0;
	width:292px;
	float:right;
}

.image {
	padding:0 0 40px;
	width:240px;
	float:left;
}

.text p {
	padding:15px 0 0;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

a.more {
	margin-top:5px;
	display:block;
	width:240px;
	height:25px;
	background:url("../common/img/btn.gif") no-repeat 0 0;
}

a.more:hover {
	background:url("../common/img/btn.gif") no-repeat 0 -25px;
}

.image2 {
	padding:30px 0 20px 0;
	width:620px;
}

.image2 .item {
	width:180px;
	float:left;
	display:block;
	margin-right:40px;
	margin-bottom:10px;
	color:#300;
	text-align:center;
}

.image2 .item2 {
	width:180px;
	float:left;
	display:block;
	margin-right:0;
	color:#300;
	text-align:center;
}

.image2 a.more {
	margin:0 auto 0;
}

.text_jinja {
	margin-top:20px;
}

.line_jinja {
	width:620px;
}



