@charset "utf-8";
/* ------------ all ------------ */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe1ad;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
}
.text_normal {
	font-size: 12px;
	color: #999999;
	line-height: 1.8;
}

a:link {
	color: #FF9A01;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #FF9A01;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #FF9A01;
	font-weight:bold;
	text-decoration: none;
}


#all {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	font-size: 12px;
	line-height: 1.8;
	color: #666666;
	list-style-type: decimal;
	margin-left: 20px;
}

/* ------------ header ------------ */
#header {
	height:122px;
}
.header_left {
	float: left;
	height: 122px;
	width: 486px;
}
.h1area {
	width:486px;
	height:22px;
	background-image:url(../images/h1_bg.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #9e9e9e;
	padding-top: 5px;
	padding-left: 25px;
}



/* ------------ menu ------------ */
#menu {
	width:960;
	height:46px;
	padding-top: 15px;
	text-align: center;
	margin: 0px;
}	

/* ------------ left ------------ */
#left {
	text-align: right;
	float: left;
	width: 311px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news_area {
	height: 235px;
	width: 282px;
	overflow:auto;
	margin-left: 29px;
	text-align: left;
}
.news_tbl {
	width: 260px;
}
.news_td01 {
	text-align: center;
	width: 24px;
	padding-top: 2px;
}
.news_td02 {
	width: 236px;
	font-size: 11px;
	color: #424242;
	padding-bottom: 5px;
}
.news_td03 {
	width: 236px;
	font-size: 11px;
	color: #988682;
	line-height:1.5;
}
.news_td04 {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* ------------ right ------------ */
#right {
	float: right;
	width: 649px;
}
#right a:link {
	color: #ff6600;
	text-decoration: underline;
}
#right a:visited {
	color: #ff6600;
	text-decoration: underline;
}
#right a:hover {
	color: #ff6600;
	text-decoration: none;
}
.dvd00 {
	width:577px;
	height:750px;
	background-image: url(../images/top_ap.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
	margin-top:20px;
}
.dvd000 {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg000.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd01 {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg01.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd02 {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg02.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd03 {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg03.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd04 {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg04.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd04a {
	width:576px;
	height:216px;
	background-image: url(../images/contents_bg0a.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.dvd_txt {
	font-size: 13px;
	line-height: 1.4;
	color: #5c5c5c;
	width: 293px;
	padding-top: 65px;
	padding-left: 260px;
}
.dvd_orange {
	font-size: 12px;
	color: #ff6600;
	width:545px;
	padding-top: 50px;
	text-align: right;
}
.contact_area {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 576px;
	margin-top: 25px;
	margin-left: 45px;
}
.contact_bt {
	padding-top: 105px;
	padding-left: 302px;
}

/* ------------ footer ------------ */
#footer {
	width:868px;
	padding-top:20px;
	padding-bottom:8px;
	height: 15px;
	padding-left: 92px;
}
#footer a:link {
	color: #5c5c5c;
	text-decoration: none;
}
#footer a:visited {
	color: #5c5c5c;
	text-decoration: none;
}
#footer a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}
.footmenu {
	font-size: 11px;
	color: #5c5c5c;
	background-image: url(../images/footmenu_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 15px;
	width: 97px;
	float: left;
}


/* ------------ decoration ------------ */
 
a:hover img.imghover, a:hover img.mag_top5, a:hover img.mag_top10, a:hover img.mag_top20, a:hover img.img_center {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.float_left {
	float:left;
}
.mag_top5 {
	margin-top: 5px;
}
.mag_top10 {
	margin-top: 10px;
}
.mag_top20 {
	margin-top: 20px;
}
.img_center {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}

.2zikai {
	font-size:12px;
	color:#F9C;
	text-align:center;
}

