@charset "utf-8";

#content_information{
	margin-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 160%;
	margin-bottom: 30px;
}

#content_information h3{
	font-size: 130%;
	line-height: 140%;
	padding-top: 6px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 30px;
	text-indent: 20px;
	font-weight: bold;
}

#topi_h3{
	color: #86b81f;
	background-image: url(../../information/images/h3_topi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#semi_h3{
	color: #f381ac;
	background-image: url(../../information/images/h3_semi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#ive_h3{
	color: #f29600;
	background-image: url(../../information/images/h3_ive.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#content_information h4{
	font-size: 120%;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}

#content_information dl{
	margin-bottom: 25px;
}

#content_information dt{
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}

.topi_dt{
	color: #86b81f;
}

.semi_dt{
	color: #f381ac;
}

.eve_dt{
	color: #f29600;
}

#content_information a{
	color: #2c8dd7;
	text-decoration: underline;
	outline: none;
}

#content_information a:visited {
	color: #2c8dd7;
	text-decoration: underline;
}


#content_information a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}



/*カラム設定*/
#information_l{
	float: left;
	width: 350px;
}

#information_r{
	float: right;
	width: 350px;
}

