@charset "utf-8";
/*下層ページ共通*/
/*------------------------------*/
#contents h2 {
	margin-bottom: 12px;
}
#contents h3, #contents h4 {
	margin-bottom: 20px;
}
#contents h5 {
	color: #0B84DD;
}

#contents p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contents .mini {
	font-size: 10px;
	_font-size: 80%;
}

#contents ul.alert {
	font-size: 10px;
	_font-size: 80%;
	margin-top: -20px;
	margin-bottom: 20px;
}
#contents ul.alert1 {
	font-size: 10px;
	_font-size: 80%;
	margin-bottom: 20px;
}
#contents .alert li, #contents .alert1 li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom:0.2em;
	line-height:120%;
}
#contents .alert1 strong {
	font-weight: normal;
	color: #FF0000;
}
#contents .normal {
	margin-bottom:20px;
}
#contents .normal1 {
	margin-bottom:20px;	
	margin-top: -20px;
}
#contents .normal li, #contents .normal1 li {
	text-indent: -8px;
	margin-left: 8px;
	_text-indent: -9px;
	_margin-left: 8px;
}
#contents table {
	margin-bottom: 20px;
	width:100%;
}
#contents th, #contents td {
	padding: 3px 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
#contents th {
	color: #FFFFFF;
	background-color: #439FF3;
	text-align: left;
	font-weight: normal;
	width:1%;
	white-space: nowrap;	
}
#contents td {
	background-color: #F1F1ED;
}
#contents td.type1 {
	background-color: #E8E6D9;
	width:1%;
	white-space: nowrap;
}
#contents td.type2 {
	background-color: #E8E6D9;
	text-align:center;
	white-space: nowrap;
	padding: 3px 3px;
}
#contents td.typeC {
	text-align:center;
}
#contents td strong {
	color: #FF0000;
}
#contents td.type1 strong {
	color: #535353;
}

#contents a.moreInfo {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 20px;
	float:left;
	display:block;
	_display:inline;
}

#contents div.moreInfo {
	background-color: #EFEFEC;
	padding: 8px 8px 0px 8px;
	margin-bottom:20px;
}

#contents div.moreInfo a {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 5px;
	margin-bottom: 0.8em;
	float:left;
	display:block;
	_display:inline;
}

#contents div.moreInfo a.red {
	background-image: url(../img/arrow1_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	/*float:left;*/
	display:block;
	_display:inline;
}

#contents ol.normal {
	margin-right: 3em;
	margin-left: 4em;
}
#contents ol.normal li {
	list-style-type: decimal;
	text-indent:0;
	margin-left:0;
}
#contents hr {
	padding: 0;
	margin: 0 0 1.5em 0;
	border: 1px dashed #FFFFFF;
	border-top: 1px dashed #6E6663;
	clear:both;
	width:100%;
}

#index #contents .red {
	color:#f00;
}

#index #contents .blue {
	color:#00f;
}
