﻿@charset "utf-8";
/* sitemap.css */

/*======================================

		link設定

=======================================*/
#sitemap a:link {color: #4A301C;}
#sitemap a:visited {color: #4A301C;}
#sitemap a:hover {
	color: #4A301C;
	text-decoration:none;
}

/*======================================

		h

=======================================*/

#sitemap #pagetitle h2 {
	width: 950px;
	height: 189px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	background: url(../sitemap/images/title.jpg) center top no-repeat;
}

#sitemap h3#title_sitemap {
	margin:20px 0px 16px;
	padding:0px;
	width:650px;
	height:20px;
	line-height: 1;
	background:url(../sitemap/images/tit_sitemap.gif) left top no-repeat;
	text-indent: -9999px;
}





/*======================================

	レイアウト

=======================================*/

#sitemap #sitemap_main{
	margin: 0;
	padding: 0;
	border: 0;
	width: 650px;
}

#sitemap #sitemap_main #sitemap_left{
	margin: 0;
	padding: 0;
	border: 0;
	width: 300px;
	float:left
}

#sitemap #sitemap_main #sitemap_right{
	margin: 0;
	padding: 0;
	border: 0;
	width: 300px;
	float:right;
}

/*======================================

	テキスト設定

=======================================*/


#sitemap #sitemap_main #title_bg {
	background:#E4E3B5;
	padding: 10px 10px 10px 20px;
	margin-bottom:7px;
	width: 270px;
}

#sitemap #sitemap_main #title_bg.margin {
	background:#E4E3B5;
	padding: 10px 10px 10px 20px;
	margin:24px 0 7px 0;
	width: 270px;
}


#sitemap #sitemap_main #title_bg h4 {
	margin:0;
	padding: 0;
	border: 0;
	width: 250px;
	background:url(../sitemap/images/icon_sitemap1.gif) no-repeat left center;
	text-indent:20px;
}


#sitemap #sitemap_main p.icon1{
	margin: 15px 30px 0 20px;
	padding: 0;
	border: 0;
	width: 250px;
	background:url(../sitemap/images/icon_sitemap1.gif) no-repeat left center;
	text-indent:20px;
}

#sitemap #sitemap_main p.icon2{
	margin: 10px 30px 0px 35px;
	padding: 0;
	border: 0;
	width: 250px;
	background:url(../sitemap/images/icon_sitemap2.gif) no-repeat left center;
	text-indent:15px;
	font-size:0.75em;
}




