/* レイアウト */
#a,
#b,
#c,
#d{
	width:760px;
	}


#a {
	width:760px;
	float:left;
	
	}
#b1 {
	width:140px;
	float:left;
	}
#b2 {
	width:610px;
	float:left;
	margin-left:5px;
	margin-top:8px;
	}
#c {
	width:760px;
	float:left;
	clear:both;
	}
#d {
	float:left;
	width:760px;
	clear:both;
	}

.midasi1{
	width:610px;
	text-indent:10px;
	height:20px;
	background-color:#191970;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	 }
.midasi2{
	width:450px;
	text-indent:10px;
	height:20px;
	background-color:#191970;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
		} 
ul{
	list-style-type:none;
	margin-left:30px;
	line-height:20px;
	font-size:12px;
	}
li{
	list-style-image:url(images/mark.gif);
	padding-left:2px;
	}

