﻿* { 
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	
	/* for yui */
	font: 13px arial,helvetica,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",clean,sans-serif;
	*font-size: small;
	*font: x-small;
    background-color: #ffffff;

    /* for Android */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
	
	/* for yui */
	font-size: inherit;
	font: 100%;
}

#container{
	
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
#contents{
	/*
		win ie6 で表示バグが発生するため
		#contents 内には potision: relative は設定せず
		#container 内で設定すること
	*/

	/*
	 * for ie6
	 */
	width: 100%;

    padding: 0 0 20px 0;
}

.clear_both{
	clear: both;
}
a{
	text-decoration: none;
	color: #777777;
}
a:visited{
	color: #888888;
}
a:hover{
	color: #ff7777;
}

a img{
	border-style: none;
}

h1{
	display: none;
}

p{
	line-height: 1.3em;
}

/*
 *
 */
#header{
	
	height: 125px;
    padding-left: 15px;
}
#main {
    float: left;
    width: 820px;
}

/**
 *
 */
#sidebar{
    float: left;
    width: 160px;
    padding-right: 20px;
}
#sidebar p.title{
    background-color: #262626;
    border-radius: 2px;
    color: #ffffff;
    margin: 10px 0 5px 0;
    text-align: center;
}
#sidebar ul{
    list-style: none;
}
#sidebar li{
    margin-bottom: 5px;
}
#sidebar p{
    margin-bottom: 5px;
    line-height: 1.7em;
}
#sidebar .banner_link{
    margin-top: 30px;
}

#another_escape_game{

    margin-bottom: 5px;
}
#another_escape_game .item{
    position: relative;
    width: 100%;
    height: 35px;
    overflow: hidden;
}
#another_escape_game .item .thumbnail{
    background-color: #000000;
    width: 30px;
    height: 30px;
    position: relative;
}
#another_escape_game .item .thumbnail img{
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    top: 1px;
    left: 1px;
}
#another_escape_game .item .title{
    position: absolute;
    top: 0px;
    left: 35px;
    width: 125px;
}


/**
 *
 */
#contents_header{
    position: relative;
    margin-bottom: 30px;
}
#logo{
    margin-left: 20px;
}
#player_avatar{
    display: none;
    height: 30px;
    width: 30px;
    background-color: #e0e0e0;

    position: absolute;
    left: 490px;
    top: 0px;
}
#player_avatar:hover{
    cursor: pointer;
}
#player_avatar .avatar_image{
    position: absolute;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 1px;
}
#player_avatar .avatar_image img{
    height: 28px;
    width: 28px;
}
#mypage_button, #login_button{
    position: absolute;
    top: 0px;
    left: 530px;
}
#mypage_button{
   display: none;
}
#login_button{
    display: none;
    cursor: pointer;
}
#faq_button{
    position: absolute;
    top: 0px;
    left: 670px;
}

/*
 *
 */
.game_list_border_banner{
    text-align: center;
    margin-bottom: 20px;
}
#game_list{
    position: relative;
    margin: 0 0 0 60px;
}
#game_list .item{
    float: left;
    width: 220px;
    height: 60px;
    border: 4px solid #000000;
    position: relative;
    margin: 0 10px 10px 0;
}
#game_list .item:hover{

    cursor: pointer;
    border: 4px solid #aa0000;
}
#game_list .dummy{
    border: 4px solid #aaaaaa;
}
#game_list .item .thumbnail{
    background-color: #000000;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 5px 0 0 5px;
}
#game_list .item .thumbnail img{
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    top: 1px;
    left: 1px;
}
#game_list .item .title{
    text-align: center;
    position: absolute;
    top: 10px;
    left: 55px;
    width: 165px;
}
#game_list .item .title p{
    margin-bottom: 5px;
}

/*
 *
 */
#footer_top_banner{
    text-align: center;
    margin: 20px 0;
}
.amazon_widget{
    margin: 20px 0 20px 45px;
}

/*
 *
 */
#deeg_app{
    position: relative;
    margin: 0 0 0 60px;
}
#deeg_app p.title{
    background-color: #262626;
    border-radius: 2px;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 2px 0;
    text-align: center;
    width: 710px;
}
#deeg_app .item{
    float: left;
    width: 220px;
    height: 60px;
    border: 4px solid #000000;
    position: relative;
    margin: 0 10px 10px 0;
}
#deeg_app .item:hover{
    cursor: pointer;
    border: 4px solid #aa0000;
}
#deeg_app .dummy{
    border: 4px solid #aaaaaa;
}
#deeg_app .item .thumbnail{
    background-color: #000000;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 5px 0 0 5px;
}
#deeg_app .item .thumbnail img{
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    top: 1px;
    left: 1px;
}
#deeg_app .item .title{
    text-align: center;
    position: absolute;
    top: 10px;
    left: 55px;
    width: 165px;
}
#deeg_app .item .title p{
    margin-bottom: 5px;
}
#deeg_app .item .title p.os{
    color: #aaaaaa;
}

.special_banner{
    margin-bottom: 10px;
}

/*
 *
 */
#footer{
    height: 120px;
    background-color: #292929;
    position: relative;
}
#deeg_logo{
    position: absolute;
    top: 40px;
    left: 40px;
}
#logout_button{
    display: none;
    position: absolute;
    top: 30px;
    right: 50px;
}
#logout_button:hover{
    cursor: pointer;
}
#copyright{
    position: absolute;
    top: 90px;
    right: 50px;
}

