@charset "utf-8";
	
/*======================================

	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

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

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

	Reset

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

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
   margin:0;
   padding:0;
   font-style:normal;
   list-style:none;
   list-style-type:none;
}

img {
	border:none;
}

/* ¶ŌšćYķÉlßéźĢŻčĶŗLšØg¢ŗ³¢
	text-align:justify;
	text-justify: istribute;
*/

th,td {
	font-size:12px;
}

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

	Body

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

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#000000;
	line-height:140%;
	background:url(../common/bg.jpg) repeat-x 0 0;
	font-family: "qMmŪS Pro W4", HiraMaruPro-W4, "MS UI Gothic",Helvetica, Arial, sans-serif;

}

a:link,
a:visited,
a:active {
	color:#BA5D00;
}

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

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

	Container

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

div#container {
	background:url(../common/head_bg.jpg) repeat-x 0 0;
	width:100%;
	height:186px;
	text-align:center;
	margin:0 auto;
	padding:0;
}

div#inner {
	width:900px;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
}


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

	All Parts

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

h3 {

}

h4 {
	background:url(../common/h4_bg.gif) no-repeat 0 2px;
	padding:0 0 0 20px;
	font-size:14px;
	color:#9F5722;
	margin-bottom:10px;
}

.none {
	display:none;
}

.mt_small {
	margin-top:5px;
}

.mt_normal {
	margin-top:10px;
}

.mt_large {
	margin-top:20px;
}

.mb_normal {
	margin-bottom:10px;
}

.ml_normal {
	margin-left:10px;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.img_right {
	float:right;
	margin:0 0 20px 10px;
}

.img_left {
	float:left;
	margin:8px 10px 20px 0;
}

.clr {
	clear:both;
}

.txt14 {
	font-size:14px;
}

hr {
	clear:both;
	margin:20px 0;
}

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

	Txt

=======================================*/
.qr_txt {
	color:#A95E25;
	font-size:11px;
	font-weight:bold;
}

.txt11 {
	font-size:11px;
}

.live_txt {
	color:#A95E25;
	font-weight:bold;
	margin-top:4px;
}

.second {
	width:656px;
	border:1px solid #C0C0C0;
	padding:1px;
	margin-bottom:20px;
}

.entry {
	width:auto;
	padding:15px;
	background-color:#FCFAF7;
    overflow: hidden;
}

.entry:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .entry {
    height: 1em;
    overflow: visible;
}

.entry p {
	margin-bottom:15px;
}

.entry img {
	border:1px solid #ccc;
	padding:1px;
}

.second h3 {
	display:block;
	width:auto;
	background:url(../common/h3_bg.gif) repeat 0 0;
	padding:5px 0 5px 10px;
	color:#ffffff;
	font-size:14px;
}

.imgleft {
	float:left
}

.imgright {
	float:right;
	margin-left:10px;
}

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

	Table

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

/* Menu Table */
table.menu {
	width:100%;
}

table.menu th {
	text-align:left;
	padding-top:20px;
}

table.menu th,
table.menu td {
}

/* Access Table */

table.access {
	width:100%;
}

table.access th,
table.access td {
	padding:12px 10px 10px 0;
	text-align:left;
	vertical-align:top;
	border-top:1px dashed #ccc;
}


table.access th {
	text-align:left;
	font-weight:normal;
	background:url(../common/h4_bg.gif) no-repeat 0 13px;
	padding-left:20px;
}

table.access td.right_img {
	text-align:right;
	border:none;
	padding-right:0;
}

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

	Header

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

div#header {
	text-align:left;
	margin:0 auto;
	padding:0;
}

.disp {
	padding-top:14px;
}

.top_l {
	float:left;
	display:block;
	background:url(../common/logo.jpg) no-repeat 0 0;
	width:190px;
	height:95px;
	margin-top:20px;
	_margin-top:17px;
}

.shiki {
	text-indent:-999em;
}

h1 {
}

h1 a {
	display:block;
	width:190px;
	height:70px;
	text-indent:-999em;
	margin-top:8px;
}

.top_r {
	float:right;
	background:url(../common/tel.jpg) no-repeat 0 0;
	width:297px;
	height:111px;
	margin-top:4px;
	padding-top:70px;
	color:#FFFFFF;
}

html > body .top_r {
	height:26px;
}

.top_r a:link,
.top_r a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.top_r a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.tel {
	text-indent:-999em;
}

.top_r ul {
	text-align:right;
}

.top_r li {
	display:inline;
	text-align:right;
}

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

	Contents

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

div#contents {
	width:900px;
	height:auto;
}


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

	Main Navi

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

div#mnavi {
	clear:both;
	display:block;
	background:url(../common/menu.jpg) no-repeat top;
	width:900px;
	height:40px;
	text-align: left;
}


div#mnavi ul {
}

div#mnavi li {
	display:inline;
}

div#mnavi li a {
}

div#mnavi li.bt1 {
}

div#mnavi li.bt1 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt1 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) 0 -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt2 {
}

div#mnavi li.bt2 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt2 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -128px -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt3 {
}

div#mnavi li.bt3 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt3 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -256px -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt4 {
}

div#mnavi li.bt4 a {
	display:block;
	float:left;
	width:129px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt4 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -384px -41px;
	width:129px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt5 {
}

div#mnavi li.bt5 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt5 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -513px -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt6 {
}

div#mnavi li.bt6 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt6 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -641px -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt7 {
}

div#mnavi li.bt7 a {
	display:block;
	float:left;
	width:128px;
	height:40px;
	text-indent:-999em;
}

div#mnavi li.bt7 a:hover {
	display:block;
	float:left;
	background:url(../common/menu.jpg) -769px -41px;
	width:128px;
	height:40px;
	text-indent:-999em;
}

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

	Sub Navi

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

div#sub_navi {

}

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

	top

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

div#top {
	background:url(../img/top/flash_bg.jpg) repeat-x 0 0;
	width:100%;
	height:311px;
	margin-bottom:15px;
	text-align:center;
}

h2 {
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:center;	
}

div#top_inner {
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-bottom:47px;
}

.top2 {
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

.top2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .top2 {
    height: 1em;
    overflow: visible;
}

.top_main {
	float:left;
	width:670px;
	height:auto;
}

.top_main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .top_main {
    height: 1em;
    overflow: visible;
}
/**/
	
.kushikyu {
	background:url(../img/top/top_img.jpg) no-repeat 0 0;
	width:661px;
	height:230px;
	text-indent:-999em;
	margin-bottom:10px;
}

.kushikyu a {
	display:block;
	width:auto;
	height:230px;
}

.top3 {
	width:auto;
	height:280px;
	clear:both;
	margin-bottom:10px;
    overflow: hidden;
}

.top3:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .top3 {
    height: 1em;
    overflow: visible;
}
/**/

.top3_l {
	float:left;
	width:325px;
	height:auto;
}

h3.top {
	background:url(../img/top/latest.jpg) no-repeat 0 0;
	width:325px;
	height:30px;
	padding:8px 0 0 11px;
	color:#FFFFFF;
	font-size:14px;
}

html > body h3.top {
	width:314px;
	height:22px;
}

.top3_l ul {

	background-color:#FCFAF7;
	text-align:center;
	padding:5px 0 0 0;
	margin:0 10px;
}

.top3_l li {
	margin:0 0 0 0;
	padding-bottom:12px;
	font-size:12px;
	text-align:left;
	background:url(../img/top/news_line.gif) no-repeat bottom;
	width:auto;
	height:auto;
}

#news_box {
}

#news_box p {
	background:url(../img/top/news_icon.gif) no-repeat 0 3px;
	padding-left:17px;
	margin-top:12px;
}


.info_entry {
	width:auto;
	height:249px;
	overflow:auto;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	background-color:#FCFAF7;
}

.top3_l_bot {
	width:auto;
	height:auto;
	background-color:#FCFAF7;
	padding:5px 20px 5px 0;
	text-align:right;
	margin:0 auto;
}

.top3_r {
	float:right;
	width:325px;
	height:auto;
	text-align:right;
	padding-right:10px;
}

object {
	margin:0;
	padding:0;
}

.top4 {
	clear:both;
	margin-top:10px;
}

.top4:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .top4 {
    height: 1em;
    overflow: visible;
}
/**/

.top_side_navi {
	float:right;
	width:230px;
	height:auto;
}

.top_side_navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .top_side_navi {
    height: 1em;
    overflow: visible;
}
/**/

.top_side {
	background:url(../img/top/side_navi_top.jpg) no-repeat 0 0;
	width:230px;
	height:29px;
	text-align:center;
	padding-top:8px;
	font-size:14px;
	color:#FFFFFF;
}

html > body .top_side {
	height:21px;
}

.top_side a {
	color:#FFFFFF;
}

.top_side2 {
	width:228px;
	height:auto;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	padding:9px 9px 10px 9px;
	background-color:#FCFAF7;
	margin-bottom:10px;
}

html > body .top_side2 {
	width:210px;
}

.top_side2_in {
	background:url(../img/top/side_navi_bg.jpg) no-repeat bottom;
	width:210px;
	margin-bottom:10px;
	padding:5px 0;
}

.top_side2_in_ads {
	width:200px;
	margin-bottom:10px;
	padding-top:5px;
	margin:0 auto;
	text-align:center;
}

.top_side2_bot {
	margin-top:10px;
	text-align:right;
}


.top_side3 {
	width:230px;
	height:auto;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	margin-bottom:10px;
	padding-top:5px;
	background-color:#FCFAF7;
	text-align:center;
}

html > body .top_side3 {
	width:228px;
}

.top_side3 ul {
}

.top_side3 li {
	background:url(../img/top/list.jpg) no-repeat 14px 7px;
	padding:1px 8px 7px 28px;
	text-align:left;
}

.qr {
	width:230px;
	height:auto;
	border:1px solid #A95E25;
	background-color:#FCFAF7;
	padding:5px;
	margin-bottom:10px;
}

html > body .qr {
	width:218px;
}

*:first-child+html .qr {
	padding-bottom:3px;
}

.qr_inner {
	background:url(../img/top/qr.jpg) no-repeat 0 0;
	width:210px;
	height:70px;
	padding:4px 3px 0 81px;
}

.live {
	background:url(../img/top/live_bg.jpg) no-repeat 0 0;
	width:230px;
	height:120px;
	padding-left:9px;
}

html > body .live {
	width:221px;
}

/**/
.pr_box {
 border:solid 1px #9C5521;
 margin-bottom:15px;
}

.pr_box_inner {
 margin:10px 10px 12px 10px;
}

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

	Second Page

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

#sec_title {
	background:url(../common/sec_bg.jpg) repeat-x 0 0;
	width:auto;
	height:125px;
	text-align:center;
}

#sec_title .cnt {
	width:900px;
	height:125px;
	margin:0 auto;
	text-align:left;
	background:url(../common/sec_title_bg.jpg) no-repeat 0 0;
	padding:20px 0 0 22px;
}

html > body #sec_title .cnt {
	width:878px;
	height:105px;
}

#sec_title .cnt h2 {
	text-align:left;
	color:#9F5621;
	line-height:normal;
	font-size:24px;
	margin-bottom:10px;
}

ul.list {

}

ul.list li {
	padding:9px 0 5px 20px;
	background:url(../img/top/latest_list.jpg) no-repeat 0 0;
}

#sec_title p {
	margin-left:3px;
}

.ads {
	padding:20px 0 0;
}

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

	Footer

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

div#footer {
	clear:both;
	background:url(../common/fot_bg.jpg) top center;
	width:100%;
	height:auto;
	background-color:#6B300E;
}

div#footer_inner {
	width:900px;
	height:auto;
	margin:0 auto;
	padding-top:16px;
	text-align:center;
	color:#ffffff;
}

div#footer_inner ul {
}

div#footer_inner li {
	display:inline;
	font-size:14px;
}

div#footer_inner a {
	color:#FFFFFF;
	text-decoration:underline;
}

address {
	margin-top:16px;
	color:#FFFFFF;
	font-style:normal;
}

#hotlink {
	font-size:10px;
	padding:5px 0;
	text-align:left;
	border-top:1px solid #fff;
	margin-top:10px;
}

div#footer_inner #hotlink li {
	font-size:10px;
}

