/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main image-----------------------------------*/

#Mainimg_box{
	width: 900px;
	height: 400px;
	margin: 30px 50px 45px 50px;
	padding: 0px;
	display: block;
	overflow: hidden;
	background: url(../images/main_img/main_contact.jpg) no-repeat center top;
	}

/*---main contents-----------------------------------*/
h2#contact{
	width: 900px;
	height: 30px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/title/contact.png) no-repeat center top;
	}
	
h3#annai{
	width: 440px;
	height: 25px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/subtitle/contact_annai.jpg) no-repeat center top;
	}
	
h3#rinen{
	width: 440px;
	height: 25px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/subtitle/contact_rinen.jpg) no-repeat center top;
	}
	
h3#eigyou{
	width: 440px;
	height: 25px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/subtitle/contact_eigyou.jpg) no-repeat center top;
	}
	
h3#access{
	width: 900px;
	height: 25px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/subtitle/contact_access.jpg) no-repeat center top;
	}
	
.headline{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.5px;
	color: #0F0F82;
	}
	
#contactContentsArticle{
	width: 900px;
	margin: 0px 10px 30px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	}
	
.textArticle{
	width: 870px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	}
	
.textArticle_L{
	width: 440px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	}
	
.textArticle_R{
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
	}
	
.textBox{
	width: 870px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	}
	
.textBox li{
	margin: 0px 0px 0px 15px;
	}
	
.Photo_left{
	display: block;
	float: left;
	}
	
.Photo_right{
	display: block;
	float: right;
	}
	
.form_Box{
	width: 870px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}
	
.cellname{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 5px;
	background-color: #FFF0BE;
	border-bottom: #FFCD64 solid 1px;
	}
	
.cellvalue{
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: #FFCD64 solid 1px;
	}
	
.send_button{
	display: block;
	margin: 0px auto 0px auto;
}

	
	/*IE6—p*/
	#menu ul {
		behavior: url("csshover.htc");
		}
	*html #menu ul li ul {
		margin: 0 8px 0 0;
		width: 158px;
		}
	*html #menu ul li ul li a{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		width: 158px;
		}
