/* CSS Document */

/*::	[Fix bottom marging of contents]	::*/
#navi-right,
#contents,
#contents1,
#contents2{
	margin-bottom:0;
}
#footer{
	margin-top:0;
/*	padding-top:80px;*/
}
/**/
#contents hr.clear{
	display:none;
}

#navi-right .solid{
	border-color:#E4E4E4;
}
#wrapper {
	margin-bottom:76px;
}

#contents .last-item,
#contents2 .last-item {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* ----------------------------- headings ----------------------------- */
#contents2 .area_h2,
#contents1 .area_h2 {
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	background: #ffffff url(/img/bg_h2_2_bottom.gif) no-repeat bottom left;
}

/* -------------------------- layout setting -------------------------- */
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#wrapper {
	zoom: 1;
}
#navi-left-area {
	width: 190px;
	margin-bottom: 0;
	background: url(/img/bg_wrapper_top.gif) no-repeat;
}

/* ----------------------------- wrapper ----------------------------- */
#wrapper .inner {
	float: none;
	width: 860px;
	margin: 0;
	background: url(/img/bg_wrapper_bottom.gif) no-repeat left bottom;

}
#wrapper .inner:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#wrapper .inner {
	zoom: 1;
}

/* ----------------------------- sitemap item ----------------------------- */
ul li {
	list-style-type: none;
}
ul li.right-item {
	margin-left: 10px;
}
/* level-1 */
.level-1 {
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.level-1 li {
	padding: 0 5px;
	float: left;
	width: 310px;
}
.level-1 li div.bg-top {
	padding-top:1px;
	background:url(/img/bg_1.gif) no-repeat;
}
.level-1 li div.bg-bottom {
	margin: 0;
	padding-bottom: 1px;
	background: url(/img/bg_2.gif) no-repeat left bottom;
}

.level-1 li div.no-border {
	background: none;
}

#contents2 .level-1 li p {
	margin: 0;
	padding: 8px 5px 8px 20px;
	background: #F4F4F4 url(/img/ico_defaultlink.gif) no-repeat 5px 0.9em;
}

/* level-2 */
.level-2 {
	margin-top: 10px;
}
.level-2 li {
	padding: 0 0 10px 30px;
	width: 280px;
	background: url(/img/ico_1.gif) no-repeat 13px 0.3em;
}
#contents2 .level-2 li p,
#contents1 .level-2 li p {
	padding: 0 0 0 15px;
	background: #fff url(/img/ico_defaultlink.gif) no-repeat left 0.2em;
}

/* level-3 */
.level-3 {
	margin: 10px 0 0 -30px;
	padding: 10px 0 0 0;
	background: url(/img/dotline_1.gif) repeat-x;
}
.level-3 li, li.level2 {
	padding-left: 40px;
	width: 270px;
	background-position: 32px 0.3em;
}
#contents2 .level-3 li p, li.level2 p,
#contents1 .level-3 li p, li.level2 p  {
	padding: 0 0 0 25px;
	background-position: 9px 0.3em;
}

/* level-4 */
.level-4 {
	margin: 10px 0 0 -40px;
	padding: 10px 0 0 0;
	background: url(/img/dotline_1.gif) repeat-x;
}
.level-4 li {
	padding-left: 60px;
	width: 250px;
	background-position: 50px 0.3em;
}
#contents2 .level-4 li p,
#contents1 .level-4 li p {
	padding: 0 0 0 22px;
	background-position: 7px 0.3em;
}


/* ::: clearfix ::: */
.clearfix,
#wrapper{
zoom: 100%;
}

.clearfix:after,
#wrapper:after{
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}