/* CSS Document */

body {
	margin: 0px;
	background-image: url(./images/hedder_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
}
.head_comment {
	font-size:10px;
	color: #666;
	line-height:12px;
	margin-left: 5px;
}
#head_menu {
	margin-top: 35px;
}
#head_menu a {
	font-size: 12px;
	color: #FFF;
}
.contents_title {
	font-size: 14px;
	color: #0136AA;
	font-weight: bold;
	text-align:left;
}
.flow_table {
	font-size:12px;
	line-height:18px;
	margin-bottom: 10px;
	text-align:left;
}
.flow_number {
	font-size: 14px;
	color: #0136AA;
}
#form_area {
	width: 270px;
	background-color: #CEDDFE;
	border-top: 6px solid #0136AA;
	border-left: 1px solid #0136AA;
	border-right: 1px solid #0136AA;
	border-bottom: 1px solid #0136AA;
	padding: 18px 0px 0px 0px;
	text-align:left;
}
#form_area p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 28px;
	color: #0136AA;
}
.contents_flow {
	text-align:left;
}
#banner_area {
	font-size: 14px;
	color: #333;
	margin: 30px auto;
}
#text_banner_area {
	font-size: 14px;
	color: #333;
	margin: 30px auto;
}

#text_banner_area a {
	color: #0136AA;
}
#banner_area a {
	color: #0136AA;
}
#footer {
	width: 100%;
	background-color: #4D72C3;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}
#footer a {
	color: #FFF;
}
