@charset "Shift_JIS";

@import "common.css";
@import "header.css";
@import "footer.css";

/* コンテンツエリア */
#contents {
	margin-bottom: 0px;
}

/* メインコンテンツ(外側) */
#mainarea {
	width: 599px;
	float: right;
	background-color: #ffffff;
}

/* メインコンテンツ(内側) */
#in_mainarea {
	width: 555px;
	background-color: #ffffff;
	margin: 30px 0px 15px 20px;
}

/* サブカテゴリータイトルエリア */
.sub_cate {
	background-image: url(../sitemap/images/subcate_base.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 599px;
	height: 40px;
	border-bottom: solid #cccccc 1px;
}


/* グローバルタイトル */
h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}

/* サブカテゴリータイトル */
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 13px 10px 0px 17px;
}

/* サブカテゴリーメニュー */
#leftmenu h3 {
	color: #666666;
	font-size: 12px;
	padding: 9px 3px 0px 7px;
	}

/* ページタイトル */
#pagetitle {
	background-image: url(../images/pagetitle_base.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 555px;
	height: 28px;
	margin-bottom: 15px;
}

#pagetitle h4 {
	font-size: 85%;
	font-weight: bold;
	padding: 8px 5px 0px 5px;
}



/* サイトマップリンク */
#sitemap ul {
	float: left;
	padding-bottom: 15px;
}

#sitemap li {
	list-style-type: none;
	font-size: 80%;
	margin: 0px 15px 4px 15px;
}

.sitemap-icon {
	background-image: url(../images/blt01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 1px 0px 1px 5px;
}


/* ページトップ */
.pegetop {
	padding: 10px 12px 10px 5px;
	font-size: 70%;
	text-align: right;
}


