/*-- サイトマップ 専用スタイルシート --*/

@import url(../../common/css/base.css);
@import url(../../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#contents_exclusive {
	padding : 15px 0 20px 20px ;
}

#contents_exclusive h2 {
	width : 760px ;
	height : 21px ;
	font-size : 14px ;
	line-height : 21px ;
	text-indent : 20px ;
	background-image : url(../../common/img/background_h2.gif) ;
	background-position : left bottom ;
	background-repeat : no-repeat ;
}

#contents_exclusive .sitemap {
	padding-right : 19px ;
	width : 240px ;
	float : left ;
}

#contents_exclusive .sitemap .menu h3 {
	margin-top : 20px ;
}

#contents_exclusive .sitemap .menu ul {
	margin : 5px 0 ;
	padding : 0 ;
}

#contents_exclusive .sitemap .menu li {
	margin : 0 ;
	padding : 0 ;
	list-style-type : none ;
}

#contents_exclusive .sitemap .menu li a {
	width : 194px ;
	height : 26px ;
	font-weight : bold ;
	font-size : 14px ;
	line-height : 26px ;
	text-indent : 15px ;
	color : #333333 ;
	background-image : url(../../common/img/background_left_menu.gif) ;
	background-position : left top ;
	background-repeat : no-repeat ;
	display : block ;
}

#contents_exclusive .sitemap .menu li a:hover {
	color : #cc3333 ;
	background-position : 0 -30px ;
}

#contents_exclusive .gototop {
	margin : 20px 20px 0 0 ;
	text-align : right ;
}
