@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	color: #fff;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #00f; }
a:visited	{ color: #00f; }
a:hover		{ color: #3cf; }
a:active	{ color: #3cf; }


#container{ width:100%; height:875px;}

#swfArea {
	width: 1000px;
	height: 875px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	font-size:10px;
	color:#fff;
	background-color:#000;
	border-bottom:1px solid #999;
	line-height:120%;
	text-align:center;
}

#footer #trademark {
	width:990px;
	padding:5px;
	margin:0 auto;
}

#footer #copyright {
}

#footer ul#linkArea {
	width:990px;
	padding:5px;
	margin:0 auto;
	list-style:none;
}
#footer ul#linkArea li {
	float:left;
	padding-right:5px;
}

#footer ul#socialBtnArea{
	width:980px;
	padding:10px;
	margin:0 auto;
	list-style:none;
}
#footer ul#socialBtnArea li {
	float:left;
	padding-right:5px;
}


/* popup */
body#popup_page {
	background-color:#FC0;
	color: #000;
}

body#popup_page #container{ width:600px; height:auto; margin:0 auto;}

.popClose{
	width:120px;
	height:45px;
	display:block;
	margin:5px auto;
}


/* masaocart */
body#popup_cart {
	background-color:#0D0027;
	color: #fff;
}

body#popup_cart #container{ width:800px; height:auto; margin:0 auto;}

body#popup_cart #swfCol{
	width: 800px;
	height: 531px;
	background: url(../images/masaocart/bg_game.jpg) top left no-repeat;
}

body#popup_cart #swfCol #flashContent{
	width:480px;
	height:270px;
	margin: 0 auto;
}

.popClose{
	width:120px;
	height:45px;
	display:block;
	margin:5px auto;
}


/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }


/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

.font-red1{ color:#ff0000;}
.font-red2{ color:#990000;}



