@charset "utf-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: top center;
}

/* main-page_base -------------------------------- */	

li {
	list-style-type: none;
}
#wrapper {
	position:relative;
	min-width: 1030px;
	margin:0 auto;
	text-align:center;
	background-position:top center;
	background-repeat: no-repeat;
	line-height: 0px;
	background-image:url(../resource/topbg190307.jpg);
}

#contents_main {
	position: relative;
	width: 1000px;
	height:980px;
	margin: 0 auto;
	z-index:3;
	min-height:100%;
}
/*IE7*/
*:first-child+html #contents_main {
	position: relative;
	width: 1000px;
	height:760px;
	margin: 0 auto;
	z-index:3;
	min-height:100%;
}
/*IE6*/
*html #contents_main {
	position: relative;
	width: 1000px;
	height:760px;
	margin: 0 auto;
	z-index:3;
	min-height:100%;
}
/* LEFT ---------------- */	

#topics {
	float: left;
	top:625px;
	position: relative;
	width: 484px;
	height:160px;
}





/* RIGHT ---------------- */

#menu {
	float: right;
	position:relative;
	width: 418px;
	height:950px;
	margin:0 auto;
	z-index:2;
}

#main_menu {
	position:relative;
	width: 418px;
	margin-bottom:15px;
	z-index:3;
}
.menu01 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu01.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu01 a:hover{
	background-position: 0 -44px;
}


.menu02 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu02.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu02 a:hover{
	background-position: 0 -44px;
}

.menu03 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu03.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu03 a:hover{
	background-position: 0 -44px;
}

.menu04 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu04.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu04 a:hover{
	background-position: 0 -44px;
}

.menu05 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu05.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu05 a:hover{
	background-position: 0 -44px;
}
.menu06 a {
	display:block;
	width:138px;
	height:44px;
	background:url(../resource/menu06.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.menu06 a:hover{
	background-position: 0 -44px;
}



/* NEWS -------------------------------- */

#newsbg {
	position:relative;
	width: 418px;
	height: 165px;
	background-image:url(../resource/newsbg.png);
	background-repeat: no-repeat;
	z-index:3;
}
#news {
	top:30px;
	left:15px;
	position:relative;
	width: 390px;
	height: 128px;
	margin:0;
	z-index:4;
}
#news dl {
	clear: both;
}
#news dl dt {
	width: 330px;
}
#news dl dd {
	width: 330px;
	color:FFF;
}
#news #newsarea {
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:left;
	min-height:100%;
}



/* BANNER -------------------------------- */

#ban {
	position:relative;
	width: 418px;
	height: 220px;
	margin:0;
	z-index:2;
}


/* SNS -------------------------------- */


#sns{
    margin: 8px 0;
    float: right;
	z-index:3;
}
.sbox {
    display: inline-block;
    padding: 8px 5px 5px 0;
 float: left;
}


/* FOOTER -------------------------------- */
#footerbg {
	background-color:#1d1d1d;
	width:100%;
	min-width:1000px;
}



/* OTHER -------------------------------- */

#alpha a:hover img {
	opacity:0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
