@charset "UTF-8";

/*全体の設定
-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	background: #b2aba8 url(images/bg.png) repeat-x;
}


table {
	border-collapse: collapse;
}

/*細々の設定
-------------------------------------------------------------------------------------*/

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}


/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	width: 810px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*コンテンツ
-------------------------------------------------------------------------------------*/
#content {
	background: url(images/content_bg.png) repeat-y;
	width: 810px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	width: 810px;
	padding-top: 20px;
	text-align: center;
}

.header_nw {
	background: url(images/head2.png);
	vertical-align: bottom;
	line-height:40px;
	padding-top:5px;
}

/*右コンテンツ
------------------------------------------------------------------*/
#right {
	width: 810px;
	vertical-align: top;
	background: #000000;
	text-align: center;
	margin-left: 11px;
	height: 500px;

}
/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 810px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
}

#top_center {
	border-bottom: 1px solid #000000;
	vertical-align: top;
	padding-top: 10px;
	margin-left: 25px;
}


/*メニューボタンru
-------------------------------------------------------------------------------------*/
#menu {
	padding-left: 2px;
}


/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 500px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
	background: #000000;
	padding-top: 10px;

}

#ninsyo { 
	background: #000000;
	width: 810px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}


#profile { 
	background: url(images/content_bg.png) repeat-y;
	width: 810px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

#bottom{
	background: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #ffffff;
}

.top_nw {
	background: url(images/top_nw_bg.jpg) no-repeat;
	margin-bottom: 10px;
	font-size: 20px;
	padding-top: 10px;
}

/*モバイル案内
-------------------------------------------------------------------------------------*/
.mobile {
	padding-left: 10px;
}

/*トップページ左右タイトル
-------------------------------------------------------------------------------------*/
.title_left {
	padding-left: 27px;
	padding-top: 25px;
	vertical-align: top;
}

.title_right {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 22px;
	padding-bottom: 20px;
}
/*トップページピックアップ
-------------------------------------------------------------------------------------*/
#pick_left{
	background: url(images/pickup1.png) no-repeat;
	height: 420px;
	width: 230px;
	margin-left: 30px;
}

#pick_right{
	background: url(images/pickup2.png) no-repeat;
	height: 420px;
	width: 230px;
	margin-left: 20px;
}

.pick_name {
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: 0.2em;
	font-style: italic;
	color: #f8f8f8;
	font-family: "ＭＳ ゴシック",serif;
	font-weight: bold;

}

.pick_prf {
	color: #f0f0f0;
	
}

.pick_txt {
	text-align: left;
	margin-left: 12px;
	color: #f0f0f0;
	width: 205px;
}


/*トップページ利用規約
-------------------------------------------------------------------------------------*/
.rule_text {
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 720px;
}
.rule_title {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.info_text {
	padding-bottom: 10px;
	text-align: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 60px;
}

.info_title {
	text-align: left;
	color: #ff0000;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
	width: 235px;
}


.title_txt {
	color: #ff0000;
	padding-left: 30px;
	padding-top: 0px;

}

.rec_text {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.rec2_text {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 700px;
}

#info_rinen{
	background: url(images/info_rinen.png) no-repeat;
	width: 240px;
	height: 287px;
	vertical-align: top;

}
#info_promise{
	background: url(images/info_yakusoku.png) no-repeat;
	width: 240px;
	height: 287px;
	vertical-align: top;
}

#info_oshirase{
	background: url(images/info_oshirase.png) no-repeat;
	width: 240px;
	height: 287px;
	vertical-align: top;
}

/*プロフィール
-------------------------------------------------------------------------------------*/
.pro_title {
	color: #ff0000;
	background: #333333;
	text-align: center;
}

#pro_table {
	margin-left: 20px; 
	margin-right: 20px;
	width: 300px;
}

.pro_comment{
	width: 270px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#play {
	width: 470px;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}

.top_title {
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	margin-top: 5px;
}

#profile_photo {
	text-align: center;
	padding-top: 30px;
}

.message {
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	border-style: double;
	border-color: #333333;
	width: 300px;
	margin-top: 15px;
}

.message_garl {
	font-size: 15px;
	color: #ff0000;
	padding-left: 15px;
}
.message_shop {
	font-size: 15px;
	color: #ff0000;
	padding-left: 15px;
}

.name {
	font-size: 15px;
	padding-top: 5px;
}

.answer {
	font-size: 15px;
	width: 15px;
	height: 15px;
}

.question {
	width: 80px;
}

.work {
	background: #333333;
	width: 100px;
	text-align: center;
}

#syukkin {
	width: 770px;
}

#close {
	padding-right: 40px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*タイトル部分
-------------------------------------------------------------------------------------*/
.title{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}


#title_text{
	font-size: 30px;
	font-family: "ＭＳ 明朝";
	etter-spacing: 10em;
	
}

.s_title{
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}


/*トップ情報部分
-------------------------------------------------------------------------------------*/
#top_l {
	float: left;
	botom 1px;
	width: 340px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 35px;
}

/*スタッフ
-------------------------------------------------------------------------------------*/
.staff {
	width: 600px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.photo_frame {
	background: url(images/staff/staff_bg.png) no-repeat;
	width: 170px;
	height: 270px;
}


.photo_frame_noimage {
	background: url(images/staff/noimage.png) no-repeat;
	width: 170px;
	height: 270px;
}

.staff_name {
	text-align: right;
	padding-right: 20px;
}

/*ニュース
-------------------------------------------------------------------------------------*/
.day {
	width: 70px;
	padding-left: 10px;
	text-align: left;
}

.news_text {
	padding-left: 10px;
}

.text_day{
	color: #ff9999;
	width: 100px;
}

.news_text{
	text-align: left;
}

.news_title {
	color: #ff0000;
	font-size: 14px;
}

.news_img {
	vertical-align: top;
	width: 100px;
	padding-top: 40px;
}

.text_con {
	text-align: left;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_table{
	margin-bottom: 30px;
	margin-left: 5px;
	width: 565px;
	background-color: #333333;

}

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/foot_bg.png) no-repeat;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
	width: 810px;
	height: 60px;
}

#footer_index {
	clear: both;
	background: #000000 url(images/footer.png) no-repeat;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	padding-top: 30px;
	margin-left: 0px;
	text-align: center;
	width: 810px;
}

/*フレーム
-------------------------------------------------------------------------------------*/
#frame {
	width: 720px;
	height: 300px;
	margin-left: 35px;
	margin-top: 0px;
	background: url(images/news_bg.png) repeat-y;
	overflow: auto;
	color: #000000;
	scrollbar-face-color: #a3a3a3;
	scrollbar-darkshadow-color: #a3a3a3;
}


/*ｓｅｎｄページ
-------------------------------------------------------------------------------------*/
.form_main02{
	width: 700px;
	text-align: center;
}


/*認証ページ
-------------------------------------------------------------------------------------*/
.z1 {
	position: relative;
	top: 0px; z-index: 1;
}

.z2 {
	position: relative;
	top: -280px; z-index: 2;
}

.z3 {
	position: relative;
	top: -270px; z-index: 3;
}
#z4 {
	text-align:center;
	width: 664px;
	background: url(images/ninsyou/link_bg.png) repeat;
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
}