@charset "EUC-JP";

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


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

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

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

#headSection div.menuBlock ul#globalNavi li#globalLink 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: 450px;
	font-size: 90%;
	text-align: center;
}

#bodySection #mainvisualArea #Link {
	margin:0px auto;
	padding:0px;
	width: 750px;
}


#bodySection #mainvisualArea #Link #title {
	margin:0px auto;
	padding:0px;
	width: 140px;
	height: 16px;
}

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


#bodySection #mainvisualArea #Link #text {
	margin:30px auto;
	width: 540px;
	float:center;
}

#bodySection #mainvisualArea #Link #text li {
	margin:0px auto;
	width: 270px;
	height: 40px;
	float:left;
}


/* 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;
}


