@charset "utf-8";
/* index.css */


/* ====================================
			contents
==================================== */
div#contents {
	width: auto;
	height: auto;
	background: URL(images/index/img_main.jpg) center top no-repeat #ECE9D6;
	clear: both;
}
div#contents div.bg {
	width: 910px;
	height: auto;
	/*margin: 307px auto 0 auto;*/
	margin: 120px auto 0 auto;
	padding: 13px 0 0 0;
	/*
	background: URL(../images/index/contents/bg_contents_white.png) center top repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
	*/
}


/* ====================================
			mainimg
==================================== */
div#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-indent: -9999px;
}


/* ====================================
			page title
==================================== */
div#rightcontents div#pagetitle {
	width: 620px;
	height: 84px;
	margin: 0 0 0 14px;
	text-align: right;
	background: URL(images/index/tit_sitemap.gif) left top no-repeat;
}
div#rightcontents div#pagetitle h3 {
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	float: left;
}
div#rightcontents div#pagetitle ul {
	width: 410px;
	margin: 30px 0 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	float: right;
}
div#rightcontents div#pagetitle li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #858697;
}
div#rightcontents div#pagetitle li span {
	margin: 0 4px;
}
div#rightcontents div#pagetitle li a {
	color: #858697;
	text-decoration: underline;
}
div#rightcontents div#pagetitle li a:hover {
	color: #858697;
	text-decoration: none;
}


/* ====================================
			account
==================================== */
div#rightcontents p.account {
	width: 600px;
	margin: 20px 0 20px 25px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #5B584D;
}


/* ====================================
			sitemap
==================================== */
div#rightcontents div#sitemap {
	width: 580px;
	height: auto;
	background: #F8F6F3;
	margin: 0 auto 40px auto;
	padding: 5px 20px 25px 20px;
}

div#rightcontents div#sitemap h4 {
	margin: 15px 0 0 0;
	/*padding: 6px 10px 6px 23px;*/
	font-size: 14px;
	background: #F0EBD1 url(../images/common/ico_arrow.gif) 10px 11px no-repeat;
	clear: both;
}
div#rightcontents div#sitemap h4 a {
	display: block;
	padding: 6px 10px 6px 23px;
	text-decoration: none;
}
div#rightcontents div#sitemap h4 a:hover {
	background: #E8E0CA url(../images/common/ico_arrow.gif) 10px 11px no-repeat;
}

div#rightcontents div#sitemap h5 {
	margin: 15px 23px 0 23px;
	padding: 6px 10px 6px 15px;
	font-size: 14px;
	border-bottom: 2px solid #CCC; 
	clear: both;
}
div#rightcontents div#sitemap h5 a {
	color: #032B87;
	text-decoration: none;
	/*border-bottom: 2px solid #476686;*/
	/*background: url(../images/common/ico_arrow.gif) 10px 11px no-repeat;*/
}
div#rightcontents div#sitemap h5 a:hover {
	text-decoration: underline;
	/*border-bottom: 2px solid #091C4B;*/
}
div#rightcontents div#sitemap h6 {
	margin: 0;
	padding: 10px 0 0 37px;
	display: block;
	font-size: 12px;
	color: #666;
}



div#rightcontents div#sitemap ul {
	margin: 7px 0 0 30px;
	padding: 0 0 30px 23px;
	font-size: 12px;
	list-style-type: none;
	clear: both;
}

div#rightcontents div#sitemap li {
	margin: 0;
	padding: 0;
	width: 50%;
	line-height: 1.8;
	float: left;
}
div#rightcontents div#sitemap li a {
	text-decoration: none;
}
div#rightcontents div#sitemap li a:hover {
	text-decoration: underline;
}








