@charset "Shift_JIS";

/* 共通設定 */

* {
    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%;
}


/*-----------------------------------------------
// メインレイアウト : トップ
//---------------------------------------------*/
#top-lay {
    background: url(../img_top/top_bg.jpg) no-repeat top center #663300;
}


/*-----------------------------------------------
// ヘッダー
//---------------------------------------------*/
#head-lay {
    width: 950px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}
/* ロゴ */
#head-lay h1 {
    text-indent: -9999px;
}
#head-lay h1 a {
    display: block;
    width: 480px;
    height: 55px;
}


/*-----------------------------------------------
// タイトル
//---------------------------------------------*/
#title-lay {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}
/* タイトル */
#title-lay h2 {
    margin-top: 10px;
    margin-left: 30px;
    text-indent: -9999px;
}
#title-lay h2 a {
    display: block;
    width: 340px;
    height: 250px;
}
/* フラッシュ */
#title-lay #fla-lay {
    width: 562px;
    margin-top: 60px;
    float: left;
}
#title-lay #fla-lay .swf {
    margin-top: 13px;
    margin-left: 28px;
    margin-bottom: 45px;
    width: 350px;
    height: 230px;
    background: #fff;
}
/* テキスト */
#title-lay #txt-lay {
    width: 236px;
    float: left;
}
#title-lay #txt-lay p{
    margin-top: 224px;
    margin-left: 12px;
}


/*-----------------------------------------------
// メインレイアウト
//---------------------------------------------*/
#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;
}
/* ボタン */
#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 #goods a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_goods.gif) no-repeat;
}
#menu-lay #event a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_event.gif) no-repeat;
}
#menu-lay #game a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_game.gif) no-repeat;
}
#menu-lay #blog a {
    display: block;
    height: 66px;
    background: url(../img_common/btn_blog.gif) no-repeat;
}
/* メインボタンロールオーバー */
#menu-lay #about a.m:hover,
#menu-lay #book a.m:hover {
    background-position: 0 -70px;
}

/* メインボタンアクティブ */
#menu-lay #bookon a.m {
    display: block;
    height: 57px;
    background: url(../img_common/btn_book.gif) no-repeat 0 -140px;
}
/* サブメニューボタン */
#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 #bookon a.booksub01:hover {
    background-position: 0 -50px;
}

/* 非表示設定 */
#menu-lay #bookon {
    display: none;
}

/* 大きいメニュー */
#menu-lay #fortune a {
    display: block;
    height: 97px;
    background: url(../img_common/menu_fortune.gif) no-repeat;
}
#menu-lay #mailmag a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_mailmag.gif) no-repeat;
}
#menu-lay #mobile a {
    display: block;
    margin-top: 5px;
    height: 97px;
    background: url(../img_common/menu_mobile.gif) no-repeat;
}


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

/* タイトル */
#cnts-lay .hd {
    margin-top: 10px;
    width: 663px;
    height: 134px;
    background: url(../img_top/news_hd.gif) no-repeat left top;
    text-indent: -9999px;
}
/* RSSリンク領域 */
#cnts-lay .hd p {
    padding-top: 65px;
}
#cnts-lay .hd a {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 465px;
}
/* 背景 */
#cnts-lay .inner {
    background: url(../img_top/news_bd.gif) repeat-y left top;
}
#cnts-lay .inner .tp {
    background: url(../img_top/news_inner_hd.gif) no-repeat left top;
}
#cnts-lay .inner .ft {
    background: url(../img_top/news_ft.gif) no-repeat left bottom;
}
#cnts-lay .bt {
    width: 663px;
    height: 85px;
    background: url(../img_top/news_bt.gif) no-repeat;
    text-indent: -9999px;
}

/* 実ニュース */
#cnts-lay .news {
    width: 480px;
    margin-left: 95px;
}
#cnts-lay .news p {
    padding-bottom: 20px;
    line-height: 140%;
}
#cnts-lay .news span {
    font-size: 10px;
    color: #ff6600;
    font-weight: bold;
    line-height: 140%;
}
#cnts-lay .news p.icon {
    width: 96px;
    float: left;
    text-indent: -9999px;
}
#cnts-lay .news p.txt{
    width: 380px;
    float: left
}

/* ニュースアイコン */
#cnts-lay .news p.book {
    background: url(../img_top/newsicon_book.gif) no-repeat;
}
#cnts-lay .news p.event {
    background: url(../img_top/newsicon_event.gif) no-repeat;
}
#cnts-lay .news p.goods {
    background: url(../img_top/newsicon_goods.gif) no-repeat;
}
#cnts-lay .news p.game {
    background: url(../img_top/newsicon_game.gif) no-repeat;
}
#cnts-lay .news p.anime {
    background: url(../img_top/newsicon_anime.gif) no-repeat;
}


#cnts-lay .news p.icon a {
    display: block;
    width: 84px;
    height: 29px;
}


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

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

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


