/*---  フォトアルバムのスタイル　----*/


.asset-body p {
	margin-right: 60px;
	margin-left: 60px;
}



/* 各ブログのヘッダータイトル　　 */


.mt-main-index #blog-title {
	margin: 0px;
	width: 100%;
	position: relative;
	background-image: url(../../main_img/top_photo_album_bg001.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
	overflow: auto;
	background-color: #333333;
}

.mt-main-index #blog-name {
	margin-top: 40px;
}


#blog-title {
	margin: 0px;
	width: 100%;
	position: relative;
	overflow: auto;
}


#blog-name {
	margin-top: 10px;
}


#Photo-aisatu {
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px;
	width: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	overflow: auto;
	position: relative;
}

#Photo-aisatu h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5em;
}



/* 写真一覧ページ　　 */

.cate-title {
	font-size: 16px;
	background-color: #EEEEEE;
	display: block;
	height: 18px;
	width: auto;
	position: relative;
	text-indent: 15px;
	vertical-align: middle;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.cate-waku {
	margin: 5px;
	padding: 5px;
	overflow: auto;
	position: relative;
}

.photo-waku {
	margin: 3px;
	padding: 3px;
	float: left;
	height: 140px;
	width: 125px;
	overflow: auto;
	position: relative;
	font-size: 10px;
}



/* 撮影データ　　 */

#Satuei-data {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	position: relative;
	overflow: visible;
	height: auto;
	width: auto;
	background-color: #666666;
}

#Satuei-data th {
	padding: 5px;
	font-weight: normal;
	background-color: #EEEEEE;
	text-indent: 15px;
	position: relative;
	overflow: auto;
	height: 20px;
	width: 120px;

}


#Satuei-data td {
	background-color: #FFFFFF;
	text-indent: 15px;
	padding: 5px;
	position: relative;
	overflow: auto;
	height: auto;
	width: 300px;
}