@charset "utf-8";
/* gallery_subwin.css */

/* index */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:none #FFF;}
	
	
.subtitle{font-size:93%;font-weight:bold;}


#gallery_detail_stage1 {width:480px;margin:20px auto;text-align:left;}
#gallery_detail_stage1 h1 {
	margin-top:0px;
	padding-left:20px;
	height:25px;
	line-height:25px;
	font-size:108%;
	font-weight:bold;
	background-image:url(/gallery/images/gallery_title.jpg);
	background-repeat:no-repeat;
}
#gallery_detail_stage1 h2.subtitle {
	background-image:url(/gallery/images/gallery_title2.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin:15px 0px 15px;
	padding-left:20px;
	font-size:100%;
	color:#333333;
}
.gallery_detail_photo {
	margin:0 0 10px 0;
	background-color:#f5f5f5;
}
.gallery_detail_photo a {
	width:480px;
	height:320px;
	display:block;
}
.gallery_detail_btn {
	text-align:right;
	padding:0px 0px;
}
.detailtext {
	font-size:93%;
	line-height:1.5em;
	padding-bottom:1em;
}
.gallery_menu {
	padding-bottom:1em;
}

.gallery_menu .prev a {
	background-image:url(../images/icon_arrow02.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:13px;
	float:left;
	font-size:93%;
}
.gallery_menu .next a {
	background-image:url(../images/icon_arrow01.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:13px;
	float:right;
	font-size:93%;
}

