@charset "utf-8";

/* CSS for link ＆ banner page design */

.clear {
	clear: both;
}

#wrapper #content #primary #navi {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	margin-top: 3px;
	width: 600px;
}

#wrapper #content #primary h2 {
	font-size: 16px;
	display: block;
	background-image: url(../index/img/menu11.gif);
	background-repeat: repeat-x;
	width: 625px;
	text-align: center;
	background-color: #FFFFFF;
	background-position: bottom;
	border: 1px solid #FF9933;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 15px;
}

#wrapper #content #primary h3 {
	font-size: 16px;
	margin-top: 10px;
}
#wrapper #content #primary #table caption {
	text-align: left;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
#wrapper #content #primary #table p {
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}


#wrapper #content #primary .banner {
	width: 600px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 5px;
	line-height: 180%;
	margin-bottom: 25px;
	border: 1px dotted #FF9933;
	padding: 20px 0 25px 20px;
}

#wrapper #content #primary .top {
	width: 600px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
	border: 1px dotted #FF9933;
	padding: 20px 0 25px 20px;
}


/* MAILFORM  SECTION */

#mailform {
	width: 685px;
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}

#mailform h3 {
	width: 685px;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}

#mailform table p {
	font-size: 14px;
	margin-top: 3px;
	display: block;
}

select,input {
	border:1px solid #0089be;
	background-color:#E6EDF7;
}

textarea {
	border:1px solid #0089be;
	background-color:#E6EDF7;
}