@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :サイトマップ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 
----------------------------------------------------------- */
#sitemap #header .title_area {
	background:url(../images/title_bg.jpg) top center no-repeat;
	background-color:#000;
}

/*  */
#main {
	overflow: hidden;
}

.box_l {
	width: 310px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	float: left;
}

.box_r {
	width: 310px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	float: right;
}

.box_l h3,
.box_r h3 {
	margin: 0 0 10px 0;
	padding: 8px 0 10px 40px;
	background: url(../images/ic_mark.gif) no-repeat 0 0;
	border-bottom: 1px #95436b solid;
	font-size: 120%;
}

.box_l ul,
.box_r ul {
	margin: 0 0 40px 10px;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}