@charset "utf-8";
/* CSS Document */

#con_body_background{
	margin: 0 auto;
	width: 938px;
	/*height:416px;*/
	background-image:url(../images/bgs/res_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:0px;
	}

h2{
	font-size:/*1.1em;*/13px;
	margin:0px;
	color:#bd0000;
}

input, textarea{
	width:200px;
	background:#FFFFFF;
	border: #666 1px solid;
	}
.input_text {
	width:65px;
	margin-left:5px;
	height:20px;
	font-size: /*0.9em;*/13px;
	}
/*********************/
.content_title{
	font-size:/*1.3em;*/14px;
	font-weight:bold;
	color:#815917;
}
.content{
	padding-top:10px;
}
/*********************/
a.con_link:link{
	color:#bd0000;
	text-decoration:none;
}
a.con_link:visited{
	color:#ef2828;
	text-decoration:none;
}
a.con_link:hover{
	color:#860000;
	text-decoration:underline;
}
a.con_link:active{
	color:#860000;
	text-decoration:underline;
}