@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/1/25
	Last Modified: 2008/1/25
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: trackbacks
		: comments
		: option
	4: Contents

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}

/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(image/main/back01.jpg) repeat left top;
	line-height:130%;
	color:#666;
	}

div#back01 {
    background:url(image/main/back02.jpg) repeat-x;
	}
	
div#back02 {
    background:url(image/main/back03.jpg) no-repeat top center;
	}

/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#FF3333;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#00CCFF;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large02 {font-size:18px;font-weight:bold;}
.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	font-size:12px;
	}

h1 a{
	color:#fff;
	}


h2 {
	background:url(image/main/h2.jpg) no-repeat left;
	height:90px;
	line-height:90px;
	font-size:28px;
	color:#555;
	text-indent:80px;
	font-weight:bold;
	}
	
body.blog h2 {
	background:url(image/category/h2-cast.jpg) no-repeat left;
	}

h3 {
	background:url(image/main/h3.jpg) no-repeat left;
	height:46px;
	line-height:46px;
	color:#fff;
	text-indent:60px;
	font-size:13px;
	font-weight:bold;
	}
	
body.blog h3 {
	background:url(image/category/h3-cast.jpg) no-repeat left;
	position:relative;
	margin-bottom:10px;
	}

h4 {
	clear:none;
	background:url(image/main/h4.jpg) no-repeat left;
	height:18px;
	line-height:18px;
	text-indent:20px;
	width:307px;
	float:right;
	text-align:left;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#555;
	}
	
body.blog h4 {
	clear:none;
	background:url(image/main/h4.jpg) no-repeat left;
	height:18px;
	line-height:18px;
	text-indent:20px;
	margin-left:10px;
	width:auto;
	float:none;
	text-align:left;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	}

h5 {
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
#sidebar:after,
div#blog-inner:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
#sidebar,
div#blog-inner { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html #sidebar,
* html div#blog-inner { height: 1% }
.clearfix,
div#wrapper,
#sidebar,
div#blog-inner {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
/*a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
*/

/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://jjclub100.jp/kagoshimadaigakumae/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

.alphafilter{}

a .alphafilter{
	cursor:pointer;
	}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:836px;
	background:url(image/main/container-back.jpg) repeat-y;
	text-align:center;
	margin: 0 auto;
	}

div#container-inner {
	width:800px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	padding-top:10px;
	}

div#wrapper{
    width:800px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	background:url(image/main/content-back.jpg) repeat-y right;
	}
	
body.blog div#wrapper{
    background:url(image/category/content-back3.jpg) repeat-y right;
	}

div#content-top {
    width:612px;
	height:8px;
	background:url(image/main/content-top.jpg) no-repeat;
	overflow:hidden;
	}
	
div#content {
	width:612px;
	}
		
div.main {
	margin:0 0 10px 5px;
	clear:both;
	}
	
body.blog div.main {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	}
	
div.entry {
	margin:10px;
	clear:both;
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
    margin:0 auto;
	width:876px;
	height:325px;
	position:relative;
	text-align:left;
	background:url(image/main/header.jpg) no-repeat top center;
	}
	
div#logo {
	width:288px;
	height:325px;
	float:left;
	text-align:right;
	}

div#header-inner {
    float:right;
    width:585px;
	height:325px;
	}

div#header-inner-top {
    height:81px;
	}

ul#header-list01{
    text-align:right;
	margin-right:31px;
	padding-top:30px;
	font-size:12px;
	}

ul#header-list01 li{
    float:right;
	padding-right:5px;
	}

ul#header-list01 li a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	}

div#header-inner-middle {
    height:78px;
	}

div#header-inner-middle div{
    float:left;
	}

div#header-text01{
    width:371px;
	height:70px;
	}

p#banner-coupon{
    width:150px;
	height:69px;
	text-indent:-9999px;
	}

p#banner-coupon a{
    width:150px;
	height:69px;
	display:block;
	background:url(image/main/banner-coupon.jpg) no-repeat;
	}

p#banner-coupon a:hover{
	background:url(image/main/banner-coupon2.jpg) no-repeat;
	}
	
div#header-inner-bottom {
    clear:both;
	}

ul#header-list02 {
    margin-left:13px;
	}
	
ul#header-list02 li{
    float:left;
	width:130px;
	height:39px;
	}

div#header-text02-back {
    width:530px;
	text-align:center;
	clear:both;
	}

div#header-text02 {
    clear:both;
    width:455px;
	height:90px;
	margin:23px auto 0 auto;
	}
			
/* footer
==========================================================*/
div#footer {
	width:100%;
	padding-bottom:100px;
	background:url(image/main/back04.jpg) no-repeat top center;
	clear:both;
	text-align:center;
	font-size:10px;
	}
	
div#footer-inner {
    margin:0 auto;
	width:836px;
    height:250px;
    background:url(image/main/footer.jpg) no-repeat bottom center;
	position:relative;
	text-align:left;
    }

body.blog div#footer-inner {
	background:url(image/category/footer.jpg) no-repeat bottom center;
	}

div#footer-inner ul{
    text-align:center;
	}
	
div#footer-inner ul li{
    display:inline;
	line-height:160%;
	text-align:center;
	}

ul#footer-list01 {
	width:800px;
	position:absolute;
	bottom:66px;
	left: 17px;
	 text-align:center;
	}

ul#footer-list02 {
	width:800px;
	position:absolute;
	bottom:31px;
	left: 17px;
	 text-align:center;
	}

img#banner-contact {
	margin:10px 0 0 26px;
	}

p#text03 {
    width:120px;
	position:absolute;
	right:30px;
	bottom:31px;
	font-weight:bold;
	}
		
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
#sidebar               { width:185px; }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div#sidebar-top {
    width:185px;
	height:10px;
	background:url(image/main/side-top.jpg) no-repeat;
	overflow:hidden;
	}

div#sidebar-middle {
	background:url(image/main/side-middle.jpg) repeat-y;
	text-align:center;
	}

div.sidebar-middle-inner {
    width:172px;
	margin:0 0 3px 7px;
	text-align:center;
	}

#border-none {
    border:none;
	margin:0 0 0 7px;
	}
							
div#sidebar-bottom {
    width:185px;
	height:11px;
	background:url(image/main/side-bottom.jpg) no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	}

div#qr-box-top {
    width:165px;
	height:8px;
	background:url(image/main/qr-box-top.jpg) no-repeat;
	overflow:hidden;
	margin:0 auto;
	}
		
div#qr-box-middle {
    width:165px;
	background:url(image/main/qr-box-middle.jpg) repeat-y;
	text-align:center;
	margin:0 auto;
	}
		
div#qr-box-bottom {
    width:165px;
	height:8px;
	background:url(image/main/qr-box-bottom.jpg) no-repeat;
	overflow:hidden;
	margin:0 auto 3px auto;
	}
	
ul.menu-list {
	width:166px;
	margin:0 auto;
	}

ul.menu-list li{
    width:166px;
	height:24px;
	text-indent:-9999px;
	padding-bottom:2px;
	margin:0 auto;
	}

ul.menu-list li a{
    width:166px;
	height:24px;
	display:block;
	overflow:hidden;
	}

ul.menu-list li#menu01{background:url(image/main/menu-btn01.jpg) no-repeat;}
ul.menu-list li#menu02{background:url(image/main/menu-btn02.jpg) no-repeat;}
ul.menu-list li#menu03{background:url(image/main/menu-btn03.jpg) no-repeat;}
ul.menu-list li#menu04{background:url(image/main/menu-btn04.jpg) no-repeat;}
ul.menu-list li#menu05{background:url(image/main/menu-btn05.jpg) no-repeat;}
ul.menu-list li#menu06{background:url(image/main/menu-btn06.jpg) no-repeat;}
ul.menu-list li#menu07{background:url(image/main/menu-btn07.jpg) no-repeat;}
ul.menu-list li#menu08{background:url(image/main/menu-btn08.jpg) no-repeat;}
ul.menu-list li#menu09{background:url(image/main/menu-btn09.jpg) no-repeat;}

ul.menu-list li#menu01 a:hover{background:url(image/main/menu-btn01-r.jpg) no-repeat;}
ul.menu-list li#menu02 a:hover{background:url(image/main/menu-btn02-r.jpg) no-repeat;}
ul.menu-list li#menu03 a:hover{background:url(image/main/menu-btn03-r.jpg) no-repeat;}
ul.menu-list li#menu04 a:hover{background:url(image/main/menu-btn04-r.jpg) no-repeat;}
ul.menu-list li#menu05 a:hover{background:url(image/main/menu-btn05-r.jpg) no-repeat;}
ul.menu-list li#menu06 a:hover{background:url(image/main/menu-btn06-r.jpg) no-repeat;}
ul.menu-list li#menu07 a:hover{background:url(image/main/menu-btn07-r.jpg) no-repeat;}
ul.menu-list li#menu08 a:hover{background:url(image/main/menu-btn08-r.jpg) no-repeat;}
ul.menu-list li#menu09 a:hover{background:url(image/main/menu-btn09-r.jpg) no-repeat;}
	
table#info-table {
    margin-left:5px;
    font-size:11px;
	border-collapse:collapse;
	}	

table#info-table td {
    padding:0 2px 0 3px;
	}
	
table#info-table td.border {
    border-right:1px dotted #ccc;
	}

			
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-center {
    text-align:center;
	}

.text-right {
    text-align:right;
	}

.margin-b0 {
    margin-bottom:0;
	}

.border-side {
    border-bottom:1px solid #999;
	}

div.c-line {
    height:6px;
    background-image:url(image/main/content-line.jpg);
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	}
	
div.s-line {
    height:3px;
    background-image:url(image/main/side-line.jpg);
	clear:both;
	overflow:hidden;
	}
	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:99%;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	white-space:nowrap;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/*----- main -----*/
p#title-new {
    margin-left:10px;
    width:203px;
	height:32px;
	background:url(image/main/title-new.jpg) no-repeat;
	text-indent:-9999px;
	}

div#news-box {
    position:relative;
	}
		
div#news-box-inner {
    margin-left:10px;
    width:581px;
	height:90px;
    border:3px solid #999;
	text-align:left;
	overflow:auto;
    overflow-x:hidden;
	}

div#news-box-inner ul li {
    margin:0 5px;
    padding:7px 0;
	border-bottom:2px solid #999;
	}
	
div#news-box-inner ul li.no-border {
    border:none;
	}
	
p#title-comment {
    margin-left:10px;
    width:203px;
	height:32px;
	background:url(image/main/title-comment.jpg) no-repeat;
	text-indent:-9999px;
	}

div#comment-box {
    position:relative;
	}
		
div#comment-box-inner {
    margin-left:10px;
    width:581px;
	height:90px;
    border:3px solid #ffe400;
	text-align:left;
	overflow:auto;
    overflow-x:hidden;
	}

div#comment-box-inner ul li {
    margin:0 5px;
    padding:7px 0;
	border-bottom:2px solid #ffe400;
	}
	
div#comment-box-inner ul li.no-border {
    border:none;
	}

p#text01 {
    position:absolute;
    width:70px;
	right:20px;
	top:-23px;
	font-weight:bold;
	text-align:right;
	}
	
div#ranking-box {
    margin-left:10px;
    width:581px;
    border:3px solid #ABCE32;
	text-align:left;
	background:url(image/main/ranking-back.jpg) repeat;
	}
	
div#ranking-box2 {
    border:3px solid #ABCE32;
	text-align:left;
	background:#f0ec57;
	}
	
div#ranking-box3 {
    border:3px solid #f39205;
	text-align:left;
	background:#f6c992;
	}
	
div#ranking-box div,
div#ranking-box2 div,
div#ranking-box3 div{
    float:left;
	margin:10px 0 0 0;
	padding:0 0 5px 6px;
    width:185px;
	text-align:left;
	}

p#title-calendar {
    margin-left:10px;
    width:203px;
	height:25px;
	background:url(image/main/title-calendar.jpg) no-repeat;
	text-indent:-9999px;
	}
	
div#calendar-box {
    margin-left:10px;
	padding:3px 0 10px 0;
    width:581px;
    background-color:#FF7F00;
	text-align:center;
	position:relative;
	}
	
div#calendar-box table {
	margin:0 auto;
    background:#C00000;
	border-collapse:separate;
	}

div#calendar-box table th,
div#calendar-box table td{
    background:#fff;
	}

div#calendar-box table th{
    text-align:center;
	font-size:14px;
	}
	
div#calendar-box table td{
    padding:0 0 0 3px;
    text-align:left;
	font-weight:bold;
	height:30px;
	vertical-align:top;
	}
	
div#calender-title {
	width:560px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
	
div#calender-month{
	height:25px;
	line-height:25px;
	text-align:center;
	background:#c00000;
	width:120px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}
	
div#calender-title span {
	position:absolute;
	top:4px;
	right:0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}
	
p#text02 {
    width:120px;
	position:absolute;
	left:215px;
	top:-20px;
	font-weight:bold;
	}

p#text04 {
    width:100px;
	position:absolute;
	right:12px;
	top:4px;
	font-weight:bold;
	text-align:right;
	font-size:18px;
	color:#fff;
	}

div.tab-index {
	width:587px;
	margin:0 auto;
	height:31px;
	text-indent: 210px;
	text-align:left;
	font-size:10px;
	line-height:31px;
	position:relative;
	}
	
div.tab-index span{
	position:absolute;
	top:0px;
	right:5px;
	text-align:right;
	}
	
div#tabimg-coupon {	 background:url(image/main/tab-coupon.jpg) no-repeat left top; }
div#tabimg-event {	 background:url(image/main/tab-event.jpg) no-repeat left top; }
div#tabimg-item {	 background:url(image/main/tab-item.jpg) no-repeat left top; }
div#tabimg-calender {background:url(image/main/tab-calender.jpg) no-repeat left top; }

div#tabimg-calender,
div#tabimg-item {
	margin-left:9px;
	}
	
/* category */
div#category-desc {
	margin:7px 35px 5px 35px;
	}
	
div.view-area {
	background:url(image/category/view-area.jpg) no-repeat;
	width:133px;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:50px;
	color:#ff4103;
	}
	
div.game-list {
	margin:10px 20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
	}
	
div.game-list p{
	font-size:12px;
	}
	
ul.ul-list {
	text-align:center;
	margin-bottom:10px;
	padding:0 20px;
	}
	
ul.ul-list li {
	display:inline;
	margin-left:3px;
	}
	
div.entry p {
	margin-bottom:10px;
	}
	
body.access div.entry b {
	color:#00A0C6;
	}
	
/* blog */
div.side-form {
	margin:0 auto;
	background:url(image/category/side-box_body.jpg)  repeat-y;
	width:165px;
	margin-bottom:8px;
	}
	
div.side-body {
	background:url(image/category/side-box_head.jpg) no-repeat top;
	padding:10px 15px;
	}
	
div.side-inner {
	background:url(image/category/side-box_foot.jpg) no-repeat bottom;
	}
	
div.side-body ul {
	text-align:left;
	}
	
div.side-body ul li {
	list-style:disc outside;
	margin-left:12px;
	line-height:160%;
	}
	
div.side-body ul li a{
	text-decoration:underline;
	}
	
div#side-right {
	width:147px;
	float:right;
	text-align:center;
	margin-top:7px;
	}
	
div#blog-body{
	float:left;
	width:465px;
	}
	
body.blog h3 span{
	position:absolute;
	top:0;
	right:20px;
	font-weight:normal;
	}
	
.page-top {
	text-align:right;
	padding-right:10px;
	}
	
table#tbl-calendar {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:90%;
	}
	
table#tbl-calendar th{
	padding:2px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	font-weight:normal;
	white-space:nowrap;
	text-align:center;
	}
	
	
table#tbl-calendar td{
	padding:2px;
	line-height:120%;
	letter-spacing:1px;
	text-align:center;
	}
	
table#tbl-calendar td a{
	background:#bcd581;
	}
	
div.float-left {
	float:left;
	width:48%;
	text-align:left;
	}
	
div.float-right {
	float:right;
	width:48%;
	text-align:right;
	}
	
div#coupon-area {
	margin:0 10px;
	border:1px solid #fe0000;
	}
	
div#event-area {
	margin:0 10px;
	border:1px solid #00a0ea;
	}
	
div#item-area {
	margin:0 10px;
	border:1px solid #aace38;
	}
	
p.txt-date {
	padding-right:10px;
	font-size:11px;
	text-align:right;
	}
	
.entry-info {
	padding:5px;
	text-align:right;
	background:#f4f4f4;
	margin:0 10px;
	}
	
/* comment */
h2.comments-open-header {
	margin:0;
	padding:0;
	height:auto;
	background:none !important;
	text-indent:10px;
	border-left:4px solid #CCCCCC;
	margin-bottom:5px;
	font-size:12px;
	line-height:normal;
	}
	
/* comment */
div#comments,
div.comments-open,
div#trackbacks {
	padding:10px;
	margin:10px 0;
	background:#fff;
	border:1px solid #ddd;
	margin:10px;
	margin-top:30px;
	text-align:left;
	}
	
h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #ccc;
	}
	
div.comment {
	padding:0 10px;
	padding-top:10px;
	margin:10px;
	border-bottom:1px dotted #ddd;
	}
	
div#comments-open-data label{
	display:block;
	color:#663300;
	}
	
div.comments-open-content,
div.trackbacks-info {

	padding:10px;
	}
	
div#trackbacks {}


/* コメントフォームカスタマイズ */
.field-header {
    width: 380px; /* ボタンを配置するエリアの幅 */
    height: 50px; /* ボタンを配置するエリアの高さ */
    position: relative;
}
 
.field-label {
    position: absolute;
    top: 10px;
    left: 0px;
}
 
.field-buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
	text-align:right;
}
 
.field-buttons img {
    border: 0;
    margin: 0px 0px 0px 3px;
}

/* jj smile */
div#smile-flash {
	width:605px;
	height:246px;
	background:url(image/main/smile.jpg) no-repeat;
	}
	
div#smile-body {
	padding-left:10px;
	padding-top:16px;
	}
	
div#analytics a {
	color:#CC0000;
	}
	
div#analytics{
	color:#CC0000;
	}
	
div.page-navi {
	padding:5px;
	text-align:center;
	background:#f4f4f4;
	margin:10px;
	}
	
