@charset "utf-8";

/* {X^C
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	font-size: 85%;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	line-height: 1.5;
	color: #dfdfdf;
	background-color: #000000;
}

img {
	border: none;
}

/* N
---------------------------------------------*/
a{
	color: #CCCCCC;
	text-decoration: none;
}

a:link{
	color: #CCCCCC;
	text-decoration: none;
}

a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #FFEFD5;
	text-decoration: underline;
}

/* S
---------------------------------------------*/
#header {
	background-color: #000000;
	padding-top: 85px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 375px;
}

/* irQ[V
---------------------------------------------*/
#navigation {
	width: 875px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 32px;
	overflow: hidden;
	border-bottom: 2px solid #8B0000;
}
#navigation li {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #352b35;
	background-image: url(./images/menu_bg.gif); 
	background-position: left top; 
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #2d242d;
	background-position: right top;
}

#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 25px 0 0 10px;
	background: #000000;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	background: #000000;
	color: #CCCCCC;
	font-size: 85%;
}

	/* Xebv1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
	}
	#advertisement {
		float: right;
	}
	
	/* Xebv2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
	}
	#secondary {
		float: left;
	}

/* L{
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CC0000;
}

