@charset "UTF-8";


/* ----------------------------------------------------- */
/* ■レイアウト背景画像*/
/* ----------------------------------------------------- */

#page{
	text-align:left;
	width:840px;
	height:auto;
	background-color:#795100;
	margin-right:auto;
	margin-left:auto;
}


/* ----------------------------------------------------- */
/* ■ヘッダー*/
/* ----------------------------------------------------- */

#head{
	width:689px;
	height:144px;
	padding-bottom:6px;
	float:left;
	background-image:url(../main_img/head_bg.jpg);
	background-repeat:no-repeat;
}

#tel{
	width:145px;
	padding-left:6px;
	padding-bottom:6px;
	float:left;
}

.tel{
	width:145px;
	height:69px;
	margin-bottom:6px;
	background-image:url(../main_img/tel02.jpg);
	background-repeat:no-repeat;
}
.tel a {display:block; width:145px; height:69px; outline:none;}
.tel a:hover{text-indent:-9999px;}


.mail{
	width:145px;
	height:69px;
	background-image:url(../main_img/mail02.jpg);
	background-repeat:no-repeat;
}
.mail a {display:block; width:145px; height:69px; outline:none;}
.mail a:hover{text-indent:-9999px;}



/* ----------------------------------------------------- */
/* ■コンテンツ*/
/* ----------------------------------------------------- */

#contents{
	clear:both;
	width:840px;
	height:auto;
	text-align:left;
	background-image:url(../main_img/content_bg.jpg);
	background-repeat:repeat-y;
}



/* ----------------------------------------------------- */
/* ■メニュー*/
/* ----------------------------------------------------- */

#menu{
	width:170px;
	height:auto;
	float:left;
	text-align:left;
	padding-right:6px;
}



/* ----------------------------------------------------- */
/* ■トップページ*/
/* ----------------------------------------------------- */

#main{
	width:664px;
	height:auto;
	float:left;
	text-align:left;
}

.news{
	width:627px;
	height:500px;
	background-image:url(../main_img/news_bg.jpg);
	background-repeat:no-repeat;
	padding-left:37px;
	padding-top:60px;
}


/* ----------------------------------------------------- */
/* ■システムページ*/
/* ----------------------------------------------------- */


#main_system{
	float:left;
	width:514px;
	height:auto;
	background-image:url(../system/title.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:75px;
	padding-right:75px;
	padding-top:115px;
	padding-bottom:40px;
	font-size:13px;
	text-align:left;
	color:#f9d9cf;
}

.system_left{
	width:209px;
	height:auto;
	float:left;
	padding-top:18px;
	padding-bottom:18px;
}

.system_right{
	width:305px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:18px;
	padding-bottom:18px;
}

.system_text{
	clear:both;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	color:#795100;
}


.price_table {
	width: 100%;
}
.price_table th {
	width: 50%;
	text-align: left;
	background: #795100;
	color:#f9d9cf;
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #f9d9cf;
}
.price_table td {
	width: 50%;
	text-align: left;
	background: #fff;
	color:#795100;
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #f9d9cf;
}

/* ----------------------------------------------------- */
/* ■キャストページ*/
/* ----------------------------------------------------- */


#main_cast{
	float:left;
	width:628px;
	height:auto;
	background-image:url(../cast/title.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:18px;
	padding-right:18px;
	padding-top:115px;
	font-size:14px;
	text-align:left;
}

.cast_card{
	width:598px;
	height:auto;
	text-align:lef;
	background-color:#ffeeea;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:18px;
}

.cast_img{
	width:210px;
	height:270px;
	float:left;
	padding-right:15px;
	text-align:left;
}

.cast_profile{
	width:373px;
	height:auto;
	float:left;
	text-align:left;
}

.pro_list01{
	width:133px;
	height:auto;
	float:left;
}

.pro_list02{
	float:left;
	width:240px;
	height:auto;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
}

.pro_aisatu{
	width:373px;
	height:auto;
	clear:both;
	padding-left:20px;
	text-align:left;
	font-size:13px;
}

.pro_name{
	width:203px;
	height:58px;
	float:left;
}


.pro_name02{
	width:170px;
	height:25px;
	font-size:13px;
	padding-top:33px;
	float:left;
	text-align:right;
}

/* ----------------------------------------------------- */
/* ■イベントページ*/
/* ----------------------------------------------------- */


#main_event{
	float:left;
	width:628px;
	height:auto;
	background-image:url(../event/title.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:18px;
	padding-right:18px;
	padding-top:115px;
	font-size:14px;
	text-align:left;
}

.event_card{
	width:584px;
	height:auto;
	text-align:lef;
	background-color:#ffeeea;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:18px;
}

.event_coment{
	width:auto;
	height:auto;
	clear:both;
	padding-left:20px;
	text-align:left;
	font-size:14px;
}

/* ----------------------------------------------------- */
/* ■フッター*/
/* ----------------------------------------------------- */

#foot{
	clear:both;
	width:840px;
	height:293px;
	text-align:left;
}































