@charset "EUC-JP";

/*
	ナビゲーションのカレント表示
	base id [#headSection] >> /css/common/defaultset/designHead.css
*/


#headSection div.menuBlock ul#globalNavi li#globalPhotograph a {
	background-position: left bottom;
}

#headSection div.menuBlock ul#globalNavi li#globalPhotograph a:link {
	background-position: left bottom;
}

#headSection div.menuBlock ul#globalNavi li#globalPhotograph a:visited {
	background-position: left bottom;
}

#headSection div.menuBlock ul#globalNavi li#globalPhotograph a:hover {
	background-position: left bottom;
}


/*
	base id [#bodySection] >> /css/common/defaultset/layoutBase.css
	base id [#bodySection] >> /css/common/defaultset/designBody.css
*/

/* mainvisualArea */

#bodySection #mainvisualArea {
	margin: 20px 0px 0px 0px;
	width: 750px;
	height:auto;
	font-size: 90%;
}

#bodySection #mainvisualArea #Gallery {
	margin: 0px 0px 0px 0px;
	width: 750px;
	text-align: center;
	float:center;
}


#bodySection #mainvisualArea #Gallery #title {
	margin:0px auto 20px auto;
	padding:0px;
	height:auto;
	float:center;
}

#bodySection #mainvisualArea #Gallery #caption {
	margin:0px auto 20px ;
	padding:0px;
	height:auto;
	float:center;
	text-align:left;
	font-size: 80%;
	width: 600px;
}

#bodySection #mainvisualArea #Gallery #photo {
	margin: 0px 0px 0px 45px;
	width: 179px;
	height: 197px;
	float:left;
}


#bodySection #mainvisualArea #Gallery #indexImg {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 40px;
	height:1000px;
	float:center;
}

#bodySection #mainvisualArea #Gallery #indexImg ul li {
	margin: 10px auto 15px auto;
	width: 170px;
	height: 120px;
	float:left;
}

#bodySection #mainvisualArea #Gallery #indexImg ul li img{
	background-color: #ffffff;
	padding:4px;
	margin-right:10px;
	margin-bottom:5px;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}

#bodySection #mainvisualArea #Gallery #indexImg ul li a:hover img{
	border: 1px solid #cecccc;
}

#bodySection #mainvisualArea #Gallery #indexImg li.right {
	margin: 0px 15px 0px 20px;
	width: 125px;
	height: 125px;
	float:right;
}


/* newsArea */

#bodySection #newsArea {
	float: left;
	margin: 0px 0px 0px 32px;
	width: 570px;
}

#bodySection #newsArea h1 {
	float: left;
	width: 95px;
	margin: 0px 0px 10px 0px;
}

#bodySection #newsArea h1 img {
	margin: 0px 0px 0px 10px;
}

#bodySection #newsArea p.newsList {
	float: left;
	width: 88px;
	margin: 0px 0px 15px 0px;
}

#bodySection #newsArea #content {
	margin: 0px 0px 10px 20px;
	float: left;
	width: 570px;
	height: 80px;
	overflow: hidden;
}


#bodySection #newsArea iframe {
	margin: 0px 0px 10px 20px;
	background-color: #f5f4f4;

}

#bodySection #newsArea table {
	width: 570px;
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
	font-size: 80%;
	height: 100px;
	overflow: hidden;
}

#bodySection #newsArea table tr th {
	width: 10%;
	padding: 0px 15px 5px 0px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

#bodySection #newsArea table tr td {
	width: 90%;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

#bodySection #newsArea table tr td span {
	padding: 0px 0px 0px 5px;
	vertical-align: -0.3em;
}



#bodySection #adArea {
	float: right;
	width: 249px;
	padding: 37px 0px 0px 0px;
	background-image: url("/img/index_adAreaBg.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#bodySection #adArea ul {
	padding: 0px 0px 5px 0px;
}

#bodySection #adArea ul li {
	margin: 0px 0px 10px 0px;
}



