@charset "UTF-8";

/* 共通設定 */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: MS Gothic,Osaka,Arial,Helvetica,Sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

img {
    border-style: none;
}

a {
    text-decoration: underline;
}
a:link {
    color: #006600;
}
a:active {
    color: #cc0000;
}
a:hover {
    color: #cc0000;
}
a:visited {
    color: #0000cc;
}

.clearfix:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul li {
	list-style:none;
}
 
.test { border:#FF0000 1px solid;}
 
/*-----------------------------------------------
// メインレイアウト
//---------------------------------------------*/
#main-lay {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}


/*-----------------------------------------------
// メニュー
//---------------------------------------------*/
#menu-lay {
    width: 285px;
    float: left;
    background: url(../img_common/menu_bg.jpg) repeat-y;
}
#menu-lay .hd{
    background: url(../img_common/menu_hd.gif) no-repeat;
    height: 10px;
    text-indent: -9999px;
}
#menu-lay .ft{
    background: url(../img_common/menu_ft.gif) no-repeat;
    height:10px;
    text-indent:-9999px;
	font-size:5px;
	line-height:90%;
}
#menu-lay #txt {
    width: 236px;
    margin-left: 12px;
    padding-top: 10px;
    font-size: 10px;
    line-height: 120%;
    color: #ffffff;
}
/* ボタン */
#menu-lay .btn_list {
    width: 236px;
    margin-left: 12px;
}
#menu-lay .btn_list a {
    width: 236px;
    text-indent: -9999px;
}
#menu-lay #about a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_about.gif) no-repeat;
}
#menu-lay #book a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_book.gif) no-repeat;
}
#menu-lay #tv a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_tv.gif) no-repeat;
}
#menu-lay #shop a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_shop.gif) no-repeat;
}
#menu-lay #event a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_event.gif) no-repeat;
}
#menu-lay #play a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_play.gif) no-repeat;
}
#menu-lay #blog a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_blog.gif) no-repeat;
}
#menu-lay #room a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_room.gif) no-repeat;
}
/* メインボタンロールオーバー */
#menu-lay #about a.m:hover,
#menu-lay #book a.m:hover,
#menu-lay #tv a.m:hover,
#menu-lay #play a.m:hover,
#menu-lay #event a.m:hover,
#menu-lay #shop a.m:hover,
#menu-lay #blog a.m:hover,
#menu-lay #room a.m:hover {
    background-position: 0 -70px;
}

/* メインボタンアクティブ */
#menu-lay #abouton a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_about.gif) no-repeat 0 -140px;
}
#menu-lay #bookon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_book.gif) no-repeat 0 -140px;
}
#menu-lay #tvon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_tv.gif) no-repeat;
}
#menu-lay #playon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_play.gif) no-repeat 0 -140px;
}
#menu-lay #shopon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_shop.gif) no-repeat 0 -140px;
}
#menu-lay #eventon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_event.gif) no-repeat 0 -140px;
}
#menu-lay #roomon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_room.gif) no-repeat 0 -140px;
}

/* サブメニューボタン */
#menu-lay #abouton a.aboutsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_about_sub01.gif) no-repeat;
}
#menu-lay #abouton a.aboutsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_about_sub02.gif) no-repeat;
}
#menu-lay #bookon a.booksub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_book_sub01.gif) no-repeat;
}
#menu-lay #bookon a.booksub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_book_sub02.gif) no-repeat;
}
/*#menu-lay #tvon a.tvsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_tv_sub01.gif) no-repeat;
}
#menu-lay #tvon a.tvsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_tv_sub02.gif) no-repeat;
}*/
#menu-lay #playon a.playsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_play_sub01.gif) no-repeat;
}
#menu-lay #playon a.playsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_play_sub02.gif) no-repeat;
}
#menu-lay #playon a.playsub03 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_play_sub03.gif) no-repeat;
}
#menu-lay #playon a.playsub04 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_play_sub04.gif) no-repeat;
}
#menu-lay #shopon a.shopsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_shop_sub01.gif) no-repeat;
}
#menu-lay #shopon a.shopsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_shop_sub02.gif) no-repeat;
}

#menu-lay #eventon a.eventsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_event_sub01.gif) no-repeat;
}
#menu-lay #eventon a.eventsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_event_sub02.gif) no-repeat;
}
#menu-lay #roomon a.roomsub01 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_room_sub01.gif) no-repeat;
}
#menu-lay #roomon a.roomsub02 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_room_sub02.gif) no-repeat;
}
#menu-lay #roomon a.roomsub03 {
    display: block;
    height: 50px;
    background: url(../img_common/btn_room_sub03.gif) no-repeat;
}


/* サブメニューボタンロールオーバー */
#menu-lay #abouton a.aboutsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #abouton a.aboutsub02:hover {
    background-position: 0 -50px;
}
#menu-lay #bookon a.booksub01:hover {
    background-position: 0 -50px;
}
#menu-lay #bookon a.booksub02:hover {
    background-position: 0 -50px;
}
/*#menu-lay #tvon a.tvsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #tvon a.tvsub02:hover {
    background-position: 0 -50px;
}*/
#menu-lay #playon a.playsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #playon a.playsub02:hover {
    background-position: 0 -50px;
}
#menu-lay #playon a.playsub03:hover {
    background-position: 0 -50px;
}
#menu-lay #playon a.playsub04:hover {
    background-position: 0 -50px;
}
#menu-lay #shopon a.shopsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #shopon a.shopsub02:hover {
    background-position: 0 -50px;
}
#menu-lay #eventon a.eventsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #eventon a.eventsub02:hover {
    background-position: 0 -50px;
}
#menu-lay #roomon a.roomsub01:hover {
    background-position: 0 -50px;
}
#menu-lay #roomon a.roomsub02:hover {
    background-position: 0 -50px;
}
#menu-lay #roomon a.roomsub03:hover {
    background-position: 0 -50px;
}


/* 非表示設定 */
#menu-lay #abouton {
    display: none;
	margin:0 0 5px;
}
#menu-lay #bookon {
    display: none;
	margin:0 0 5px;
}
#menu-lay #playon {
    display: none;
	margin:0 0 5px;
}
#menu-lay #tvon {
    display: none;
	margin:0 0 5px;
}
#menu-lay #shopon {
    display: none;
	margin:0 0 5px;
}
#menu-lay #eventon {
    display: none;
	margin:0 0 5px;
}
#menu-lay #roomon {
    display: none;
	margin:0 0 5px;
}
/* 大きいメニュー */
#menu-lay #webshop a {
    display: block;
    height: 97px;
    background: url(../img_common/menu_webshop.gif) no-repeat;
    background-position: center;
}

#menu-lay #fortune a {
    display: block;
    height: 97px;
    margin-top: 5px;
    background: url(../img_common/menu_fortune.gif) no-repeat;
    background-position: center;
}

#menu-lay #mailmag a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_mailmag.gif) no-repeat;
    background-position: center;
}

#menu-lay #mobile {
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_mobile.gif) no-repeat;
    background-position: center;
	text-indent:-9999px;
}

#menu-lay #mobile a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_mobile.gif) no-repeat;
}

#menu-lay #windowslive a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_windowslive.gif) no-repeat;
    background-position: center;
}

#menu-lay #illustcontest a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_illustcontest.jpg) no-repeat;
    background-position: center;
}

#menu-lay #wallpaper a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_wallpaper.gif) no-repeat;
    background-position: center;
}

/*-----------------------------------------------
// コンテンツ
//---------------------------------------------*/
#cnts-lay {
    width: 665px;
    float: left;
}

/* 背景 */
#cnts-lay .inner {
    background: url(../img_common/bg_bd.gif) repeat-y left top;
}
#cnts-lay .inner .tp {
    background: url(../img_common/bg_inner_hd.gif) no-repeat left top;
}
#cnts-lay .inner .ft {
    background: url(../img_common/bg_ft.gif) no-repeat left bottom;
}
#cnts-lay .bt {
    width: 663px;
    height: 65px;
    background: url(../img_common/bg_bt.gif) no-repeat;
    text-indent: -9999px;
}



/*-----------------------------------------------
// フッター
//---------------------------------------------*/
#foot-lay{
    margin-top: 10px;
    background: url(../img_common/foot_bg.gif) repeat-x;
    height: 205px;
}

#foot-lay #txt {
    font-size: 10px;
    line-height: 150%;
    color: #3c1e00;
    padding-top: 5px;
    height: 50px;
}

/* バナー */
#foot-lay #bana {
    margin: 15px auto;
    width: 990px;
}
#foot-lay #bana img {
	margin-left: 5px;
	margin-right: 5px;
}

