@charset "UTF-8";
/* CSS Document */

/* Layout
------------------------------------------------------------*/

#header,#content,#content-bottom,#footer {
	width:100%;
	text-align:center;
}

#header-inner,#content-inner,#content-bottom-inner,#footer-inner {
	width:900px;
	text-align:left;
	margin:0 auto;
}

#alpha, #beta {
    position: relative;
	display: inline;
    float: left;
}

#alpha-inner, #beta-inner {
	position: static;
}

#alpha {
	width:660px;
	left:230px;
}

#beta {
	width:180px;
	left:-635px;
}

/* Heder
------------------------------------------------------------*/

#header-inner {
	background:url(header-bg.jpg) no-repeat center bottom;
	height:230px;
}

h1#header-name a {
	background:url(header-name.jpg) no-repeat center center;
	height:100px;
	width:325px;
	display:block;
	position: relative;
	left:90px;
	top:45px;
}

h2#header-description {
	background:url(header-description.jpg) no-repeat center center;
	height:25px;
	width:325px;
	display:block;
	position: relative;
	left:90px;
	top:45px;
}

#cover-index {
	position:relative;
	left:489px;
	top:-97px;
	width:250px;
	height:310px;
}

/* Contet
------------------------------------------------------------*/

#content {
	background:#EAEAEA url(content-topbg.jpg) repeat-x;
}

#content-bottom {
	background:#FFF;
}

#content-bottom-inner {
	background:url(content_bottom.jpg) no-repeat left bottom;
	padding-bottom:30px;
}

#content-center {
	background:url(content-center.jpg) repeat-y left center;
	width:900px;
}

#content-top {
	background:url(content-top.jpg) no-repeat left top;
	width:900px;
}

#back-link a {
	background:url(back_link.jpg) no-repeat;
	display:block;
	height:150px;
	width:215px;
}

#back-link a:hover {
	background:url(back_link_h.jpg) no-repeat;
}

#new-contents {
	background:url(new_contents.jpg) no-repeat left center;
	padding:20px 0 10px 180px;
}

#new-contents-inner {
	width:100%;
	border-left:#999 dashed 1px;
	border-right:#999 dashed 1px;
	padding:5px;
}

.new-contents-block {
	width:225px;
	float:left;
	padding:5px;
}

.new-contents-block dl {
}

.new-contents-block dl dt {
	background:url(new_contentslist.gif) no-repeat left center;
	font-size:13px;
	font-weight:bold;
	padding-left:12px;
	color:#900;
	border-bottom:#999 dotted 1px;
}

.new-contents-block  dl dd {
	color:#444;
	font-size:10px;
	border-bottom:#999 dotted 1px;
	padding:3px 5px;
}