@charset "shift_jis";

@import url("common.css");


/************************************************************************************
* content
************************************************************************************/
#content p.caption{
	width: 920px;
	margin: 15px 0 0 16px;
}


/************************************************************************************
* level1
************************************************************************************/
ul#level1{
	width: 880px;
	margin: 15px 0 0 36px;
}

ul#level1 li{
	list-style-type: none;
}

ul#level1 li p{
	padding: 10px 5px 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #00A0C6;
	background: url(../images/common/list_mark01.jpg) no-repeat left center;
}


/************************************************************************************
* level2
************************************************************************************/
ul#level2{
	width: 875px;
	margin: 0 0 0 5px;
}

ul#level2 li{
	float: left;
	display: inline;
	width: 160px;
	margin-left: 15px;
}

ul#level2 li p{
	padding: 5px 5px 5px 10px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom: none;
	background: url(../images/common/list_mark02.jpg) no-repeat left center;
}








