@charset "utf-8";

/* トップページ　コンテンツエリア
------------------------------------------------------------*/

/* 左の写真*/

#left_side {
	float: left;
	width: 321px;
}

#right_side {
	float: right;
	width: 321px;
}

#left_side h3 {
	font-size: 14px;
	font-weight: bold;
	color: #e39e96;
	text-align: center;
	margin-top: 15px;
	line-height: 17px;

}

.left_photo {
		float: left;
		width: 152px;
}

.right_photo {
		float: right;
		width: 152px;
}


.photo_border img {
	padding: 1px;
	border: 1px solid #DDDADA;	
}



.right_photo h3 {
	font-size: 14px;
	font-weight: bold;
	color: #e39e96;
	text-align: center;
}


.left_photo h3 {
	font-size: 14px;
	font-weight: bold;
	color: #e39e96;
	text-align: center;
}
.comment {
	font-size: 10px;
	color: #86bc00;
	text-align: center;
	margin-bottom: 3px;
}

/* 手温のこだわり*/
#concept_box {
	width: 293px;
	border: 1px solid #eca3a9;
	margin-top: 20px;
	background-image: url(../images/concept_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	font-size: 0.95em;
}

#concept_box img {
	float: right;
	margin-left: 8px;	
	margin-bottom: 8px;
}

#concept_box .owner {
	color: #946C5A;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}



/* メディア紹介*/
#media h3 {
	font-size: 1.2em;
	color: #86bc00;	
}


/* トップページ　インフォメーション
------------------------------------------------------------*/

#info dl dd {
	background: url(../images/tensen.gif) repeat-x bottom;
	margin-top: -1.4em;
	padding-bottom: 5px;
	padding-left: 4em;
	margin-bottom: 10px;

}
/*
#info dl dd.last {
	background: none;
}
*/

#info dl {
	line-height: 1.6;
	width: 320px;
}
#info h2 {
	width: 321px;
	margin-bottom: 1em;
}


#info {
	margin-bottom: 10px;
}

#info dl dt {
	font-weight: normal;
	color:#9E5E56;
}


.scroll  {
	overflow: auto;
	width: 321px;

}
