/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../../css/base.css");

#mainimg {
	
}
.content ul {
	border: 1px solid #066291;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 1px;
	margin-left: 1px;
}
.content ul li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #066291;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: none;
}

