@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;
}

/* 見出し
------------------------------------------------------------*/

h4 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #65002E;
}

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

#body .category {
	clear: both;
	margin: 0 0 10px;
	padding-top: 20px;
	border-bottom: #D08B93 solid 1px;
	color: #D08B93;
	font-size: 14px;
	font-weight: bold;
}

*html #body .category {
	margin-top: 20px;
	padding-top: 0;
}

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

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

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

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

#photobox li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	width: 320px;
}

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

#photobox .phtxt {
	float:left;
	width: 210px;
}

/* PDF
------------------------------------------------------------*/

#pdflist {
	clear: both;
	margin-bottom: 20px;
}

#pdflist .dltxt {
	float: left;
	margin-right: 20px;
}

#pdflist .dlbutton {
	width: 160px;
	float: left;
}

#pdflist ul{
	clear: both;
	margin: 0;
	padding-left: 15px;
}

#pdflist li {
	padding: 2px 0;
}

#pdflist a {
	margin-right: 5px;
}
