@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
sitemap.css
サイトマップ用CSS
--------------------------------------------------- */
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #999;
}


/*------------------
タイトル
--------------------*/
#title h3 {
	background: url(../images/sitemap/maintitle.gif) no-repeat left top;
}


/*------------------
カテゴリ分けボックス
--------------------*/
.categoryBox {
	margin: 0 30px 30px 30px;
}


/*------------------
ページトップボックス
--------------------*/
.pagetopBox {
	margin: 0 30px 0 30px;
}

.pagetopBox h1 {
	margin: 0;
	padding: 0;
}


/*------------------
リスト
--------------------*/
.categoryBox ul {
	margin-top: 0;
	margin-left: 40px;
}

.categoryBox ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/common/listStyle01.gif) no-repeat left center;
	list-style: none;
}

.categoryBox h3 {
	margin: 20px 0 5px 20px;
	border-left: solid 3px #669933;
	padding-left: 7px;
	font-size: 100%;
	font-weight: normal;
}

