@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	}

#back {
	background-color: #993366;
}

/*ここからwrapper*/
#wrapper {
	height: 700px;
	width: 980px;
	background-image:url(../images/z_wapper.jpg);
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
}

#sitemap_h{
	/*background-color: #3C9;*/
	background-image: url(../images/sitemap_img.png);
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	background-repeat: no-repeat;
}

#sitemap_ko {
	/*background-color: #96C;*/
	height: 403px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
	margin-bottom: 10px;
}

#sitemap_left {
	/*background-color: #3CF;*/
	float: left;
	height: 403px;
	width: 358px;
	margin-left: 60px;
}

#sitemap_left ul{
	/*background-color: #993;*/
	height: 403px;
	width: 298px;
	margin-left: 60px;
}

#sitemap_left li{
	/*background-color: #C36;*/
	height: 29px;
	width: 298px;
	background-repeat: no-repeat;
	background-position: left center;
/*	ローズの画像を読み込み、縦位置と横位置を調整をする。画像の場合は、backgroundタグで調整し、文字はpadding-leftやline-heightなどで調整する。*/
}

#sitemap_left li a{
	color: #FFC;
}

#sitemap_left li a:hover {
	color: #FCF;
	background-color: Transparent;	/*background-color: Transparent;の記述は、バックグラウンドカラーを透明にするという事。カラーコードを打つ場所にTransparentと記述してＯＫをすると、上記のように表示される。*/
}

#sitemap_right {
	/*background-color: #FF6;*/
	float: right;
	height: 403px;
	width: 382px;
}

#sitemap_right ul{
	/*background-color: #993;*/
	height: 403px;
	width: 332px;
	margin-left: 10px;
}

#sitemap_right li{
	/*background-color: #C36;*/
	height: 29px;
	width: 298px;
	background-repeat: no-repeat;
	background-position: left center;
/*	ローズの画像を読み込み、縦位置と横位置を調整をする。画像の場合は、backgroundタグで調整し、文字はpadding-leftやline-heightなどで調整する。*/
}

#sitemap_right li a{
	color: #FFC;
}

#sitemap_right li a:hover {
	color: #FCF;
	background-color: Transparent;	/*background-color: Transparent;の記述は、バックグラウンドカラーを透明にするという事。カラーコードを打つ場所にTransparentと記述してＯＫをすると、上記のように表示される。*/
}

#access_count {
	/*background-color: #F36;*/
	height: 23px;
	width: 130px;
	margin-left: 15px;
	}

.tetle_m{
	padding-left: 40px;
	line-height: 0.1em;
	font-size: 18px;
	}
	
.tetle_mr{
	padding-left: 40px;
	font-size: 15px;
	}