@charset "UTF-8";
/*--------------
COMMON
--------------*/
/*YUI reset Copyright (c) 2010, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.com/yui/license.htmlversion: 2.8.2r1*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption,aside,section,header,footer,nav,article { margin:0; padding:0;	zoom:1; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }


/*Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
body {font:13px/1.25 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
a {text-decoration:none;color:#FFF;}
html, body {height:100%;width:100%;}
/*-- END YUI--*/

body {
	-webkit-text-size-adjust:none;
	background-color:#000;
	color:#FFF;
	*text-align:center;
}
body ::selection {
	background: #666; 
}
body ::-moz-selection {
	background: #666; 
}

/*--clearfix--*/
.clearfix:after{
	content:"."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
	}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; } 

/*--use webfont--*/
@font-face {
    font-family: 'robov3UltLtSemExpRegular';
    src: url('font/robov-ultralightsemiexpande.eot');
    src: url('font/robov-ultralightsemiexpande.eot?#iefix') format('embedded-opentype'),
         url('font/robov-ultralightsemiexpande.woff') format('woff'),
         url('font/robov-ultralightsemiexpande.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robov3LightSemExpRegular';
    src: url('font/robov-lightsemiexpanded.eot');
    src: url('font/robov-lightsemiexpanded.eot?#iefix') format('embedded-opentype'),
         url('font/robov-lightsemiexpanded.woff') format('woff'),
         url('font/robov-lightsemiexpanded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rb5pxRegular';
    src: url('font/rb5px.eot');
    src: url('font/rb5px.eot?#iefix') format('embedded-opentype'),
         url('font/rb5px.woff') format('woff'),
         url('font/rb5px.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Roboto Font Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('font/Roboto-Regular-webfont.eot');
    src: url('font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Roboto-Regular-webfont.woff') format('woff'),
         url('font/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------
STRUCTURE
--------------*/
#all_wrapper {
		width: 100%;
        position: relative;
        height: 100%;
        min-height: 100%;
}
#all_wrapper {
	background-color:#999;
	}
	
.top #all_wrapper {
	background-color:#000;
}

body > #all_wrapper {
        height: auto;
}

#contents_wrapper{
	background-color:#999;
	padding-bottom: 145px;
	}
.top #contents_wrapper{
	padding-bottom: 0px;
	}
	
#contents{
	font:93%/1.75em "RobotoRegular", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;	
	*font:93%/1.75em "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;	
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

#header_wrapper{
	width:100%;
	height:80px;
	background:#ebebeb url(../img/common/header_bg.png) repeat-x;
	padding-top:5px;
	}
#header{
	position:relative;
	color:#33F;
	text-align:left;
	width:960px;
	margin:0 auto;
	padding:0;
	height:80px;
	background-color:#ebebeb;
	overflow:hidden;
	*text-align:right;
	}
#header, #header a, .main_menu, .main_menu a{
	color:#000;
	}
#mainlogo{
		position:absolute;
		top:5px;
		left:0;
		height:75px;
		}
		
	/*--header navi--*/
	#navi {
		position:absolute;
		right:0px;
		bottom:0px;
   		*zoom: 1;  
		}	
	#g_navi{
		font: 13px 'RobotoRegular', Arial, sans-serif;
		position:relative;
		padding-bottom:8px;
		z-index:300;
		}
	#g_navi li{
		display:inline-block;
		*display: inline;  
   		*zoom: 1;  
	}
	#g_navi li a{
		padding:8px 6px;
	}
	.menu_act{
		background:url(../img/common/g_navi_bg.gif) no-repeat 0 0;	
		height:80px;
		display:block;
		top:150px;
		position:absolute;
		width:50px;
    	left:0;
		z-index:-50;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
	}
	.menu_bg{
		background:url(../img/common/g_navi_bg.gif) no-repeat 0 0;	
		width:200px;
		height:100px;	
		position:absolute;
		}
	#g_navi .disable {
		color:#999;
		padding:0 6px;
		}
	#g_navi li a:hover {
		color:#FFF;
	}
	.navi_now{
		background:url(../img/home/g_navi_now_bg.gif) repeat-x bottom;
		}

	/*--sns--*/
	 #sns{
		font: 10px 'rb5pxRegular', Arial, sans-serif;
		/*width:625px;*/
		width:478px;
		position:absolute;
		top:0px;
		right:0px;
		}
	
	#sns li{
		float:left;
		display:inline;
		margin-left:1px;
		}
	
		#sns_dis, #page_twitter a, #page_fb a,#share_dis,#share_tweet a,#share_like a{
			text-indent: 100%;
			white-space: nowrap;
			overflow:hidden;
			display:block;
			}
		#sns_dis{
			/*width:120px;*/
			width:35px;
			height:25px;
			background:url(../img/common/sns_btn_sprite.png) no-repeat -167px 0;
			}
		#page_twitter a{
			width:77px;
			height:25px;
			background:url(../img/common/sns_btn_sprite.png) no-repeat 0 0;
			}
		#page_twitter a:hover {
			background-position:0 -25px;
		}
		#page_fb a{
			width:90px;
			height:25px;
			background:url(../img/common/sns_btn_sprite.png) no-repeat -77px 0;		
			}
		#page_fb a:hover {
			background-position:-77px -25px;
		}
		#share_dis{
			width:0px;
			/*width:72px;*/
			height:25px;
			background:url(../img/common/sns_btn_sprite.png) no-repeat -167px -25px;	
		}
		#page_fb a{
			width:90px;
			height:25px;
			background:url(../img/common/sns_btn_sprite.png) no-repeat -77px 0;	
			margin-right:10px;	
			}
		#page_fb a:hover {
			background-position:-77px -25px;
		}
		#share_tweet, #share_like{
			width:130px;
			height:25px;
			position:relative;
			}
		#share_tweet span, #share_like span{
			position:absolute;
			top:9px;
			left:87px;
			width:27px;	
			text-align:center;
			text-indent: 0;
			}
		#share_tweet a,#share_like a{
			position:absolute;
			top:0;
			left:0;
			width:130px;
			height:25px;			
			}
		#share_tweet a{
			background:url(../img/common/sns_btn_sprite.png) no-repeat -287px 0;
			}
		#share_tweet a:hover{
			background-position:-287px -25px;
			}
		#share_like a{
			background:url(../img/common/sns_btn_sprite.png) no-repeat -417px 0;
			}
		#share_like a:hover{
			background-position:-417px -25px;
			}
	#game{
		position:absolute;
		top:-7px;
		/*right:490px;*/
		z-index:100;
		left:260px;
		}
		
		
/*--------------
FOOTER AREA
--------------*/	

#footer_wrapper{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#ebebeb url(../img/common/footer_bg.gif) repeat-x 0 bottom;
	}

.top #footer_wrapper{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	background:#ebebeb url(../img/common/footer_bg.gif) repeat-x 0 bottom;
}
	
.long #footer_wrapper, .long #footer{
	height:205px;
	}
.short #footer_wrapper, .short #footer{
	height:145px;
	}
#footer{
	position:relative;
	color:#000;
	text-align:left;
	width:960px;
	margin:0 auto;
	height:205px;
	}
#foot_credit{
	background:url(../img/common/footer_text_bg.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	left:0px;
	font: 10px 'rb5pxRegular', Arial, sans-serif;
	line-height:1;
	}
.long #foot_credit{
	padding-top:80px;
	}
.short #foot_credit{
	padding-top:20px;
	}
    
#ace{
	position:absolute;
	bottom:85px;
	right:100px;
	}
    
#mobile{
	position:absolute;
	bottom:45px;
	right:0px;
	}
	
/*--footer navi--*/
#foot_navi {
		position:absolute;
		bottom:25px;
		padding:8px 0;
		left:0px;
		overflow:hidden;
	}	
	#f_navi{
		font: 13px 'RobotoRegular', Arial, sans-serif;
		position:relative;
		z-index:310;
	}	
	#f_navi li{
		display:inline-block;
		*display: inline;  
   		*zoom: 1;  
	}
	#f_navi li a{
		padding:8px;
	}
	#f_navi .disable {
		color:#999;
		padding:0 8px;
	}
	#f_navi li a:hover {
		color:#FFF;
	}
	
/*--contact--*/
#f_contact {
	font: 77% 'RobotoRegular', Arial, sans-serif;
	position:absolute;
	color:#FFF;
	bottom:5px;
	right:0px;
	}
	
#f_contact li{
	display:inline;
	padding:0 8px;
	}

#f_contact li a:hover{
	 color:#0095ff;
	}

/*--------------
oter page
--------------*/	
#category{
	position:absolute;
	font: 80px 'robov3UltLtSemExpRegular', Arial, sans-serif;
	top:20px;
	right:0px;
}	
.pxf{font: 10px 'rb5pxRegular', Arial, sans-serif;}

/*--------------
SCROLL SETING
--------------*/	
#scr{
	width:60px;
	height:60px;
	background:url(../img/common/scrollup.gif) no-repeat 0 0;
	z-index:800;
}