@charset "utf-8";

/* h1
==========================================*/
#headContainer h1 {
	float: left;
}


/* mainImageArea
==========================================*/
#mainImageArea {
	position: relative;
	height: 300px;
	margin-bottom: 12px;
}

#mainImages .main_image {
	position: absolute;
	z-index: 3;
	width: 670px;
	height: 300px;
	color: #ffffff;
}
#mainImages .main_image p.ph {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainImages .main_image div {
	position: absolute;
	left: 0;
	z-index: 3;
	width: 626px;
	padding: 8px 22px;
	background: url(../images/main_bg001.png);
}
#mainImages .main_image div.pos_top {
	top: 0;
}
#mainImages .main_image div.pos_bottom {
	bottom: 0;
}
#mainImages .main_image h2 {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 124%;
}

#mainImageArea dl {
	position: absolute;
	top: 0;
	left: 670px;
	width: 240px;
	height: 300px;
	font-size: small;
	line-height: 1.6;
}
#mainImageArea li {
	height: 60px;
}
#mainImageArea a {
	display: block;
	padding: 12px 10px 0 18px;
	height: 48px;
	text-decoration: none;
	background: transparent url(../images/main_bg002.gif) no-repeat;
	color: #ffffff;
}
#mainImageArea a.hover {
	background: url(../images/main_bg003.gif) no-repeat;
	color: #2B2B2B;
}

#mainImageArea a strong {
	font-weight: bold;
}
#mainImageArea a span {
	font-size: 84%;
}
#mainImageArea a img {
	vertical-align: -3px;
}


/* indexContents
==========================================*/
#indexContents {
	zoom: 1;
}
#indexContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#indexContents #newsArea,
#indexContents #topicsArea {
	width: 315px;
	float: left;
}
#indexContents h3 {
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: url(../images/index_bg001.gif) repeat-x left bottom;
}
#indexContents ul.list {
	position: relative;
	zoom: 1;
}
#indexContents ul.list li {
	position: absolute;
	right: 10px;
	bottom: 18px;
}

#indexContents #newsArea {
	margin-right: 20px;
}
#indexContents #newsArea dl {
	margin: 0 10px 10px;
}
#indexContents #newsArea dd {
	padding: 1px;
}
#indexContents #newsArea p {
	margin: 25px 10px 0;
	text-align: right;
}
#indexContents #newsArea a.rss {
	padding-left: 16px;
	background: url(../images/index_ex002.gif) no-repeat left;
}
#indexContents #newsArea a.rss_icon {
	padding-left: 18px;
	background: url(../images/index_ex003.gif) no-repeat left;
}

#indexContents #topicsArea .title {
	text-align: center;
}
#indexContents #topicsArea .title strong {
	font-weight: bold;
	font-size: 135%;
}
#indexContents #topicsArea .box {
	width: 295px;
	margin: 10px auto 0;
	background: url(../images/index_bg002.gif);
	line-height: 1.2;
}
#indexContents #topicsArea .box_in {
	padding: 14px 12px;
	background: url(../images/index_bg003.gif) no-repeat bottom;
	zoom: 1;
}
#indexContents #topicsArea .box_in:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#indexContents #topicsArea .box h4 {
	font-weight: bold;
	margin: 0 5px 8px;
	/*add by niitsu 110708--*/
	background:none;
	padding-left:0;
	/*--add by niitsu 110708*/
}
#indexContents #topicsArea .box .ph {
	float: left;
	margin-right: 7px;
}

#indexContents #rightArea {
	float: right;
	padding-top: 8px;
}





