@charset "shift_jis";

@import url("common.css");

html {
	background: #F0F0F0 url(/images/bg-contents-index.gif) center top repeat-y;
}

#all {
	position: relative;
	background: url(/images/bg-body-index.jpg) center top no-repeat;
}


/* header-index
-------------------------------------------------------------------------------- */
#header-index {
	width: 760px;
	height: 306px;
	margin: 0 20px;
	text-align: left;
	position: relative;
}

#header-index h1 {
	position: absolute;
	top: 23px;
	left: 0;
}

#contents {
	padding-bottom: 30px;
}

/* main
-------------------------------------------------------------------------------- */
#main {
	width: 560px;
	float: right;
	position: relative;
	text-align: left;
	padding-bottom: 85px;
	/padding-bottom: 110px;
}

#main-inner {
	width: 520px;
	margin-top: 7px;
}

h2#h2-intro-index {
	width: 520px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(/images/h2-intro-index.gif) no-repeat;
}


#intro-img {
	position: absolute;
	top: -44px;
	right: 6px;
	_right: 5px;
	z-index: 1;
}*:first-child+html #intro-img { right: 5px; }

#link-What {
	position: absolute;
	top: 57px;
	right: 36px;
	_right: 35px;
	z-index: 3;
	text-indent: -9999px;
}*:first-child+html #link-What { right: 35px; }

#link-What a {
	width: 111px;
	height: 157px;
	display: block;
	background: url(/images/btn-What.gif) no-repeat;
}

#link-What a:hover {
	background: url(/images/btn-What-On.gif) no-repeat;
}

#intro-text {
	width: 270px;
	margin-bottom: 10px;
}

#img-What {
	position: absolute;
	top: 195px;
	right: 90px;
	z-index: 2;
}


/* sub
-------------------------------------------------------------------------------- */
#sub-index {
	width: 210px;
	float: left;
	text-align: left;
	position: relative;
	font-size: 85%;
	line-height: 1.4;
}

#sub-inner {
	width: 190px;
	margin: 0 5px 0 15px;
	position: absolute;
	top: -65px;
	left: 0;
}

#h3-sub-index {
	width: 190px;
	height: 26px;
	text-indent: -9999px;
	background: url(/images/h3-sub-index.gif) no-repeat;
}

/* submenu-index bg-bottom
------------------------------
dl#submenu-index {
	padding-bottom: 5px;
	background: url(/images/submenu-bottom.gif) left bottom no-repeat;
}
*/

dl#submenu-index dt {
	font-weight: bold;
}

dl#submenu-index #submenu-dt-1 {
	background: url(/images/submenu-index-dt-1.gif) no-repeat;
}
dl#submenu-index #submenu-dt-1 a {
	padding: 12px 0.5em 12px 2.7em;
	display: block;
}

dl#submenu-index #submenu-dt-2 {
	background: url(/images/submenu-dt-2.gif) no-repeat;
}
dl#submenu-index #submenu-dt-2 a {
	padding: 12px 0.5em 12px 2.7em;
	display: block;
}

dl#submenu-index #submenu-dt-3 {
	background: url(/images/submenu-dt-2.gif) no-repeat;
}
dl#submenu-index #submenu-dt-3 a {
	padding: 4px 0.5em 4px 2.7em;
	display: block;
}

dl#submenu-index #submenu-dt-4 {
	background: url(/images/submenu-dt-3.gif) no-repeat;
}
dl#submenu-index #submenu-dt-4 a {
	padding: 12px 0.5em 19px 2.7em;
	display: block;
}


#submenu-index dd {
	background: url(/images/submenu-dd.gif) left top no-repeat;
}
#submenu-index dd a {
	padding: 0.6em 1em 0.6em 4.0em;
	display: block;
}
