@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size : 12px;
	text-decoration: none;
}

body {
	background:url(img/body_bg.jpg) repeat-x left top;
	font-family: "ＭＳ Ｐゴシック",Verdana,Arial, Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:left;
	font-size: 12px;
}

html {
	overflow-y:scroll;
}

h1,h2,h3 {
	font-size:12px;
	font-weight:normal;
}

p {
	line-height:160%;
	font-size:12px;
	list-style-type:none;
}

li{
	list-style-type:none;
}

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

.left{
	float:left;
}

.right{
	float:right;
}

.mb10{
	margin:0px 0px 10px 0px;
}

.mb20{
	margin:0px 0px 20px 0px;
}

.mb50{
	margin:0px 0px 50px 0px;
}

.font10{
	font-size:10px;
}

.bold{
	font-weight:bold;
}

.pagetop{
	text-align:right;
}

.tar{
	text-align:right;
}

.tac{
	text-align:center;
}

.navi li{
	float:left;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:none;
	color: #F60;
}

a:link {
	color: #F60;
}

a:visited {
	color: #F60;
}

a:hover {
	text-decoration:underline;
	color: #F90;
}

a:active {
	color: #F60;
}

/*
 clearfix [
----------------------------------------------------------- */
.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 header [
----------------------------------------------------------- */
#header_wraper{
	background:url(img/header_wrapper_bg.jpg) no-repeat center top;
	width:100%;
}

.header{
	width:950px;
	margin:0px auto;
}

.logo{
	background:url(img/header_bg.jpg) no-repeat left top;
	height:116px;
	position:relative;
}

h1{
	position:absolute;
	top:30px;
	left:31px;
}

.btn{
	position:absolute;
	top:19px;
	left:732px;
}

.date{
	position:absolute;
	top:73px;
	left:752px;
}

ul#g-nav {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
}
ul#g-nav li {
	float: left;
	margin: 0;
}

/*
 main [
----------------------------------------------------------- */
#main_wrapper{
	width:100%;
	background:url(img/main_wrapper_bg.jpg) repeat-y center top;
	padding:0px 0px 50px 0px;
}

.main{
	width:910px;
	margin:0px auto;
	padding:20px;
	background:url(img/main_bg.jpg) repeat-y left top;
}

#main-Box {
	margin: 0 0 50px 0;
	overflow: hidden;
	_zoom: 1;
}
#pankuzu {
	margin: 0 0 20px 0;
}

/*
 contents [
----------------------------------------------------------- */
#contents{
	width:690px;
	float:right;
	overflow: hidden;
	_zoom: 1;
}

#contents h2 {
	margin: 0 0 20px 0;
}

#contents .contents-Box {
	width: 660px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* 準備中
----------------------------------------------------------- */
p#construction {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/*
 sidebar [
----------------------------------------------------------- */
#sidebar {
	width:200px;
	float:left;
	z-index: 1;
}

#secret {
	margin: 0 0 10px 0;
}

/*
 footer [
----------------------------------------------------------- */
#copyright{
	clear: both;
	font-size:12px;
	text-align:center;
	border-top:1px solid #000;
	padding: 20px 0 0 0;
}