/* ログイン前です */
/*★文字コード--------------------------------------------------*/
@charset "Shift_Jis";

/*★画面全体----------------------------------------------------*/
BODY{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	/*☆画面全体の背景色*/
	background-color:#000022;
	/*☆画面全体の配置*/
	text-align:center;
	/*☆フォント設定*/
	color:#000000;
	font-size:x-small;
	font-family:"MS PGothic","MS Gothic";
	/*☆スクロールバーの色*/
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#000022;
	scrollbar-track-color:#ffffff; 
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:##333366;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffcce0;
}
/*☆Netscape用にここでも背景色を指定*/
#screen{
	/*background:url(/image/top/bg_blk.gif) center;*/
	background-color:#000022;
	background-repeat: repeat-y;
	overflow: hidden;
	margin:0 auto 0;
}

/*★コンテンツ領域----------------------------------------------
　中央に配置=> margin:0 auto 0;   BODY{}の中も書き換え=> text-align:center;
　右側に配置=> margin:0 0 0 auto; BODY{}の中も書き換え=> text-align:right;
　左側に配置=> margin:0 auto 0 0; BODY{}の中も書き換え=> text-align:left;
*/

#content{
	width:780px;
	margin:0 auto 0;
	border:0px;
	font-size:x-small;
	text-align:left;
}
/*★ヘッダー領域------------------------------------------------
　使用しない=> display:none;
　使用する  => display:block;
*/
#header{
	display:block;
	clear:both;
	height:130px;
	width:974px;
	margin:0 auto 0;
}
/*☆ログアウト状態のヘッダー
　使用しない=> display:none;
　使用する  => display:block;
*/
#header .logout_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:130px;
	width:974px;
	background-image:url("/image/top/header1.png");
}
#header .logout_swf{
	/*☆Flashの場合(ファイル名は logout.swf)*/
	display:none;
	clear:both;
	height:130px;
	width:974px;
}
/*☆ログイン状態のヘッダー
　使用しない=> display:none;
　使用する  => display:block;
*/
#header .login_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:130px;
	width:974px;
	background-image:url("/image/top/header2.png");
}
#header .login_swf{
	/*☆Flashの場合(ファイル名は login.swf)*/
	display:none;
	clear:both;
	height:130px;
	width:974px;
}
/*★メニュー部分------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/
#menu{
	float:left;
	padding:15px 0px 0px 0px;
	width:200px;
	background: url("/image/login/login_bk.gif") no-repeat;
}
#menu img {
	border: 0px;
	vertical-align:bottom;
}
#menu #login{
	display:block;
	width:200px;
	padding:30px 0px 10px 35px;
	color:#FFFFFF;
}
#menu #member{
	display:block;
	padding:5px 0px 30px 35px;
	_padding:5px 0px 20px 35px;
}

#menu #mobile{
	display:block;
	width:200px;
	height:170px;
	padding:15px 0px 0px 0px;
	_padding:15px 0px 25px 0px;
	background: url("/image/login/mobile_bg.gif") no-repeat;
}

#menu .qr_img{
	display:block;
	width:200px;
	padding:10px 0px 5px 50px;
}
#menu .mobile_txt{
	display:block;
	width:200px;
	text-align:center;
	color:ffffff;
	line-height:130%;
	_line-height:100%;
}

#menu #site_menu{
	display:block;
	width:200px;
	padding:45px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	background:#803bc7 url("/image/login/menu_bg.gif") no-repeat;
}

#menu img {
	border: 0px;
	vertical-align:bottom;
}

/*★メイン領域--------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/
/* テスト用 */
#main2{
	/*position:rerative;*/
	/*clear:right;*/
	float:right;
	align;left;
	width:570px;
	background:#FFFFFF url("/image/login/main_bg.png") no-repeat;
	font-size:12px;
	line-height:130%;
}

#main2 .txt_area2{
	margin: 30px 10px;
	_width:500px;
	_margin: 30px 8px;
	padding:0px 0px 20px 0px;
	_font-size: 10px;
	line-height:120%;
}


#main2 .txt_area2 img {
	border: 0px;
	vertical-align:bottom;
}

#main2 a {color:#990000; text-decoration: underline;}
#main2 a:visited {color:#660000; text-decoration: underline;}
#main2 a:hover {color:#990000; text-decoration: underline;}

#main2 .txt_area{
	margin: 30px 15px;
	_margin: 30px 10px;
	padding:0px 0px 20px 0px;
}

#main2 p{
	font-size:12px;
	line-height:140%;
}

#main2 .title{
	margin:5px 0px 10px 0px;
}

#main2 .subtitle{
	margin:5px 0px 5px 0px;
}

/*★フッター領域------------------------------------------------
　使用しない=> display:none;
　使用する  => display:block;
*/
#footer{
	clear:both;
	height:30px;
	width:783px;
	background-color: #F3E0C0;
	font-size:14px;
	text-align:center;
	color: #F0F8FF;
	background:url("/image/top/footer_bg.gif") repeat-x;
}
/*☆ログアウト状態の画像*/
#footer .logout{
	clear:both;
	height:30px;
	width:782px;
	background-color: #F3E0C0;
	font-size:14px;
	text-align:center;
	background:url("/image/top/footer_bg.gif") repeat-x;
}
/*☆ログイン状態の画像*/
#footer .login{
	clear:both;
	height:30px;
	width:782px;
	background-color: #F3E0C0;
	font-size:14px;
	text-align:center;
	background:url("/image/top/footer_bg.gif") no-repeat;
}
/*★以下は細かいデザインについて--------------------------------*/
/*☆ページタイトル*/
SPAN.title{
	display:block;
	margin:10px 0px 10px;
	text-align:center;
	font-size:x-large;
	color:#CCCC00;
}
/*☆罫線色*/
SPAN HR{
	display:none;
}
SPAN.line{
	display:block;
	margin-top:0px;
	margin-bottom:10px;
	align:center;
	height:20px;
	width:550px;
	background:url("/image/login/line.png") no-repeat;
}
/*☆強調色*/
STRONG{
	color:#910023;
}
/*☆FORM要素*/
FORM{
	display:block;
	margin:0px;
}
INPUT.text,TEXTAREA,SELECT {
	border:1px #999999 solid;
	color:#000000;
	background-color:#ffffff;
}
SELECT.price {
	font-size:12pt;
	color:#000000;
	background-color:#FFFFFF;
}
INPUT.button{
	cursor:hand;
	height:30px;
	border:2px #993399 outset;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	color:#FFFFFF;
	background:#e7c6ff url("/image/top/button.gif") repeat-x;
}
/* input checkbox,radio と対で使う<LABEL>タグ */
LABEL {
	text-decoration: underline;
}

/*☆テーブル要素*/
TABLE.layout{
	display:block;
	border-collapse:collapse;
	empty-cells:show;
	border:none;
	font-size:x-small;
	margin: 0px 0px 0px 10px;
}
.layout TH{
	padding:5px 1px;
	border:1px #000000 solid;
	background-color:#333333;
	color:#ffffff;
}
.layout TD{
	padding:5px 1px;
	border:1px #000000 solid;
	background-color:#ffffff;
	color:#333333;
}
/*☆リスト要素*/
DL{
	display:block;
}
DT{
	margin-top:0px;
	padding-left:20px;
	height:15px;
	background:url("/image/top/list.gif") no-repeat;
	background-position-x:left;
	background-position-y:top;
	color:#0000ff;
}
DT STRONG{
	color:#a56dba;
	font-weight:bold;
}
DD{
	margin-left:20px;
}
/*★無料登録ボタンの画像(サイズ調整はここで)*/
IMG#regist{
	border:none;
	height:37px;
	width:278px;
}
/*★キャンペーンページのスタイル設定*/
#campaign{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#fff2f7;
	text-align:center;
	font-size:10pt;
}
#campaign .title{
	margin:10px 0px;
	font-weight:bold;
	font-size:12pt;
	color:#ff7f9e;
}
#campaign .main{
	margin:0px 15px;
	border:3px #ff7f9e solid;
	background-color:#ffffff;
	color:#000000;
	text-align:left;
}
#campaign .footer{
	padding-bottom:3px;
	background-color:#fff2f7;
	color:#ff7f9e;
}

/* 注意書き 購入画面 など */
.attention {
	color: #FF0000;
}

/* 補足     購入画面 など */
.supplement {
	color: #0000FF;
}

/* 写真館で使用(とりあえず)　*/
.contents_title{
	font-size:12px;
	color:#610202;
	line-height:200%;
	padding:0 0 0 2;
	margin:0 0 0 25;
	font-weight:bold;
}
.contents_table th{
	text-align: left;
}
.contents_text{
	font-size:12px;
	color:#666;
}
.contents_link{
	font-size:12px;
	color:#666;
}

.error {
	color: #FF0000;
	font-weight:700;
}
.error_str {
	color: #FF0000;
	background-color: #F8F8F8;
	text-align: center;
	line-height:120%;
}

/* 未来鑑定変更時使用CSS */
.top_txt {
	font-size: 14px;
	line-height: 150%;
}

.top_txt_b {
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}

/* alignCSS */

.box_c {
	align:center;
}

.box_l{
	align:left;
}

.box_r{
	align:right;
}

.title_txt {
	font-size: 20px;
	font-weight: 700;
	color:#CC6699;
}

.txt_l{
	font-size:15px;
	line-height:60%;
	color:#00008b;
	font-weight:700;
}

img {
	border: 0px;
	vertical-align:bottom;
}

.aisatu_bg {
	background:url("/image/login/aisatu_bg.png") no-repeat;

}