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

.top_photo {
	background:url(../images/main_img.jpg) center top no-repeat;
	clear:both;
}

.top_copy {
	width:1000px;
	margin:0 auto;
	height:574px;
}

/*CASE----------------------------------------------------------*/
.top01_bg {
	background:url(../images/top01_bg.gif) left top repeat;
}

.top01_upper_area {
	background:url(../images/top01_box02.png) left top no-repeat;
	width:1040px;
	margin:0 auto;
	position:relative;
}

.top01_upper {
	margin:0 auto;
	padding-bottom: 40px;
	font-size:14px;
	color:#323232;
	line-height:26px;
	text-align:center;
}

.top01_posi {
	position:absolute;
	left:0px;
	top:-93px;
}

.top01_mid {
	display:block;
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:0 0 40px 0;
}

.top01_mid_gauche {
	float:left;
	width:480px;
}

.top01_mid_droit {
	float:right;
	width:480px;
}

.top01_under {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:0 0 50px 0;
	text-align:center;
}

/*REASON----------------------------------------------------------*/
.top02_area {
	background:url(../images/top02_bg.jpg) center top no-repeat;
	width:100%;
	border-bottom:solid 1px #d1bca0;
	border-top:solid 1px #d1bca0;
}

.top02 {
	display:block;
	width:1000px;
	margin:0 auto;
	height:489px;
	padding:49px 0 39px 0;
}

.top02_left {
	float:left;
	background:url(../images/top02_left_bg.png) left top no-repeat;
	width:441px;
	height:409px;
	padding:50px 29px 30px 20px;
	font-size:14px;
	color:#323232;
	line-height:26px;
}

.top02_right {
	float:right;
	width:490px;
}

/*BANNER----------------------------------------------------------*/
.top03 {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}

.top03_left {
	float:left;
	width:480px;
}

.top03_right {
	float:right;
	width:480px;
}

/*TOPICS----------------------------------------------------------*/
.top04 {
	display:block;
	background:url(../images/top04_bg.jpg) left top no-repeat;
	width:1000px;
	margin:0 auto;
	padding:0 0 80px 0;
	clear:both;
}

.top04_left {
	float:left;
	width:220px;
	height:222px;
	text-align:center;
}

.top04_right {
	float:right;
	width:720px;
	height:182px;
	padding:20px 20px 20px 0;
}

#nProgram {
	overflow:auto;
	width:720px;
	height:182px;
	font-size:14px;
}

#nProgram dl {
	display:block;
	clear:both;
	width:680px;
	padding:0 0 15px 0;
	margin:15px 0 0 0;
	border-bottom:1px dashed #cccccc;
}
	 
#nProgram dl dt {
	float:left;
	width:100px;
	color:#fb794b;
	font-weight:bold;
}
	 
#nProgram dl dd {
	float:right;
	width:560px;
}

#nProgram a,
#nProgram a:link,
#nProgram a:visited {
	color:#323232;
}

#nProgram a:hover,
#nProgram a:active {
	color:#fb794b;
	text-decoration:none;
}


