/*
==============================================================================
LocalNav
==============================================================================
*/

#LocalNav
{
	position:relative;
	top:1px;
	background:url(../image/localnav/background.gif) no-repeat 0 0;
	width:986px;
	height:212px;
	margin-top:1px;
}

#LocalNav ul
{
	margin-left:73px;
}

#LocalNav li
{
	float:left;
	margin-right:1px;
	width:209px;
}

#LocalNav li a
{
	margin-top:33px;
	display:block;
	width:209px;
	height:167px;
}

#LocalNav li.odcf a
{
	background:url(../image/localnav/default/odcf.jpg) no-repeat 0 0;
}

#LocalNav li.aef a
{
	background:url(../image/localnav/default/aef.jpg) no-repeat 0 0;
}

#LocalNav li.xseed a
{
	background:url(../image/localnav/default/xseed.jpg) no-repeat 0 0;
}

#LocalNav li.jmseed a
{
	background:url(../image/localnav/default/jmseed.jpg) no-repeat 0 0;
}

body.odcf #LocalNav li.odcf a
{
/*
	position:absolute;
	top:92px;
	left:67px;
*/
	margin-top:0;
	margin-left:0;
	background:url(../image/localnav/odcf.jpg) no-repeat 0 0;
	width:210px;
	height:210px;
}
body.aef #LocalNav li.aef a
{
	margin-top:0;
	margin-left:0;
	background:url(../image/localnav/aef.jpg) no-repeat 0 0;
	width:210px;
	height:210px;
}

body.xseed #LocalNav li.xseed a
{
	margin-top:0;
	margin-left:0;
	background:url(../image/localnav/xseed.jpg) no-repeat 0 0;
	width:210px;
	height:210px;
}

body.jmseed #LocalNav li.jmseed a
{
	margin-top:0;
	margin-left:0;
	background:url(../image/localnav/jmseed.jpg) no-repeat 0 0;
	width:210px;
	height:210px;
}

/*
==============================================================================
TopicPath
==============================================================================
*/

#TopicPath
{
	margin:1em 84px 0;
	padding-top: 5px;
	font-size:80%;
}

#TopicPath a
{
	text-decoration:underline;
}

/*
==============================================================================
Contents
==============================================================================
*/

#Contents
{
	width:836px;
	margin:0 75px;
}

#Contents .Block
{
	padding-bottom:12px;
	background:url(../image/contents/2nd/bottom.gif) no-repeat center bottom;
}


h2
{
	font-size: 170%;
	padding: 10px 5px;
}

h3
{
	background:url(../image/contents/2nd/h2.gif) no-repeat 0 0;
	font-size:12pt;
	width:803px;	/* 836 - 33 */
	_width:836px;
	height:25px;	/* 39 - 14 */
	_height:39px;
	padding-top:14px;
	padding-left:33px;
	color:#ffffff;
	font-size:15px;
}


#Contents .SubBlock
{
	text-align:left;
	background:url(../image/contents/2nd/background.gif) repeat-y 0 0;
	margin:0 auto;
	padding:1.5em 33px;
}

h4
{
	margin:22px 0 1em;
	padding:0;
	border-bottom:1px solid #cccccc;
	color:#628c9e;
	font-size:16px;
}

#Contents .SubBlock .thanks
{
	height: 300px;
	line-height: 150%;
	text-align: center;
	padding-top: 100px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 130%;
}

h4:first-child
{
	margin-top:0;	/* IE6では適用されない。 */
}

h4 span
{
	font-size:16px;
	padding:0 3px 1px 3px;
	border-bottom:3px solid #628c9e;
}

h5
{
	background:#f2f6f6;
	border-left:4px solid #628c9e;
	padding:4px 8px;
	margin:1em 0 0.6em;
	font-size:100%;
	color:#628c9e;
}

h5:first-child
{
	margin-top:0;	/* IE6では適用されない。 */
}

#Contents ol
{
	list-style-type:decimal;
	margin-left:2em;
}

#Contents ul.Notice
{
	font-size:80%;
}

#Contents ul.Notice li
{
	background:url(../image/contents/2nd/notice.gif) no-repeat 0 2px;
	padding-left:10px;
}

/*#Contents ul.InvestLink
{
	border-top:1px dotted #b2b2b2;
}*/

#Contents ul.InvestLink li
{

}

#Contents ul.InvestLink p
{
	display:block;
	float:left;
	width:160px;
	padding:0 10px 0 0;
	margin:0;
/*	border-right:1px solid #b2b2b2;*/
}

#Contents ul.InvestLink dl
{
/*	float:left;*/
	width:480px;	/* 770 - (125 + 1)未満であること。 */
/*	margin-left:15px;*/
	padding:0 14px;
	border-left:1px solid #b2b2b2;
}

#Contents ul.InvestLink dt a
{
	font-size:120%;
	font-weight:bolder;
}

#Contents ul.InvestLink dd
{
	padding-left: 0px;
	margin-bottom: 6px;
}


.GoToTop
{
	text-align:right;
	padding:0 8px;
}

.GoToTop img
{
	margin-top:15px;
	width:103px;
	height:19px;
}

.SubBlock .figure {
	padding-left: 30px;
}

#Contents .SubBlock ul, #Contents .SubBlock ol, #Contents .SubBlock dl, #Contents .SubBlock p {
	padding: 0 40px;
}

#Contents .SubBlock li.banner {
	width: 204px;
}



#Contents .SubBlock li.box {
    border-bottom:1px dotted #b2b2b2;
	margin-bottom:20px;
	padding:0px;
    padding-bottom:1.0em;
}


#Contents .SubBlock dd {
	padding-left: 30px;
}

/*
==============================================================================
HACK
==============================================================================
*/

