@charset "utf-8";

body {
	background: #fff;
	color: #000000;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
}

a:link {
	color: #ff1493;
	text-decoration: none;
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}

/***********************************************/

/*共通部分*/

.main {
	margin: 0;
	padding: 0;
}

.top{
	position:relative;
	line-height:1;
}

.top div#mainlogo{
	z-index:9999;
	position:absolute;
	top:0;
}

.top p#base{
	z-index:-9999;
}

.social {
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
	padding:8px 10px;
	z-index: 9999;
	display:block;
}

.social p {
	display: inline;
	margin: auto 2px;
}

h1{
	display:none;
}

/***********************************************/

/*スプラッシュ*/

.top ul.champagne {
	position: fixed;
	top: 0;
	clear:both;
	width: 100%;
	background:#fff;
	z-index:-1;
}

.top ul.champagne li {
	float:left;
	width: 25%;
}

.top ul.champagne li img{
	width: 100%;
}

.top ul.champagne div.hidden {
	display: none;
}


/***********************************************/
/*message*/

.message {
	background: rgba(255,255,255,0.8);
	padding-top:50px;
}

/***********************************************/

.bbs{
	background: #fcc82d;
	margin:0;
	padding:20px 10px;
}

.bbs p{
	text-align:center;
	margin:0;
	padding:0 0 10px;
}


/*footer*/

.footer{
	background: #fcc82d;
	margin:0;
	padding:30px 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:0;
	right:0;
	opacity:0.8;
}
