@charset "Shift_JIS";
/*	contentgallery     ====================================================*/
div#contentgallery{
	width:100%;
}

/*	box1st     ====================================================*/
div#box1st{
	clear:both;
	width:768px;
	margin:0 auto;
}

div#box1st h2{
	padding-left:50px;
}

div#box1st p{
	padding:30px 0 0 34px
}

/*	boxlast    ====================================================*/
div#boxlast{
	width:768px;
	margin:0 auto;
	padding-top:25px;
}

div#flashArea{
	width:720px;
	height:510px;
	margin:0 auto;
	text-align:center;
}

div#thumbbox{
	width:665px;
	margin-left:36px;
}

div#thumbbox ul { 
	display:block;
	margin:0;
	padding:0;
}

div#thumbbox ul li.newphoto{
	float:left;
	display:inline;
	width:129px;
	height:84px;
	padding:4px 0 13px 4px;
	text-align:left;
	background:url(../images/bg_newthumb.gif) no-repeat left top;
}

div#thumbbox ul li.photo{
	float:left;
	display:inline;
	width:129px;
	height:84px;
	padding:4px 0 13px 4px;
	text-align:left;
	background:url(../images/bg_thmb.gif) no-repeat left top;
}

