@charset "utf-8";
/* CSS Document */

body {
	display:none;
}
/*------------------------*/
#news {
	float: left;
	padding: 0 10px 10px 10px;
	margin: 30px 10px 30px 0px;
	width: 710px;
	background-color: #fffbdd;
	border: 1px solid #e2dcb1;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #F6F0CA;
       -moz-box-shadow: 0px 0px 5px 0px #F6F0CA;
            box-shadow: 0px 0px 5px 0px #F6F0CA;
}
#news h2 {
	margin: 10px auto 5px 20px;
}
#news iframe {
	margin: 0px 20px 10px 20px;
	width: 670px;
	height: 120px;
	overflow: auto;
}
#news dt {
	margin: 0 0 3px 5px;
	float: left;
	clear: both;
}
#news dd {
	margin: 0 0 3px 30px;
	float: left;
	width: 440px;
}

/*------------------------*/

#topimg {
	height: 450px;
	text-align:center;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px 1px #d6c8ba;
	   -moz-box-shadow: 0px 1px 1px 1px #d6c8ba;
	        box-shadow: 0px 1px 1px 1px #d6c8ba;
}
#topContent {
	width: 980px;
	margin: 10px auto 0 auto;
	position: relative;
}
#contents_side {
	float: left;
	margin: 0px 0px 30px 0px;
	position: absolute;
	top: 0px;
	left: 750px;
	height: 171px;
}
#contents_main {
	float: left;
	width: 740px;
	padding: 0px 0 100px 0px;
}
#contents_main ul li {
	float: left;
}
#contents_main ul li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 185px;
	height: 280px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contents_main ul li#tp01 a       {	background-image: url(../images/top_btn4/top_btn3_01.png);}
#contents_main ul li#tp02 a       {	background-image: url(../images/top_btn4/top_btn3_02.png);}
#contents_main ul li#tp03 a       {	background-image: url(../images/top_btn4/top_btn3_03.png);}
#contents_main ul li#tp04 a       {	background-image: url(../images/top_btn4/top_btn3_04.png);}
#contents_main ul li#tp01 a:hover {	background-image: url(../images/top_btn4/top_btn3_o_01.png);}
#contents_main ul li#tp02 a:hover {	background-image: url(../images/top_btn4/top_btn3_o_02.png);}
#contents_main ul li#tp03 a:hover {	background-image: url(../images/top_btn4/top_btn3_o_03.png);}
#contents_main ul li#tp04 a:hover {	background-image: url(../images/top_btn4/top_btn3_o_04.png);}
/*-------------------------------------*/
