@charset "utf-8";

@import url("../../css/common/common.css");
@import url("../../css/common/layout-basic.css");


/* メインイメージ
------------------------------------------------------------*/

#title {
	clear: both;
	width: 790px;
	margin: 10px auto 20px;
}

#title h3 {
	padding: 5px;
	background-color: #F8F2E1;
	border-bottom: #D08B93 solid 1px;
	border-left: #D08B93 solid 7px;
	font-size: 16px;
}

/* （必要があれば）
------------------------------------------------------------*/

#body p {
	margin-bottom: 10px;
}

/* 写真素材
------------------------------------------------------------*/

#photobox {
	clear: both;
	margin-bottom: 10px;
}

*html #photobox {
	margin-bottom: 0;
}

#photobox ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#photobox li {
	clear: both;
	margin-bottom: 10px;
}

#photobox .thumbnail {
	float: left;
	margin-right: 10px;
}

#photobox .phtxt {
	float:left;
}
