/*---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_nuchina.jpg) no-repeat center top;
	}

/*---main contents-----------------------------------*/
h2#nuchina{
	width: 900px;
	height: 30px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/title/nuchina.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/nuchina_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/nuchina_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/nuchina_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/nuchina_access.jpg) no-repeat center top;
	}
	
.headline{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.5px;
	color: #0F0F82;
	}
	
.textArticle{
	width: 900px;
	margin: 0px auto 20px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
.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: 410px;
	margin: 0px auto 15px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	}
	
.textBox_L{
	width: 195px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	}
	
.textBox_R{
	width: 195px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
	}
	
.textBox li{
	margin: 0px 0px 0px 15px;
	}
	
.Photo_left{
	display: block;
	float: left;
	}
	
.Photo_right{
	display: block;
	float: right;
	}
	
.tableBox{
	width: 410px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #0F0F82;
	}
	
.cellname{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #B4FFB4;
	}
	
.cellvalue{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #ffffff;
	}
	
	/*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;
		}
