@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.4em;
}

#container
{
	width: 960px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px none #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin: 0 auto;
} 

#container .line
{
	height: 1px;
	width: 100%;
	background-color: #999999;
	margin: 10px auto;
	padding: 0;
}

/* ここからヘッダー部分*/
#header
{
	width:960px;
	margin:10px 0;
	padding:0;
} 



#header .freecontents
{
	float:right;
	display:inline;
	background:#FFF;
}

#header .freecontents .title
{
	background:url('../images/top/red/freecontents_titlebg.gif') repeat-x;
	text-align:center;
	height:18px;
	border:1px solid #98855c;
	margin:0 auto;
}

#header .freecontents .box
{
	border-left:1px solid #98855c;
	border-right:1px solid #98855c;
	border-bottom:1px solid #98855c;
	padding:9px;
}

#header .freecontents .box .borderbox,
#header .freecontents .box .noborderbox
{
	text-align:left;
	line-height:95%;
	display:inline;
}

#header .freecontents .box .borderbox
{
	border-right:1px solid #AAAAAA;
	margin:0 9px 0 0;
	padding:0 9px 0 0;
	float:left;
	display:inline;
}

#header .freecontents .box .noborderbox
{
	border-right:none;
}

#header .freecontents .box .borderbox a:link,
#header .freecontents .box .borderbox a:active,
#header .freecontents .box .noborderbox a:link,
#header .freecontents .box .noborderbox a:active

{
	color: #1D3994;
	text-decoration:none;
}


#header .freecontents .box .borderbox a:visited,
#header .freecontents .box .noborderbox a:visited

{
	color: #666666;
	text-decoration:none;
}

#header .freecontents .box .borderbox a:hover,
#header .freecontents .box .noborderbox a:hover
{
	text-decoration:underline;
	color: #1D3994;
}

#mainmenu
{
	width:958px;
	height:33px;
	border:1px solid #660000;
	margin:10px 0;
	background-image:url('../images/top/red/button/menubg.gif');
}

#mainmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainmenu ul li
{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	text-indent:-9999px;
}

#mainmenu ul li a
{
	display:block;
	height:33px;
	background-position:top left;
	background-repeat:no-repeat;
}

#mainmenu ul li a.top:link,
#mainmenu ul li a.top:visited
{
	width:80px;
	background-image:url('../images/top/red/button/top_off.gif');
}

#mainmenu ul li a.top:hover,
#mainmenu ul li a.top:active,
#mainmenu ul li a.top_on:link,
#mainmenu ul li a.top_on:visited,
#mainmenu ul li a.top_on:hover,
#mainmenu ul li a.top_on:active
{
	width:80px;
	background-image:url('../images/top/red/button/top_on.gif');
}

#mainmenu ul li a.shop:link,
#mainmenu ul li a.shop:visited
{
	width:95px;
	background-image:url('../images/top/red/button/shop_off.gif');
}

#mainmenu ul li a.shop:hover,
#mainmenu ul li a.shop:active,
#mainmenu ul li a.shop_on:link,
#mainmenu ul li a.shop_on:visited,
#mainmenu ul li a.shop_on:hover,
#mainmenu ul li a.shop_on:active
{
	width:95px;
	background-image:url('../images/top/red/button/shop_on.gif');
}

#mainmenu ul li a.comic:link,
#mainmenu ul li a.comic:visited
{
	width:121px;
	background-image:url('../images/top/red/button/comic_off.gif');
}

#mainmenu ul li a.comic:hover,
#mainmenu ul li a.comic:active,
#mainmenu ul li a.comic_on:link,
#mainmenu ul li a.comic_on:visited,
#mainmenu ul li a.comic_on:hover,
#mainmenu ul li a.comic_on:active
{
	width:121px;
	background-image:url('../images/top/red/button/comic_on.gif');
}


#mainmenu ul li a.game:link,
#mainmenu ul li a.game:visited
{
	width:109px;
	background-image:url('../images/top/red/button/game_off.gif');
}

#mainmenu ul li a.game:hover,
#mainmenu ul li a.game:active,
#mainmenu ul li a.game_on:link,
#mainmenu ul li a.game_on:visited,
#mainmenu ul li a.game_on:hover,
#mainmenu ul li a.game_on:active
{
	width:109px;
	background-image:url('../images/top/red/button/game_on.gif');
}


#mainmenu ul li a.coupon:link,
#mainmenu ul li a.coupon:visited
{
	width:110px;
	background-image:url('../images/top/red/button/coupon_off.gif');
}

#mainmenu ul li a.coupon:hover,
#mainmenu ul li a.coupon:active,
#mainmenu ul li a.coupon_on:link,
#mainmenu ul li a.coupon_on:visited,
#mainmenu ul li a.coupon_on:hover,
#mainmenu ul li a.coupon_on:active
{
	width:110px;
	background-image:url('../images/top/red/button/coupon_on.gif');
}


#mainmenu ul li a.audition:link,
#mainmenu ul li a.audition:visited
{
	width:127px;
	background-image:url('../images/top/red/button/audition_off.gif');
}

#mainmenu ul li a.audition:hover,
#mainmenu ul li a.audition:active,
#mainmenu ul li a.audition_on:link,
#mainmenu ul li a.audition_on:visited,
#mainmenu ul li a.audition_on:hover,
#mainmenu ul li a.audition_on:active
{
	width:127px;
	background-image:url('../images/top/red/button/audition_on.gif');
}

#mainmenu ul li a.work:link,
#mainmenu ul li a.work:visited
{
	width:117px;
	background-image:url('../images/top/red/button/work_off.gif');
}

#mainmenu ul li a.work:hover,
#mainmenu ul li a.work:active,
#mainmenu ul li a.work_on:link,
#mainmenu ul li a.work_on:visited,
#mainmenu ul li a.work_on:hover,
#mainmenu ul li a.work_on:active
{
	width:117px;
	background-image:url('../images/top/red/button/work_on.gif');
}


#mainmenu ul li a.adult:link,
#mainmenu ul li a.adult:visited
{
	width:100px;
	background-image:url('../images/top/red/button/adult_off.gif');
}

#mainmenu ul li a.adult:hover,
#mainmenu ul li a.adult:active,
#mainmenu ul li a.adult_on:link,
#mainmenu ul li a.adult_on:visited,
#mainmenu ul li a.adult_on:hover,
#mainmenu ul li a.adult_on:active
{
	width:100px;
	background-image:url('../images/top/red/button/adult_on.gif');
}

#mainmenu ul li a.list:link,
#mainmenu ul li a.list:visited
{
	width:99px;
	background-image:url('../images/top/red/button/shoplist_off.gif');
}

#mainmenu ul li a.list:hover,
#mainmenu ul li a.list:active,
#mainmenu ul li a.list_on:link,
#mainmenu ul li a.list_on:visited,
#mainmenu ul li a.list_on:hover,
#mainmenu ul li a.list_on:active
{
	width:99px;
	background-image:url('../images/top/red/button/shoplist_on.gif');
}

#mainmenu ul li a.staff:link,
#mainmenu ul li a.staff:visited
{
	width:112px;
	background-image:url('../images/top/red/button/staff_off.gif');
}

#mainmenu ul li a.staff:hover,
#mainmenu ul li a.staff:active,
#mainmenu ul li a.staff_on:link,
#mainmenu ul li a.staff_on:visited,
#mainmenu ul li a.staff_on:hover,
#mainmenu ul li a.staff_on:active
{
	width:112px;
	background-image:url('../images/top/red/button/staff_on.gif');
}

#mainmenu ul li a.contact:link,
#mainmenu ul li a.contact:visited
{
	width:117px;
	background-image:url('../images/top/red/button/contact_off.gif');
}

#mainmenu ul li a.contact:hover,
#mainmenu ul li a.contact:active,
#mainmenu ul li a.contact_on:link,
#mainmenu ul li a.contact_on:visited,
#mainmenu ul li a.contact_on:hover,
#mainmenu ul li a.contact_on:active
{
	width:117px;
	background-image:url('../images/top/red/button/contact_on.gif');
}



/* ヘッダ検索窓 */
#search1st
{
	width:960px;
	height:80px;
	background-image:url('../images/top/red/searchbg2.jpg');
	background-repeat:no-repeat;
}

/* テスト用ヘッダ検索窓 */
#search_test
{
	width:960px;
	height:80px;
	background:url(../images/serch_bg_sample_sample.jpg) no-repeat;
background-color:#F3FAFC;
}

/* テスト用ヘッダ検索窓 */

.search_form
{
	margin:0;
	padding:0;
}
.search_form_area
{
	padding:20px 0 0 205px;
	overflow: hidden;
	zoom:1;
}

.search_text {
   border: 1px solid #B5B5B5;
   font-size: 12px;
   height: 19px;
   margin: 0;
   padding: 0;
   width: 490px;
   /height:12px;
   /padding-top:4px;
   /padding-bottom:5px;
   height:12px\9;
   padding-top:4px\9;
   padding-bottom:5px\9;
   padding-left:3px;
	float: left;
	display: inline;
}

.search_img
{
	margin:0 0 0 5px;
	float: left;
	display: inline;
}

.search_form_area a
{
	margin-left: 10px;
	float: left;
	display: inline;
}

.search_word
{
	margin-left:240px;
	width:450px;
	font-size:12px;
}

.search_word a
{
	color:#004DFD;
	text-decoration:none;
}
/*注目ワード*/
ul.randomSelect_ul
{
	margin: 2px 0 0 285px;
	padding: 0;
	width: 450px;
	font-size: 12px;
	text-align: left !important;
}

ul.randomSelect_ul:before
{
content:"注目ワード：";
}

ul.randomSelect_ul li
{
	margin: 5px;
	display: inline;
}

ul.randomSelect_ul li a
{
	color: #004DFD;
	text-decoration: none;
}

ul.randomSelect_ul li a:hover
{
	text-decoration: underline;
}



.adingo_keywords {
	font-size: 12px;
}
.adingo_keywords ul {
	margin: 0;
	padding: 0;
	width: 600px;
	text-align: left !important;
	margin-left: 255px;
	>padding-top: 1px;
	width: 450px;
	font-size: 12px;
}
.adingo_keywords ul li {
	margin: 5px 5px 5px 0;
	display: inline;
}
.adingo_keywords ul li a{
	margin-right: 5px;
	color: #122d88;
	text-decoration: none;
}
.adingo_keywords ul li a:hover{
	text-decoration: underline;
}


/* 2010.07.21　追加修正ランダムキーワード設定ここから */

.random_keyword_new_text {
padding: 0 0 0 24px;
}
/* ここまでヘッダー部分*/

/* ここから左カラム*/
#left
{
	width:200px; 
	float:left; 
	margin:0;
}

#left .title
{
	background:url('../images/top/red/title_bg.gif') repeat-x;
	width:200px;
	height:23px;
	border:1px solid #98855c;
}


#left .title h3
{
	color: #4a3200;
	display:block;
	width:182px;
	height:21px;
	font-size: 12px;
	padding: 4px 0 0 18px;
	margin: 0px;
}

#left .contentsbox
{
	width:198px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin:0 0 10px 0;
	padding:0;
}

#left .iframesbox
{
	width:200px;
	margin:0;
	padding:0;
}

#left .left
{
	width:200px;
	height: 680px;
}

.ban
{
	margin:10px 0 0 0;
}

/* ここまで左カラム*/
/* ここから中央カラム*/

#main
{
	width:745px;
	float:right;
}

#center
{
	width:405px;
	float:left;
}

#center .ban_top {
	margin: 0px;
	width: 405px;
	padding: 0 0 5px 0;
	text-align: left;
}

#center .padbox
{
	margin:10px 0 0 0;
}




#center .contentsbox
{
	width:395px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin:0 0 10px 0;
	padding:4px;
}

/* 2010.07.21　追加修正店舗ニュース設定ここから */
#shopinfo
{
	width: 395px;
	margin:0;
	padding:0;
	
}

#shopinfo .days {
	width: 100px;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #007EFF;
}
#shopinfo .days .new {
	display: inline;
	color: #FB930D;
}

#shopinfo .detail_text_info {
	width:295px;
}

#shopinfo .info_text_d .small {
	font-size: 0.8em;
}

/* 2010.07.21　追加修正店舗ニュース設定ここまで */

/* ここまでメインバー部分*/


/* ここからサイドバー（右）部分*/
#right
{
	width:325px;
	float:right;
}

#right .top_ban
{
	margin:0 0 10px 0;
}

#main #right .title
{
	background:url('../images/top/red/title_bg.gif') repeat-x;
	width:323px;
	height:23px;
	margin: 10px 0 0 0;
	border:1px solid #98855c;
}

#main #right .title h3
{
	color: #4a3200;
	display:block;
	width:305px;
	height:21px;
	font-size: 12px;
	padding: 4px 0 0 18px;
	margin: 0px;
}

#main #right .contentsbox
{
	width:305px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin:0 0 10px 0;
	padding:9px;
}


/* /* 2010.07.08　追加修正リンクの設定ここから */
#main #right .contentsbox a:link,
#main #right .contentsbox a:active {
text-decoration:none;
color: #1D3994;
}


#main #right .contentsbox a:visited{
text-decoration:none;
color: #666666;
}

#main #right .contentsbox a:hover {
text-decoration:underline;
color: #1D3994;
}
/* /* 2010.07.08　追加修正リンクの設定ここまで */


#main #right .bannerbox
{
	width:313px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
}

/* ここまでサイドバー（右）部分*/


/* 2010/07/16追記部分ここから*/
/* ここからショップ部分*/

#shop {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 217px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#shop h1 {
	　　margin: 0px;
	padding: 0px;
	height: 25px;
	width: 740px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 25px;
	background-image: url(../black/images/shop/shopname_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
} 
#shop .s_cont3th {
	width: 740px;
	margin: 0px;
	padding: 0px;
	height: 250px;
}
#container #shop .contentsbox {
	width: 728px;
	margin: 0px;
	padding: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 300px;
}

#shop .contentsbox h2 {
	color: #CC0033;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	height: 24px;
	margin: 0px;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#shop .contentsbox .shopimage00 {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        display: inline;
}
.10pxgrey {
	font-size: 1em;
	line-height: 16px;
	color: #666666;
}
#shop .contentsbox #shoptxt {
	padding: 5px;
	float: right;
	width: 310px;
	margin: 0px;
        display: inline;
}
.shops_cont {
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 242px;
	float: left;
        display: inline;

}

.shops_cont_r {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 240px;
        display: inline;
}

.shopscont_title  {
	margin: 0px;
	height: 3em;
	width: 230px;
	color: #CC0033;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: run-in;
}
.shops_contentsbox  {
	width: 230px;
	margin: 0px;
	padding: 5px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#container  #shop  .shop_data {
	margin: 0px;
	clear: none;
	padding-top: 10px;
	text-align: left;
	width: 740px;

}
#container #shop .databox {
	width: 730px;
	margin: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#shop .shop_data .databox_left .shop_button {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#shop .databox_right {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 740px;
}


#shop .databox_left {
	margin: 0px;
	padding: 0px;
	width: 740px;
}

#shopdata {
	margin: 0px;
	padding: 0px;
	width: 730px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
}
#shopdata td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
#shopdata th {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#shopdata .th100px {
	width: 100px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #666666;
	background-color: #FFFFEC;
}
#shopdata .th500px {
	width: 500px;
	margin: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#shopdata .yes {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}
#shopdata .non {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}
#shopdata .pran_title {
	width: 700px;
	margin: 0px;
	padding: 2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666666;
	background-color: #FFFFEC;
}
#shopdata .days .new {
	display: inline;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #CC0033;
}


#container #shop .shop_data #shopdata_title {
	margin: 0px;
	height: 24px;
	display: block;
	padding: 0px;
	width: 740px;
}

/* ここまでショップ部分*/

/* ここからゲーム部分*/

#game  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 217px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#game h1 {
	　　margin: 0px;
	padding: 0px;
	height: 25px;
	width: 740px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 25px;
	background-image: url(../black/images/shop/shopname_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
} 
#container  #game  .game_data {
	margin: 0px;
	clear: none;
	padding-top: 10px;
	text-align: left;
	width: 740px;

}
#container #game .game_data #gamedata_title {
	margin: 0px;
	height: 25px;
	display: block;
	padding: 0px;
	width: 740px;
}
#game .databox_right {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 740px;
}
#container #game .contentsbox {
	width: 728px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 254px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#game .game_data .contentsbox .gamedata .game_img {
	margin: 0px;
	padding: 5px;
	height: 124px;
	width: 234px;
}
#game .game_data .contentsbox .game_title {
	width: 350px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	text-align: left;
	padding: 0px;
}

#game .game_data .contentsbox .gamedata .game_txt {
	margin: 0px;
	padding: 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left;
}
#game .game_data .contentsbox .gamedata {
	width: 350px;
	height: 150px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
        display: inline;
}


/* ここまでゲーム部分*/
/* ここからコミック部分*/

#comics  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 217px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#comics h1 {
	　　margin: 0px;
	padding: 0px;
	height: 25px;
	width: 740px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 25px;
	background-image: url(../black/images/shop/shopname_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
} 
#container  #comics  .comics_data {
	margin: 0px;
	clear: none;
	padding-top: 10px;
	text-align: left;
	width: 740px;

}
#container #comics .comics_data #comicsdata_title {
	margin: 0px;
	height: 25px;
	display: block;
	padding: 0px;
	width: 740px;
}
#comics .databox_right {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 740px;
}
#container #comics .contentsbox {
	width: 728px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 80px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#comics .comics_data .contentsbox .comicsdata .comics_img {
	margin: 0px;
	padding: 5px;
	height: 80px;
	width: 234px;
}
#comics .comics_data .contentsbox .comics_title {
	width: 350px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	text-align: left;
	padding: 0px;
}

#comics .comics_data .contentsbox .comicsdata .comics_txt {
	margin: 0px;
	padding: 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left;
}
#comics .comics_data .contentsbox .comicsdata {
	width: 350px;
	height: 80px;
	float: left;
    display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* ここまでコミック部分*/

/* 2010/07/16追記部分ここまで*/


/* ここから2階層目共通部分*/

#main .title_shop
{
	background:url('../images/top/red/titlem_bg.gif') repeat-x;
	width:743px;
	height:23px;
	margin:0 0 10px 0;
	border:1px solid #8d0200;
}

#main .title_shop h2
{
	color: #FFFFFF;
	display:block;
	width:735px;
	height:21px;
	font-size: 12px;
	padding: 4px 0 0 10px;
	margin: 0px;
}

#main .title,
#link .title
{
	background:url('../images/top/red/title_bg.gif') repeat-x;
	width:743px;
	height:23px;
	margin:0 0 10px 0;
	border:1px solid #98855c;
}

#main .title h4,
#link .title h4
{
	color: #4a3200;
	display:block;
	width:735px;
	height:23px;
	font-size: 12px;
	padding: 4px 0 0 18px;
	margin: 0px;
}

#main .shopimg
{
	float:left;
	margin-right: 10px;
}

#main .shoptxt
{
}


#main .shoptxt h3
{
	color:#CC0033;
	font-size:140%;
	margin:0 0 20px 0;
}

#main .backtotop
{
	width:745px;
	text-align:right;
	margin:10px 0;
}

#main p.yes
{
	color:#FF6600;
	font-weight:bold;
	display:inline;
}

#main p.non
{
	color:#999999;
	font-weight:normal;
	display:inline;
}

#main .shopdata
{
	width:725px;
	margin:0 10px;
	border-top:1px solid #666699;
	border-left:1px solid #666699;
}

#main .shopdata td,
#main .shopdata th
{
	border-right:1px solid #666699;
	border-bottom:1px solid #666699;
	padding:5px 0 5px 5px;
	color:#666666;
	font-weight:normal;
}	

#main .shopdata .th100px
{
	width:100px;
	background-color:#FFFFEC;
}

#main .shopdata .th500px
{
	width:500px;
}
#main .shopdata .pran_title
{
	text-align:center;
	background-color:#FFFFEC;
}

#main .half_l,
#main .half_r,
#link .half_l,
#link .half_r
{
	width:335px;
	margin:0 0 10px 0;
	color:#666666;
}


#game_title_new {
width: 330px;
height: 13px;
background-color:#E3E3E3;
padding:3px 0 3px 5px;
}

#game_title_new .half_l_new {
font-size:12px;
font-weight:bold;
color:#363636;

}
#main .half_l img,
#main .half_r img
{
	margin:10px 0;
}

#main .half_l,
#link .half_l
{
	float:left;
	padding:0 0 0 10px;
}

#main .half_r,
#link .half_r
{
	float:right;
	padding:0 10px 0 0;
}

/* ここまで2階層目共通部分*/

/* ここからフッター部分*/
#footer
{
	margin:20px auto 0 auto;
	padding:15px 0 5px 0;
	text-align:center;
	background:url('../images/top/red/footerbg.gif') repeat-x;
}

#footer .ftin
{
	width:960px;
	margin:0 auto;
}

.search_mini
{
	width:275px;
	height:86px;
	float:right;
	background:url('../images/top/red/searchbg_mini.gif') no-repeat;
	text-align:center;
}

/* テスト用small検索窓 */
.search_mini_test
{
	width:275px;
	height:70px;
	float:right;
	background-color:#F3FAFC;
	text-align:center;
}
/* テスト用small検索窓 */


.search_mini .search_form
{
	margin:0;
	padding:0;
}

.search_mini .search_form_area2
{
	width:255px;
	padding:30px 10px 0 10px;
}

.search_mini .search_form_area2 .search_text2
{
	width:253px;
	border:1px solid #b5b5b5;
}

.search_mini .search_form_area2 .search_img
{
	margin:5px 0 0 0;
	display:inline;
}

#footer .footerleft
{
}

#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

#copylight{
	color:#4a3200;
}

/* ここまでフッター部分*/

.clearfloat{
/* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:1px;
}

/* ここからインフレーム用 */

#link
{
	width:745px;
	text-align:left;
}

#link .link_title
{
	width:335px;
}

#link .link_img
{
	width:120px;
	float:left;
}

#link .link_txt
{
	width:205px;
	float:right;
}

#scontents
{
	width:405px;
}

#fcontents
{
	width:678px;
	margin:0 auto;
}

.sbox
{
	width:130px;
	margin-right: 7px;
	float:left;
}

.sbox_l
{
	width:130px;
	margin:0;
	float:left;
}

#scontents .boxes
{
	width:267px;
}

#fcontents .boxes
{
	width:266px;
	margin:0 6px 0 0;
}

#scontents .box_l,
#scontents .box_r,
#fcontents .box_l,
#fcontents .box_r
{
	width:130px;
}

#scontents .boxes,
#fcontents .boxes,
#scontents .box_l,
#fcontents .box_l
{
	float:left;
}

#scontents .box_r,
#fcontents .box_r
{
	float:right;
}

#scontents .boxtitle,
#fcontents .boxtitle
{
	background:url('../images/top/red/bg_boxtitle.gif') right center no-repeat;
	color: #4a3200;
	text-align:left;
	font-weight:bold;
	width:113px;
	height:19px;
	font-size: 12px;
	padding: 4px 0 0 15px;
	margin: 0px;
	border:1px solid #98855c;
}

#scontents .boxtitle_na
{
	background:url('../images/top/red/bg_boxtitle_na.gif') right center no-repeat;
	color: #4a3200;
	text-align:left;
	font-weight:bold;
	width:113px;
	height:19px;
	font-size: 12px;
	padding: 4px 0 0 15px;
	margin: 0px;
	border:1px solid #98855c;
}

#fcontents .boxtitle_red03
{
	background:url('../images/top/red/bg_boxtitlef.gif') right center;
	color: #ffffff;
	text-align:left;
	font-weight:bold;
	width:121px;
	height:19px;
	font-size: 12px;
	padding: 4px 0 0 7px;
	margin: 0px;
	border:1px solid #98855c;
}

#scontents .content,
#fcontents .content
{
	width:122px;
	height:55px;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin:0 0 10px 0;
	text-align:left;
	padding:5px 2px 0 4px;
	background-color:#FFFFFF;
	font-size:12px;
}


/* 2010.07.08　追加修正リンクの設定ここから */
#scontents .content a:link,
#scontents .content a:active {
text-decoration:none;
color: #1D3994;
}


#scontents .content a:visited {
text-decoration:none;
color: #666666;
}

#scontents .content a:hover {
text-decoration:underline;
}


#fcontents .content a:link,
#fcontents .content a:active {
text-decoration:none;
color: #1D3994;
}


#fcontents .content a:visited{
text-decoration:none;
color: #666666;
}

#fcontents .content a:hover {
text-decoration:underline;
}
/* 2010.07.08　追加修正リンクの設定 */
