@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("/css/default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("/css/print.css");

#header #main_img {
	width: 900px;
	height: 101px;
	background: url(/images/sitemap/main_img.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#main {
	float: none;
	width: 876px;
	padding: 0 12px;
}

#main h3.no_bg {
	margin-left: 0;
	padding: 0;
	background: none;
}

#main p {
	padding: 0 12px;
}

#main .box {
	width: 864px;
}

#main .box .left,
#main .box .right {
	width: 420px;
}

#main .box .left {
	float: left;
}

#main .box .right {
	float: right;
}

#main dl {
	clear: both;
	width: 420px;
	margin-bottom: 2em;
	border: 1px solid #ccc;
	overflow: hidden;
}

#main dl dt {
	float: left;
	width: 190px;
	padding: 3px 5px;
}

#main dl dt a {
	color: #333;
}

#main dl dd {
	float: left;
	width: 219px;
	border-left: 1px solid #ccc;
}

#main ul {
	padding: 15px 0 10px 10px;
}

#main ul li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/images/item/normal_arrow.jpg) 0 0.4em no-repeat;
}
