@charset "UTF-8";

/* CSS Document */

/*********************************************************
　テンプレート設定
**********************************************************/

#wrapper {
 width: 1060px;
	margin: 0 auto;
	padding-top: 100px;
	background: url("../img/bg.gif");
}

#frame {
 width: 880px;
	margin: 0 auto;
	background: url("../img/shadow.gif") top left repeat-y;
}

#contents {
	width: 800px;
	height: 805px;
	margin: 0 auto;
	background: #880077;
}

#index #header {
	margin-bottom: 0;
}

#main {
	width: 800px;
	height: 670px;
	position: relative;
	background: url("../img/img.gif") top center no-repeat;
}

#footer {
	width: 880px;
	height: 100px;
	background: url("../img/shadow_btm.gif") top center no-repeat;
	text-align: center;
	margin: 0 auto;
}

#footer_link {
	padding-top: 30px;
	font-size: 12px;
}

#copyright {
	padding-top: 10px;
}

/*********************************************************
　テキスト設定
**********************************************************/

body {
	color: #fff;
}

h1 {
	text-align: center;
	padding-top: 0px;
}

#news {
	top: 590px;
	left: 190px;
	position: absolute;
	z-index: 10;
}

#news dl {
	width: 600px;
}

#news dt {
	margin-right: 15px;
	float: left;
	height: auto;
	clear: left;
}

#news dd {
	float: left;
	font-size: 12px;
	color: #ffff00;
	padding-top: 35px;
}

#news dd a {
	color: #ffff00;
}

