@charset "utf-8";


#baseTop {
	margin:0 auto;
	text-align:center;
	width:880px;
}
#baseTop:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#baseTop {
	display: inline-block;/*IE7・Mac版IE向け */
}
#baseTop {
	display: block;/*Opera、Safari向け */
}
#baseLogo {
	padding:50px 0;
	text-align:center;
}
#baseTop li {
	float:left;
}

/*	メイン画像
-----------------------------------------------------*/
#topCont {}
#topCont .photoList {
	padding:12px 0 0 12px;
	background:#000;
}
#topCont .photoList ul {
	overflow:hidden;
}
#topCont .photoList ul li {
	float:left;
	overflow:hidden;
	width:123px;
	height:123px;
	margin:0 12px 12px 0;
}
#topCont .photoList ul li img {
	float:left;
	width:123px;
	height:123px;
}
#topCont .photoList .topImage1 a,
#topCont .photoList .topImage3 a {
	/*overflow:hidden;
	display:block;*/
	width: 246px;
	height: 100%;
}

#topCont .photoList .topImage2,
#topCont .photoList .topImage4 {
	width: 100%;
	height: 246px;
}


/*	お知らせ
-----------------------------------------------------*/
.newsBox{
	width:750px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
.newsBox ul li span{
	background-color:#900;
	padding:5px;
	color:#fff;
}
.newsBox li:first-child{
	padding-bottom:10px;
}


