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

body {
	font-family: font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
	/*margin-top: 0px;*/
}
h1,h2{
	margin: 0;
	padding: 0;
}



#wrap{
	width: 800px;
	margin: auto;
	background-color: #000000;
}

#header{
	padding-bottom: 40px;
}
#photo{
	float: left;
	width: 450px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#caption_navi_wrap{
	float: right;
	width: 320px;
	padding-right: 10px;
}
#caption_wrap{
	float: left;
	width: 200px;
}
#caption h2{
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 13px;
	color: #FFFFFF;
}
#text{
	text-align: left;
	line-height: 1.8em;
}
#more{
	text-align: right;
	padding-top: 10px;
	font-size: 10px;
}
#more a:link{
	color: #FF9900;
}
#more a:hover{
	color: #FFCC00;
}
#more a:visited{
	color: #FF9900;
}

#navi{
	float: right;
}
#directory{
	clear: both;
	background-image: url(../parts/bar_btm.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}
#directory2{
	clear: both;
	background-image: url(../parts/bar_btm.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 5px;
}
.thumb{
	padding-left: 2px;
}
#footer{
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}