@charset "utf-8";

@import url("common/common.css");
@import url("common/layout-basic.css");


/* タイトル
------------------------------------------------------------*/

#title {
	clear: both;
	width: 790px;
	margin: 10px auto 20px;
}

#title h3 {
	padding: 5px;
	background-color: #F8F2E1;
	border-bottom: #D08B93 solid 1px;
	border-left: #D08B93 solid 7px;
	font-size: 16px;
}

/* サイトマップ
------------------------------------------------------------*/

#body ul{
	margin: 0;
	list-style-type: none;
}

#body li {
	padding: 3px 0 3px 17px;
	background-image: url(../img/head_circle.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

#body .sublist,
#body .sublist2 {
	padding-left: 35px;
}

#body .sublist2 li {
	background-image: url(../img/head_square.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
