/* CSS Document */

html {
	height: 100%;
	width: 100%;
}

body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	color: #000;
	font-size: 12px;
	line-height: 1.3em;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}


#container {
	width: 910px;
	margin: 0 auto;
}

#header {
	height: 85px;
	background-image: url(../images/header_dy.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#left {
	width: 280px;
	float: left;
}

#center {
	width: 280px;
	float: left;
	margin: 0 0 auto 10px;
	clear: right;
}

#center2 {
	width: 620px;
	float: left;
	margin: auto 0 0 10px;
	height: 790px;
	
}

#right {
	width: 330px;
	height: 790px;
	float: right;
	clear: right;
}
#copyright {
	height: 20px;
}
#fotter {
	height: 10px;
	margin-top: 5px;
	background-image: url(../images/fotter_line.gif);
	background-repeat: repeat-x;
	bottom: auto;
}
.clear {
	clear: both;
}

#title {
	height: 270px;
	margin-bottom: 10px;
}
#member {
}

#kekka {
	padding-top: 10px;
}

#kekka2 {

}

#rank {
}

#column {
}


#banner {
	width: 280px;
	padding-bottom: 10px;
}
/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#CC0066;
	text-decoration:underline;
}
a:visited {
	color:#990066;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#990066;
}

/*
 Font Color [
----------------------------------------------------------- */
.white12 {
	color: #FFF;
	font-size: 12px;
	line-height: 1.3em;
}
