﻿@charset "utf-8";

/* --------------------------------------------------------------------------
	基本設定
--------------------------------------------------------------------------*/
body {
    background: #000 url(../images/all/bg.jpg) no-repeat center top;
    color: #FFF;
    _text-align: center;
    font-size: 12px;
    background-attachment: fixed;
}

/*スクロールバー(IEのみ適用)*/
html, body {
	scrollbar-arrow-color:#A00;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#A00;
	scrollbar-shadow-color:#A00;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color:#200;
}

/*基本リンク色*/
a{
	text-decoration: none;
}
a:link,
a:visited,
a:active {color:#F00;}
a:hover {color:#CA0A46;}


table {
    font-size: 13px;
}
/* --------------------------------------------------------------------------
	全体共通指定
--------------------------------------------------------------------------*/
em{
	color:#FF0066;
}
#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;

}
h2{
	clear:both;
	width:920px;
	height:50px;
	text-indent:-999999px;
	margin:0 auto 12px;
}
h3{
}




/* Miscellaneous*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

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


.spacecomp {
	clear:both;
	height:300px;
	text-indent:-999999px;
}
/* --------------------------------------------------------------------------
	Blog,Bbs,NewsList,EventList,Waiting,Daysche,Newface
	等、中に何もないときはコチラを指定
--------------------------------------------------------------------------*/
.none {
	margin-bottom:360px;
	text-align:center;
}

/* --------------------------------------------------------------------------
	#contents　コンテンツ全体
--------------------------------------------------------------------------*/
#contents {
    width: 920px;
    _width: 960px;
    height: 100%;
    margin: 7px auto;
    padding: 5px 20px 20px;
    /* background-color: rgba(0, 0, 0, 0.84); */
    margin-top: 32px;
}
#contents .space{
	clear:both;
	display:block;
	margin:0;
	height:18px;
}

/* --------------------------------------------------------------------------
	料金改定バナー
--------------------------------------------------------------------------*/
.kaitei {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.box_bn_blog a{
    color: #FFD095;
}