@charset "utf-8";
/* CSS Document */

/*------------ コンテンツボックス ------------*/
#contents {
	padding: 15px 80px 10px 50px;
}

#contents #leftMenu {
	width: 375px;
	display: inline;
	float: left;
}

#contents #rightMenu {
	width: 375px;
	display: inline;
	float: right;
}

/*------------ 各見出し ------------*/
#contents h3 {
	padding: 5px 10px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/cpsSubtitle.gif);
	background-repeat: no-repeat;
}

/*------------ 定義リスト ------------*/
#contents dl {
	margin-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3em;
}

#contents dt {
	margin:0 -13em 0 0;
	padding: 0.5em 0;
	background-image: url(../img/menuLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

#contents dd {
	padding: 0.5em 0 0.5em 22em;
	background-image: url(../img/menuLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#contents table {
	margin-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3em;
	width:98%;
}

#contents th {
	margin:0 0 0 0;
	padding: 0.5em 0;
	background-image: url(../img/menuLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width:77%;
	font-weight:normal;
}

#contents td {
	padding: 0.5em 0 0.5em 0;
	background-image: url(../img/menuLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*------------ 写真リスト ------------*/
ul#photoList {
	margin-left: 40px;
	margin-bottom: 10px;
}

ul#photoList li {
	margin-left: 3px;
	float: left;
}

