@charset "shift_jis";

/* header
======================================== */
#header {
	padding-bottom: 17px;
}

/* indexInner
======================================== */
.indexInner {
	width: 690px !important;
}

/* topMain
======================================== */
.topMain {
	margin-bottom: 11px;
}


/* topLinkBox
======================================== */
.topLinkBox {
	width: 690px;
	height: 335px;
	margin-bottom: 22px;
	background: url(../../../images/index_bg01.jpg) 0 0 no-repeat;
}

.topLinkBox dl {
	padding: 104px 0 0 46px;
	font-size: 0;
}

.topLinkBox dl dd {
	display: none;
}

.topLinkBox dl dt {
	float: left;
}

.topLinkBox dl dt.navi01 {
	margin: 0 47px 97px 0;
}

.topLinkBox dl dt.navi02 {
	margin: 0 46px 97px 0;
}

.topLinkBox dl dt.navi03 {
	margin-bottom: 97px;
}

.topLinkBox dl dt.navi04 {
	clear: both;
	margin: 0 83px 0 124px;
}

* html .topLinkBox dl dt.navi04 {
	display: inline;
}

/* h2Container
======================================== */
.h2Container {
	margin-bottom: 13px;
	border-bottom: 2px solid #bbbbbb;
}

.h2Container h2 {
	float: left;
	width: 200px;
	font-size: 0;
	padding-bottom: 7px;
}

.h2Container p {
	float: right;
	width: 480px;
	text-align: right;
}

.h2Container p span {
	padding-left: 10px;
	background: url(../../../images/index_ic01.gif) 0 0.2em no-repeat;
}

* html .h2Container p span {
	background: url(../../../images/index_ic01.gif) 0 0.45em no-repeat;
	zoom: 1;
}

/* topTopicsBox
======================================== */
.topTopicsBox {
	padding-bottom: 22px;
}

.topTopicsBox dt {
	clear: both;
	float: left;
	width: 7.5em;
	padding-bottom: 7px;
	color: #333333;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
body:first-of-type .topTopicsBox dt {
	width: 8.5em;
}
}

.topTopicsBox dd {
	margin-left: 7.5em;
	padding: 0 0 7px 9px;
	background: url(../../../images/index_ic01.gif) 0 0.45em no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
body:first-of-type .topTopicsBox dd {
	margin-left: 8.5em;
}
}

* html .topTopicsBox dd {
	background: url(../../../images/index_ic01.gif) 0 0.45em no-repeat;
	zoom: 1;
}

.iconNew {
	padding: 2px 0 2px 39px;
	background: url(../../../images/index_ic02.gif) 7px 0 no-repeat;
}

* html .iconNew {
	height: 16px;
	padding: 0 0 0 39px;
	background: url(../../../images/index_ic02.gif) 7px 0 no-repeat;
	zoom: 1;
}

/* 	Clearfix Property
----------------------------------------------------------
for windows XP
		IE 6
		IE 7
		Fx 3
for windows Vista
		IE 7
for Mac OS X
		safari 3
---------------------------------------------------------- */
.topLinkBox dl:after,
.h2Container:after,
.topTopicsBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.topLinkBox dl,
.h2Container,
.topTopicsBox {
	zoom: 1;
}