@charset "euc-jp";

/**************************************************************/
/* container */
/* sitemap */

#sitemap{
	width:721px;
	padding:0 0 15px 0;
	clear:both;
	margin:0 0 30px 0;
	float:right;
	
}

#sitemap .title_bar a:link , #sitemap .title_bar a:visited {
	color:#352118;
	text-decoration: none;
}
#sitemap .title_bar a:active , #sitemap .title_bar a:hover {
	color:#352118;
	text-decoration: underline;
}

#sitemap .pan{
	width:720px;
	padding:0 0 10px 0;
	font-size:11px;
	
}

#sitemap h3.title{
    background:url(../common/images/h3_bg_02.jpg) no-repeat 0 0;
	height:50px;
	padding: 0;
	margin:0 0 0;
	font-weight:bold;
	font-size:15px;
	padding:17px 0 0 27px;
}

#sitemap .sitemap
{
	clear:both;
}

#sitemap .sitemap_out_left
{
    width:355px;
	float:left;
}

#sitemap .sitemap_out_right
{
    width:345px;
	float:left;
}

#sitemap .title_bar
{ 
    padding:12px 0 0 27px;
    height:30px;
    margin:0 0 5px 0px;
	background: url(../common/images/sitemap_bg.jpg) no-repeat 0 0;
}

#sitemap .sub
{ 
    padding:6px 0 0 35px;
    height:20px;
    width:310px;
    margin:0 10px 0 0px;
	background: #FFF;
	border-bottom: dashed 1px #C3C3C3;
	font-size:11px; 
}


/**************************************************************/