@charset "utf-8";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{ margin:0; padding:0; 
    font:normal 12px/1.8em Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka; }

/* 基本構造 */
html	{	}
body	{
	font-size:100%;
	color:#000000;
	text-align:center;
	background-color: #FFF8DC;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
hr	{display:none;}

/* 見出し */
h1,h2,h3,h4,h5,h6	{
font-size:100%;
margin:0px;}
h1	{
font-weight:bold;
font-family:Geneva, Arial, Helvetica, san-serif;
font-size:250%;
color:#FFFFFF;
text-align:left;
padding:20px 0px 0px 30px;}
h2	{
	background-image: url(../img/h2.gif);
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height: 25px;
	height: 25px;
	padding-top: 5px;
	padding-left: 25px;
	margin-left: 0px;
	color: #690d00;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 125%;
	vertical-align: middle;
	text-align: left;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690d00;
	}
h2,h4	{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	height: auto;
	background-color: #FAEBD7;
	color: #000000;
	width: auto;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #A0522D;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka;
	font-size: 120%;
	font-weight:bold;
}

h4	{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	font-size: 110%;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #A0522D;
}
h4:first-letter {color:#A0522D;}
	
h5	{
	letter-spacing: 0.3em;
	line-height: 15px;
	height: auto;
	background-color: #000000;
	color: #ffffff;
	border-top-width: thin;
	border-bottom-width: thin;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	}
h6	{}
h6:first-letter {font-weight:bold;color:#FF0000;}
/* 段落 */
p	{margin:0px;}

/* アンカー/下はメニュー部分 */
a {
	color:#690d00;
}
a:link {
	text-decoration: none;
	color:#690d00;
}
a:visited {
	text-decoration: none;
	color:#690d00;
}
a:hover {
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#690d00;
}

#FOOTERMENU li a{
	color:#690d00;
	text-decoration:none;
	padding-right: 1px;
	padding-left: 1px;
}

#FOOTERMENU li a:link,#menu li a:visited{ color:#690d00; }
#FOOTERMENU li a:hover{
border-bottom:1px solid #690d00;}


/* 強調・追加・削除 */
em	{font-weight:bold;color:#669999;}
strong	{
font-size:100%;
font-weight:bold;
background-color: #690d00;
color: #000000;
padding-right: 2px;
padding-left: 2px;
}
ins	{text-decoration:underline;}
del	{color:#888;}

/* フォーム */

input	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
	}
	input#TEXT	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
	input#CHECKBOX	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
	input#RADIO	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
	input#BUTTON	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
textarea	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
select	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
option	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}
optgroup	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #8B4513;
}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:disc; }
	
dl	{margin:5px;}
dt	{
	font-size: 100%;
	color: #690d00;
	padding-left: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
dd	{
	font-size: 90%;
	padding-left:5px;
	margin-left:10px;
	border-left:1px solid #8B4513;
}

/* アドレス */
address	{font-style:nomal;}

/* 引用（サンプルページ未記述） */
blockquote	{padding:5px;border:1px solid #666;background-color:#ccc;}

/* 物理要素（サンプルページ未記述） */
b	{font-weight:bold;}
i	{font-style:italic;}
big	{font-size:large;}
small	{font-size:small;}
tt	{letter-spacing:2px;}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{margin:0px;}

div#PAGETOP	{
	text-align:left;
	width:840px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


div#HEADER	{
	width:840px;
	height:70px;
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#HEADER_INDEX	{
	width:840px;
	height:70px;
	background-image: url(../img/head_info.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#HEADER_MOVIE	{
	width:840px;
	height:70px;
	background-image: url(../img/head_movie.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#HEADER_SPECIAL	{
	width:840px;
	height:70px;
	background-image: url(../img/head_special.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#HEADER_CONTACT	{
	width:840px;
	height:70px;
	background-image: url(../img/head_contact.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#HEADER_CHANGE	{
	width:840px;
	height:70px;
	background-image: url(../img/head_change.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*メニュー部分*/



div#TITLE{
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: #690d00;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 125%;
	vertical-align: middle;
	text-align: left;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka;
	width:840px;
	height:30px;
	margin: 0px;
}
div#MENU{
	width:840px;
	height:30px;
	margin: 0px;
}
ul#MENU{
    list-style:none;
    width:100%;
}
ul#MENU li{
    list-style:none;
    float:left;
}
ul#MENU a{
	display:block;
	width:140px;
	height:30px;
	background-image:url(../img/menu.gif);
}
#MENU a span{display:none;}

ul#MENU a.index{
	background-position:0px 0px;
	width: 140px;
}
ul#MENU a:hover.index{
	background-position:0px 0px;
	width: 140px;
}

ul#MENU a.blog{
	background-position:-140px 0px;
	width: 140px;
}
ul#MENU a:hover.blog{
	background-position:-140px 0px;
	width: 140px;
}

ul#MENU a.movie{
	background-position:-280px 0px;
	width: 140px;
}
ul#MENU a:hover.movie{
	background-position:-280px 0px;
	width: 140px;
}

ul#MENU a.special{
	background-position:-420px 0px;
	width: 140px;
}
ul#MENU a:hover.special{
	background-position:-420px 0px;
	width: 140px;
}

ul#MENU a.contact{
	background-position:-560px 0px;
	width: 140px;
}
ul#MENU a:hover.contact{
	background-position:-560px 0px;
	width: 140px;
}

ul#MENU a.change{
	background-position:-700px 0px;
	width: 140px;
}
ul#MENU a:hover.change{
	background-position:-700px 0px;
	width: 140px;
}




div#KIZI {
	margin:0px;
	width:840px;
	height: auto;
}
div#MAIN {
	margin-top:5px;
	margin-bottom:15px;
	width:840px;
	height: auto;
	text align: left;
}


div#LEFT_KIZI {
	margin:0px;
	width:320px;
	height: 55px;
	float: left;
}
div#RIGHT_KIZI {
	margin-top:0px;
	margin-right:10px;
	width:510px;
	height: 55px;
	float: right;
}
div.lefttext {
	width:auto;
	height: auto;
	text-align: left;
	padding-left: 20px;
}
div.inner_text {
	width:auto;
	height: 100%;
	text-align: left;
	padding: 15px;
	border:1px dotted #8B4513;
}
div.righttext {
	float: right;
	width: 300px;
	height: auto;
	background-color: #000000;
	padding-bottom: 0px;
}


div.newsarea {
	float: left;
	width: 300px;
	height: 60px;
	overflow: auto;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border:1px solid #8B4513;
	display: inline;
}

div.kiyaku_text {
	width: auto;
	height: 400px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:1px solid #8B4513;
	overflow: auto;
}
div.memberinfo_area {
	float: left;
	width: 100%;
	height: 60px;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border:1px solid #8B4513;
	display: inline;
}


div.text {
	width:auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.mini_right {
	width:auto;
	margin:5px 10px 5px 10px;
	font-size: 90%;
	text-align: right;
}
span.mini_text {
	font-size: 90%;
	text-align: left;
}


ul.modori li{ margin:0.1em 0 0 auto;
              padding:3px 5px 5px 0px;
              text-align:right;
              list-style-type:none; }		

img.photo {
	border: 5px solid #690d00;
	margin: 0px;
	padding: 0px;
}


div#FOOTER	{
	text-align:center;
	color:#8B4513;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
	#FOOTER	ul	{ list-style:none; }
	#FOOTER	li	{
	list-style:none;
	display:inline;
	font-size: 80%;
	font-family: "メイリオ", "Century Gothic", Times, serif;
}
	#FOOTER	a	{ text-decoration:none; display:inline;}
	#FOOTER address { display :inline; }


ul#PAN	{
padding:0px;
margin-left:20px;
clear: both;}
#PAN ul {
list-style:none; }
#PAN li {
list-style:none; 
display:inline;
margin-left:5px;}
#PAN a {
text-decoration:none;
display:inline;
padding-right:20px;
background:url("../img/point.gif") no-repeat 100% 50%;}

/*コンテンツ毎設定*/
@charset "Shift_JIS"


/*　基本画面　---------------------------------------------------*/

*　{
	margin:0;
	padding:0;
}




#base {
	width: 738px;
	background-color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	border: 1px solid #514746;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}


div {
	margin:0;
	padding:0;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}




/* top ---------------------------------------------------*/

.w700 {
	width: 700px;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
}



/* 入会特典など */

.navifuntop {
	width: 350px;
	height: 15px;
	background-image:url(../img/navi_funtop.gif);
}

.navifunbtm {
	width: 350px;
	height: 10px;
	background-image:url(../img/navi_funbtm.gif);
}

.navifun {
	width: 350px;
	background-image:url(../img/navi_funbg.gif);
	background-color:#E7E2C2;
	padding: 0px;
}


.navifunline {
	padding: 2px 0px;
	background-image: url(../img/navi_funline.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.typenone {
	padding: 2px 0px;
	margin: 0px;
	list-style-type: none; 
}

.navifunstyle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #584B54;
	margin: 0 auto;	
}

.w15 {	width: 15px;}
.w338 {	width: 338px;}
.w346 {	width: 346px;}
.w353 {	width: 353px;}


/*　注意事項　*/

.attention {
	width: 528px;
	background-color:#EEEFF3;
	margin: 15px 0px 10px;
	padding: 0px;
}

.attentiontxt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin:	0px 15px 10px;
	padding: 0px 0px 0px 20px; 
	background-image:url(../img/icon_cyuui.jpg);
	background-repeat:no-repeat;
}

.attentionbtm {
	width: 528x;
	height: 10px;
	background-image:url(../img/navi_chuibtm.gif);
}

.w528 {
	width: 528px;
	text-align: center;
}


/*  登録手順  */

.stepnext {
	background-image: url(../img/stepnavi_btm.jpg);
	background-repeat:no-repeat;
	width: 155px;
	height:23px;
}

.stepnexte {
	background-image: url(../img/stepnavi_btm_e.jpg);
	background-repeat:no-repeat;
	width: 155px;
	height:23px;
}

.steptxt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-image: url(../img/stepnavi_bg.jpg);
	background-repeat:repeat-y;
	padding: 0px 10px;
}

.steptxte {
	background-image: url(../img/stepnavi_bg_e.jpg);
	background-repeat:repeat-y;
	padding: 0px;
}

.steptxt2 {
	background-image: url(../img/stepnavi_bg.jpg);
	background-repeat:repeat-y;
	padding: 0px;
}

.stepend {
	background-image:url(../img/stepnavi_end.jpg);
	background-repeat:no-repeat;
	width: 155px;
	height:10px;
}

.steptxtend {
	margin: 0px 15px;
	padding: 0px 0px 15px;
	color: #666666;
	font-weight:bold;
	background-image:url(../img/step_endtxtline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.steptxten {
	margin: 0px 15px;
	padding: 0px 0px 15px;
	color: #33333;
	background-image:url(../img/step_endtxtline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* 登録フォーム  --------------------------------------------------*/


.kiyakutxt {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0 auto;
	border: 1px solid #796B67;
	padding: 5px;
	height: 180px;
	position: static;
	overflow: auto;
}

.doui {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.doui td{
	border: 1px solid #796B67;

}

.errortxt {
	color: #E11E1C;
	font-weight:bold;	
}


/*登録フォーム*/

.c878787 {
	background-color: #878787;
	padding: 3px;
}

.inform {
	background-color: #FFFFFF;
	padding: 20px 30px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}

.inform table {
	width: 620px;
}

.form {
	text-align:center;
	margin: 0 auto;
}

.formtxt {
	background-color:#dddddd;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 2px 5px;
	line-height: 250%;
	text-align: left;
}

.formtxt2 {
	width: 420px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}


/* Q&A  --------------------------------------------------*/


.qatop {
	margin: 0 auto;
	background-image:url(../img/qa_category_top.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 700px;
	height: 10px;
	padding: 0px;
}

.qacontents {
	margin: 0 auto;
	background-image:url(../img/qa_category_bg.gif);
	background-repeat:repeat-y;
	padding:15px 20px;
}

.qabtm {
	margin: 0 auto 20px;
	background-image:url(../img/qa_category_btm.gif);
	background-repeat:no-repeat;
	width: 700px;
	height: 10px;
}

.category {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#333333;
	background-image:url(../img/qa_category_line.gif.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
}


.question {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#EB6210;
	margin-bottom: 10px;
	padding-left: 25px;
	background-image:url(../img/qa_q.jpg);
	background-repeat:no-repeat;
}

.answer {
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding-left: 25px;
	background-image:url(../img/qa_a.jpg);
	background-repeat:no-repeat;
}

.qa1 {	margin-bottom: 20px;}

.answer2 {
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding-left: 25px;
}



/* お問い合わせフォーム  --------------------------------------------------*/

.contact {
	border: 2px solid #AFA97F;
	padding:20px 15px 10px;
	margin: 0 auto ;
	width: 600px;
}


/* 位置設定  --------------------------------------------------*/

.fright {
	float: right;
}

.fleft {
	float: left;
}

.fclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.m0 {
	margin: 0px;
}

.p0 {
	padding: 0px;
}

.top15 {
	margin-top: 15px;
}

.btm15 {
	margin-bottom: 15px;
}

.r15 {
	margin: 0px 15px 0px 0px;
}

.padding15 {
	padding: 15px;
}


/* font ---------------------------------------------------*/


.cE11E1C {
	color: #E11E1C;
}


.f10 {
	font-size:10px;
	line-height: 14px;
	letter-spacing: 1px;
}

/* リンクボタン箇所 ---------------------------------------------------*/

.linkerea {
	
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #796B67;
	padding: 15px 0px;
	text-align: right;
}

.linkerea img {
	margin: 0px 5px 15px;
}



	
h1,hr,#FOOTERMENU h2,#MENU h2{ display:none;
} 

