@charset "Shift_JIS";


/* index.html
==================================================================*/

.section dl.guide,
.section dl.guide2 {
	line-height: 170%;
}

.section dl.guide dt,
.section dl.guide2 dt {
	color: #003366;
	font-weight: bold;
}

.section dl.guide dd,
.section dl.guide2 dd {
	margin-left: 1.5em;
}

.section dl.guide dl {
	margin-left: -1.5em;
}

.section dl.guide2 dl {
	clear: both;
}

.section dl.guide2 dl {
	margin-left: 0em;
}

.section dl.guide dl dt,
.section dl.guide2 dl dt {
	margin-left: 0em;
	width: 1.5em;
	float: left;
	color: #333333;
	font-weight: bold;
}

.section dl.guide dl dd,
.section dl.guide2 dl dd {
	margin-left: 1.5em;
}


.section dl.guide dl dl {
	clear: both;
	margin-left: 0.5em;
}

.section dl.guide dl dl dt {
	font-weight: bold;
}


.sec-border {
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #CCCCCC;
	background-color: #ffcc99;
}
