@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */
/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 topページ　定義
****************************************** */

.*html #photo li a {
	margin-top: -0.3em;
}


.top {
	float: left;
}

/* メインタイトル */
.main-title {
	width: 800px;
	height: 31px;
	margin-bottom:20px;
}

/* **************************************************************
 ページID　定義
************************************************************** */

#photo {
	width: 800px;
	min-height: 800px;
	color: #505050;
	padding-bottom: 30px;
}
*html #photo {
	height: 500px;
}

#photo a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#photo div.contentsRt {
	width: 210px;
	float: right;
}

#photo div.contentsLt {
	padding-left:2px;
	width: 280px;
	float: left;
}

#photo div.contents02Lt {
	padding-left:2px;
	float: left;
}

#photo li {
	position: relative;
	width: 517px;
	height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.2em;
}

#photo li p {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: 0;
	padding-left: 20px;
	color: #1b377b;
}

*html #photo li p {
	margin-top: -0.3em;
}

/* ライブラリ */
.library_photo {
	width: 780px;
	clear:both;
	height: 145px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.photo_left {
	width: 175px;
	float:left;
}
.photo_centerL {
	width: 175px;
	float:left;
	margin-left: 11px;
}
.photo_centerR {
	width: 175px;
	float:left;
	margin-left: 11px;
}

.photo_right {
	width: 175px;
	float:right;
}
