@charset "UTF-8";

html {
	overflow-y: scroll;
}

html, body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #333333;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

p {
	margin: 0.5em 0;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #999999;
}

a img {
	border: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.bottom {
	margin-bottom: 20px;
}

.text-small {
	font-size: 80%;
}

.text-big {
	font-size: 150%;
}

#container {
	position: relative;
	width: 1000px;
	height: auto !important;
	background-color: #FFFFFF;
	min-height: 100%;
	margin-top 0;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	display: block;
	width 1000px;
	height: 160px;
	margin-bottom: 20px;
}

#header-sp {
	display: none;
}

#header-logo {
	background-image: url(../images/common/title.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
	text-indent: -99999px;
}

#gnavi {
	width: 1000px;
	height: 60px;
}

#gnavi ul {
	display: block;
	position: relative;
	width: 1000px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#gnavi ul li {
	display: block;	
	float: left;
	list-style-type: none;
	text-indent: -99999px;
}

#gnavi ul li a {
	display: block;
	position: absolute;
	background-image: url(../images/common/gnavi.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 60px;
}

#gnavi ul li#home a {
	top: 0;
	left: 0;
	background-position: 0 0;
}

#gnavi ul li#home a:hover,
#gnavi ul li#home a.current {
	background-position:0 -60px;
}

#gnavi ul li#greeting a {
	top: 0;
	left: 200px;
	background-position: -200px 0;
}

#gnavi ul li#greeting a:hover,
#gnavi ul li#greeting a.current {
	background-position: -200px -60px;
}

#gnavi ul li#con-game a {
	top: 0;
	left: 400px;
	background-position: -400px 0;
}

#gnavi ul li#con-game a:hover,
#gnavi ul li#con-game a.current {
	background-position: -400px -60px;
}

#gnavi ul li#nobu a {
	top: 0;
	left: 600px;
	background-position: -600px 0;
}

#gnavi ul li#nobu a:hover,
#gnavi ul li#nobu a.current {
	background-position: -600px -60px;
}

#gnavi ul li#bbs a {
	top: 0;
	left: 800px;
	background-position: -800px 0;
}

#gnavi ul li#bbs a:hover,
#gnavi ul li#bbs a.current {
	background-position: -800px -60px;
}

#wrapper {
	position: relative;
	width 1000px;
	text-align: left;
	margin: 0 0 25px 0;
	padding: 0;
}

#rightmenu {
	width: 180px;
	float:left;
	padding: 0 10px;
	margin-bottom: 20px;
}

#main-contents {
	width: 780px;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

h1 {
	width: 100%;
	padding: 10px 0 10px 15px;
	border-left: 10px solid #99B3FF;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 20px 0;
}

h2 {
	width: 90%;
	padding: 5px 0;
	border-bottom: 3px double #99B3FF;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 10px 0;
}

h3 {
	width: 90%;
	padding: 5px;
	border: none;
	background-color: #99B3FF;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.ad-area {
	display: block;
}

.ad-area-sp {
	display: none;
}

#footer-space {
	padding: 30px 0 ;
}

#footer {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/common/footer_line.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
