@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------
                           #main
---------------------------------------------------------*/

div#main p {
	margin: 0 20px 30px;
	color: #333;
}

div#main div.section {
	margin-bottom: 30px;
}

div#main div.section.end {
	margin-bottom: 0;
}

div#main div.section ul.date {
	padding-top: 20px;
}

div#main div.section ul.date li {
	margin-right: 20px;
	color: #333;
	text-align: right;
}

div#main div.section dl.inquiry dt,
div#main div.section dl.inquiry dd {
	margin: 0 20px;
	color: #333;
}

/*---------------------------div#main .foruse_list--*/

div#main div.section div.foruse_list {
	margin-bottom: 10px;
	padding: 0 10px 11px 20px;
	background: url(../image/shared/bg_line_dotted_gray.gif) repeat-x 0 100%;
}

div#main div.section div.foruse_list.end {
	padding-bottom: 0;
	background: none;
}

div#main div.section div.foruse_list dl {
	overflow: hidden;
	background-color: #f1edec
}
/* Float Clear : For Old Browser */
div#main div.section div.foruse_list dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main div.section div.foruse_list dl dt {
	clear: left;
	float: left;
	width: 13.5em;
	padding: 10px;
	color: #789f1a;
	line-height: 1.4;
	font-weight: bold;
}

div#main div.section div.foruse_list dl dd {
	height: 1%;
	margin-left: 14.9em;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	color: #333;
	line-height: 1.4;
}

div#main div.section div.foruse_list.program dl dd {
	padding-top: 0;
}

div#main div.section div.foruse_list dl dd p {
	margin: 0 0 1em;
	color: #333;
}

div#main div.section div.foruse_list dl dd ol li {
	color: #333;
}

div#main div.section div.foruse_list dl dd ol li ul li {
	list-style: disc inside;
	margin-left: 1.5em;
}


/* End */