@charset "utf-8";


/* -------------------------------------------------------------------------------
	
	TOP PAGE
	
------------------------------------------------------------------------------- */

.jump {
	position: absolute;
	right: 5px;
	bottom: 0px;
	}
.left {float: left;}
.right {float: right;}
em { font-style: normal; }
span.atn {
	color: #d5131c;
	clear: both;
	}

/*-- main --*/

body#top2 div#main{
	float: right;
	width: 680px;
	text-align: left
	margin: 0 0 0 20px;
	}

body#top2 #main .contents{
	width: 650px;
	margin: 0 0 0 5px;

	}

p.breadlist {
	z-index: 300;
	position: absolute;
	top:40px;
	left: 30px;
	font-size: 100%;
	}

h2.tit {
	margin: 50px 0 15px 10px;
	width: 670px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 50px;
	background-image: url(../images/sitemap/tit_main.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	}



/*--side menu --*/

/*-- link --*/
#sidenavi div.menu {
	position: relative;
	font-size: 100%;
	margin: 0;
	padding: 55px 0 20px 12px ;
	width: 193px;
	color: #000000;
	text-align: left;
	clear: both;
	}
.menu h2 {
	margin: 0 0 5px 0;
	width: 170px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 45px;
	background-image: url(../images/common/tit_sidemenu.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.menu ul.list {
	width: 170px;
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
	}
.menu ul.list li {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 10px;
	background-image: url(../images/common/side_dotline.gif);
	background-position:  0 bottom;
	background-repeat: no-repeat;	
	}
.menu a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../images/common/link_star.gif); 
	background-position:  0 3px;
	background-repeat: no-repeat;	
	}
.menu span {
	color: #6a7e13; 
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../images/common/link_star_sel.gif); 
	background-position:  0 3px;
	background-repeat: no-repeat;	
	}

/* original */

/*

	サイトマップ

++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sitemap {
	clear: both;
}

/*div#sitemap a:link {color: #bc433f;text-decoration: none;}
*/
div#sitemap a:link {color: #333333;}
div#sitemap a:visited {color: #333333;}
div#sitemap a:hover {color: #bc433f;}


.st_left{
	float: left;
	width: 300px;
	margin-right: 20px;
}

.st_right{
	width: 300px;
	float: right;
}

div#sitemap ol{
	list-style-type: none;
	padding-bottom: 10px;
	
}

div#sitemap ol li{
	border-left: 2px solid #a63b29;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
	}

div#sitemap .sitemap_ul li{
	list-style-image: none;
}
	
div#sitemap .sitemap_ul{
	margin:0px;
	padding: 0px 0 0 50px;
}
	
div#sitemap ul.sitemap_ul{
	margin: 0px;
	padding-left: 5px;
}

div#sitemap em{
	font-weight: 600;
	color:#626262;
	font-size: 105%;
	font-style: normal;
	padding: 0px;
	margin-left: 10px;
}

div#sitemap ul{
	padding: 5px 0px 5px 30px;
	margin-left:15px;
	margin-top: 5px;
}


div#sitemap ul li{
	border-left: none;
	list-style-image:  url("../img/arrow.gif");
	list-style-position:outside;
	padding-left:0px;
}

	

div#link ul li{
	border-left: none;
	list-style-image:  url("../img/arrow.gif");
	list-style-position:outside;
	padding-left:0px;
}
