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

a:link.anchor_yellow,
a:visited.anchor_yellow{
	color:#000000;
	text-decoration: underline;
	}

a:hover.anchor_yellow,
a:active.anchor_yellow{
	color:#000000;
	background-color: #FF0;
	text-decoration: underline;
	}

*{
	margin:0;
	padding:0;
	/*text-decoration:none;*/
}
body {
	font-family:Verdana,sans-serif;
	font-size:12px;
	*font-size:0.7em;
	color:#777777;
	line-height:1.5em;
}
body:nth-of-type(1) {font-size:12px;}
textarea {
	font-size:0.85em;
	_font-size:0.75em;
}
input.form-radio {
	margin-right:8px;
}
.form-txt {
	width:100%;
	font-size:14px;
}
p {margin-bottom:10px;}
#wrap {
	width:240px;
	margin:0 auto;
}
h2.content-title {
	margin:5px 0 20px 0;
}
h3 #page-title {
	font-size:12px;
	*font-size:12px;
	margin-bottom:10px;
}
.msg {
	margin-bottom:10px;
}
#tbl-contact {
	width:100%;
	border-collapse:collapse;
}
#tbl-contact td{
	padding:10px 0;
}
#btn-contact {
	margin:25px auto 0 auto;
	width:336px;
}
.btn-close {
	float:right;
	width:74px;
	height:30px;
	background:url(../images/btn_close.gif) left top no-repeat;
	text-indent:-9999px;
}
.btn-close a {
	width:74px;
	height:30px;
	background:url(../images/btn_close.gif) left top no-repeat;
}
#btn-area-confirm {
	width:415px;
	height:50px;
	margin:25px auto 0 auto;
}
#btn-area-confirm:after {
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}
.btn-send {
	float:right;
	width:200px;
	height:50px;
}
.btn-back {
	float:left;
	width:200px;
	height:50px;
}

.btn-back a {
	background:url(../images/btn_back.gif) left top no-repeat;
	float:left;
	width:200px;
	height:50px;
}

.btn-back a:hover {
	background:url(../images/btn_back_on.gif) left top no-repeat;
	float:left;
	width:200px;
	height:50px;
}


.labelsel {
	cursor:pointer;
}
.required{
	color:#cc0000;
	font-size:12px;
}
.page-title{
	margin-bottom:5px;
}
.noticearea{
	text-align:left;
	padding:5px;
	background-color:#efefef;
	margin-bottom:10px;
}
.cautionarea{
	color:#cc0000;
	margin:0;
	padding:0;
}
.field{
	width:200px;
}
