@charset "utf-8";

body {
	background: #fff;
	color: #000000;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
}

a:link {
	color: #ff1493;
	text-decoration: none;
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}

/***********************************************/

/*共通部分*/

.main {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.top{
	position:relative;
	height:850px;
	width:100%;
	overflow:hidden;
}

.social {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width:100%;
	background:#eee;
}

.socialbtn {
	margin:0 auto;
	width:1000px;
	padding:15px 0 0;
	text-align:center;
}

.socialbtn p {
	display: inline;
}

.socialbtn p.left{
	margin-right:50px;
}

.socialbtn p.right{
	margin-left:15px;
}

.socialbtn p a:hover{
	opacity:0.8;
}

.copy{
	margin:30px auto 5px;
	font-size:10px;
	color:#666;
}

.copy p{
	margin-bottom:10px;
	display:block;
}

h1{
	display:none;
}

/***********************************************/

/*スプラッシュ*/

ul.champagne {
	clear:both;
	position:fixed;
	top:0;
	left:0;
	width: 3000px;
	background:#fff;
	z-index:-9999;
}

ul.champagne li {
	float:left;
	width: 150px;
}

ul.champagne li img{
	width: 100%;
}

ul.champagne div.hidden {
  display: none;
}

.top div#mainlogo{
	position:absolute;
	top:0;
	text-align:center;
	width:100%;
	height:750px;
	z-index:9999;
}

/***********************************************/
/*message*/

.letter {
	position:relative;
	height:800px;
	text-align:center;
	padding-top:50px;
}


.message {
	background:#5ba45d url(../img/common/line.jpg) 0 0 repeat-x;
	background-size:contain;
	position:relative;
	height:650px;
}

.message p {
	position:absolute;
	top:-240px;
	width:100%;
	text-align:center;
	padding:50px 0 0 ;
}

/***********************************************/
/*bbs*/

.bbs {
	background:#fdc82e url(../img/common/line.jpg) 0 0 repeat-x;
	background-size:contain;
	position:relative;
	width:100%;
	text-align:center;
	padding:50px 0 200px ;
}

.solbbs {
	margin-bottom:75px;
}

.solbbs a:hover {
	opacity:0.8;
}


/***********************************************/
/*footer*/

.footer{
	margin:0;
	padding:50px 0 0;
}

.footer p{
	text-align:center;
	margin:0;
	padding:0 0 10px;
}

#CopyRight{
	background:#000;
    color: #fff;
    font-size: 9px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
/***********************************************/

#pagetop{
	position:fixed;
	bottom:115px;
	right:20px;
}

#pagetop a:hover{
	opacity:0.8;
}
