@charset "utf-8";
/* CSS Document */
.blue_flame {
	background-color: #0096DC;
	width: 100%;
	height:10px;
}
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}
#out_flame {
	border: 10px solid #2CA6E0;
	width: 1000px;
	padding: 20px;
}
#out_flame dl{
	margin-top: 10px;
	margin-bottom: 10px;
}
#out_flame dt{
	float: left;
	height: 4em;
	width: 30px;
}
#out_flame dd{
}
.p_title{
	font-size: 140%;
	color: #FFF;
	background-color: #2CA6E0;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
}
.tbmargin{
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 20px;
}
