@charset "euc-jp";

/*ベースフォーム*/
body {
	font-family: Tahoma, Arial,'MS UI Gothic',sans-serif;
	font-size:11px;
	padding:0;
	margin:0 auto;
	color:#737373;
	background-color:#FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 60px;
	text-align: center;
}
.main{
	width:800px;
	margin:0px auto;
	text-align:left;
}
#header{
	height:130px;
	width:800px;
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#menu_nav {
	padding:14px 0px 14px 0px;
	margin:10px 0 0px 0;
	width:800px;
	clear:both;
}
#left{
	position:relative;
	min-height:300px;
	float:left;
	margin-bottom:10px;
}
#right{
	position:relative;
	min-height:300px;
	float:left;
	margin-bottom:10px;
}
#center{
	position:relative;
	min-height:100px;
	float:left;
	margin-bottom:10px;
}
#footer{
	position:relative;
	width:800px;
	clear:left;
	background-image:url(../images/bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100px;
	padding:25px 10px 0 0;
	text-align:right;
}
.name{
/*	background-image:url(../images/logo.png);*/
	color:#74B739;
	background-color:inherit;
	font-size:32px;
	padding:10px 0 0 25px;
}
.slogan{
	padding:0 0 0 100px;
	/*font-style:italic;*/
	font-size:13px;
	line-height: 2;
}
a{
	color:#74B739;
	background-color:inherit;
}
a:hover{
	color:#35830D;
	background-color:inherit;
	text-decoration:none;
}
#menu_nav a {
	color:#ffffff;
	background-color:#74B739;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding:7px 23px 7px 22px;
	border:1px solid #35830D;
}

#menu_nav a:hover {
	color:#ffffff;
	background-color:#35830D;
	text-decoration:none;
	padding:7px 23px 7px 22px;
}
#menu_nav .active {
	background:#35830D;
	color:#ffffff;
}


.title1{
	border-bottom:3px solid #D1D1D1;
	width:585px;
	font-size:15px;
	font-weight:bold;
	color:#737373;
	background-color:inherit;
	/*font-style:italic;*/
	margin:10px 10px 0 0;
}
.title2{
	border-bottom:3px solid #74B739;
	width:200px;
	font-size:13px;
	font-weight:bold;
	color:#737373;
	background-color:inherit;
	/*font-style:italic;*/
	margin:10px 0 0 0;
}
.title3{
	border-bottom:3px solid #D1D1D1;
	width:760px;
	font-size:15px;
	font-weight:bold;
	color:#737373;
	background-color:inherit;
	/*font-style:italic;*/
	margin:10px 10px 0 0;
}
.text1{
	background-color:#FFF;
	border:1px solid #D1D1D1;
	width:563px;
	margin:3px 10px 0 0;
	padding:11px;
	font-size:12px;
}
.text2{
	background-color:#FFF;
	border:1px solid #D1D1D1;
	width:178px;
	margin:3px 0px 0 0;
	padding:11px;
	font-size:12px;
}
.text3{
	background-color:#FFF;
	border:1px solid #D1D1D1;
	width:760px;
	margin:3px 10px 0 0;
	padding:15px;
	line-height: 150%;
	font-size:12px;
}
.cp{
	float:left;
	padding-left:10px;
}
/* フォームメール用スタイルシート */
div#MAINLAYOUT {
	width: 800px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #ccc;
}
div#MAINLAYOUT h1 {
	font-size: 14px;
	color: #fff;
	background:#99c;
	padding: 2px 2px 1px 5px;
	border-left: 6px solid #55a;
	margin: 0px;
	line-height: 3.5;
}
div#MAINLAYOUT h2 {
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px;
	line-height: 2;
}
div#FORM {
	text-align: center;
	margin: 10px 0px 15px;
}
div#FORM p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
div#FORM h3 {
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}
div#FORM table {
	margin: auto;
	border: 1px solid #ccc;
}
div#FORM a:link, div#FORM a:visited {
	color: #00d;
	text-decoration: none;
}
div#FORM a:hover {
	color: #f22;
	text-decoration: underline;
}
div#FORM form {
	margin: 0px;
}
div#FORM td, div#FORM th {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}
div#FORM td {
	background: #f1f1f1;
	width: 500px;
	padding: 4px;
}
div#FORM th {
	font-weight: bold;
	background-color: #e4e4e4;
	white-space: nowrap;
	vertical-align: middle;
	width: 250px;
	padding: 4px;
}
div#FORM .SUBMIT {
	text-align: center;
	background: #fff;
	width: auto;
}
div#FORM .SUBMIT input {
	width: 70px;
}
div#FORM .TYPE-BLUE {
	color: #44d;
}
div#FORM .ERR {
	color: #d44;
}
/*フォーム整形*/
#organization_s, #department1_s, #department2_s, #name_s, #name_kana_s, #email, #emailcheck, #address_s {
	width:400px;
}
#message {
	font-size: 12px;
	line-height: 120%;
	width: 400px;
	height: 120px;
}