@charset "utf-8";
/*ボックス*/
div#box {
	width: 700px;
	margin: 0 auto;
	padding-left: 0;
}

/*サイトマップ*/
#site_left {
	width:330px;
	float:left;
}
#site_right {
	width:330px;
	float:right;
}
#site_left ul,
#site_right ul{
	line-height:2;
	padding:0 0 0 20px;
}
/*見出し*/
#site_left p,
#site_right p{
	font-weight:bold;
	margin:20px 0 0 0;
	border-bottom:3px double #ccf;
}

