@charset "UTF-8";


/* /index.html
=========================================*/
body#siteIndex #headContents {
	width: 100%;
	margin: 0 0 8px;
	padding: 0 0 20px;
	background: url(../images/common_bg001.gif) repeat-x 0 100%;
	text-align: center;
}

/* latestInformation */
body#siteIndex #contents .latestInformation {
	position: relative;
	float: left;
	width: 580px;
	line-height: 1.4;
}
body#siteIndex #contents .latestInformation .informationHeading {
	margin: 0 0 7px;
	padding: 0 0 5px 2px;
	border-bottom: #bbe8ff 2px solid;
	font-size: 0;
	line-height: 0;
}
body#siteIndex #contents .latestInformation dt {
	float: left;
	width: 8.5em;
	margin: 0 -8.5em 8px 0;
}
body#siteIndex #contents .latestInformation dt span {
	margin: 0 0.3em;
}
body#siteIndex #contents .latestInformation dd {
	margin: 0 0 8px 8.5em;
}
body#siteIndex #contents .latestInformation .backnumberBtn {
	position: absolute;
	top: -4px;
	right: 0;
}

/* bannerArea */
body#siteIndex #contents .bannerArea {
	float: right;
	width: 340px;
}
body#siteIndex #contents .bannerArea ul {
	margin: 0 -10px 0 0;
}
body#siteIndex #contents .bannerArea li {
	position: relative;
	float: left;
	width: 165px;
	height: 70px;
	margin: 0 10px 0 0;
}
body#siteIndex #contents .bannerArea li a {
	position: absolute;
	bottom: 0;
}

/* cmBlock */
body#siteIndex #contents #wrapCmBlock {
	clear: both;
	margin: 20px 0 0;
	padding: 14px 0 2px;
	border: #d8ebf2 3px solid;
	background: url(../../images/index_bg001.gif) repeat-x 0 0;
	text-align: center;
}



/* 99. Extra
=========================================*/
/* Clearfix */
body#siteIndex #contents .bannerArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

body#siteIndex #contents .bannerArea ul {
	zoom: 1;
}