/* ログイン前です */
/*★文字コード--------------------------------------------------*/
@charset "Shift_Jis";

/*★画面全体----------------------------------------------------*/
a:link {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #99CCFF;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:active {
	color: #555555;
	text-decoration: none;
}

BODY{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	/*☆画面全体の背景色*/
	background:#ffffff;
	/*☆画面全体の配置*/
	text-align:center;
	/*☆フォント設定*/
	color:#555555;
	font-size:12px;
　　　   line-height: 150%;
	font-family:"MS PGothic","MS Gothic";
	/*☆スクロールバーの色*/
	scrollbar-arrow-color:#99ccff;
	scrollbar-face-color:#3366cc;
	scrollbar-track-color:#ffffff; 
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#bbddff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#bbddff;
}
/*☆Netscape用にここでも背景色を指定*/
#screen{
	background:#ffffff;
}

/*★コンテンツ領域----------------------------------------------
　中央に配置=> 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{
	height:100%;
	width:800px;
	margin:0 auto 0;
	background:#ffffff;
	border:1px #000000 solid;
	font-size:12px;
	text-align:left;
}

/*★ヘッダー領域------------------------------------------------*/
#header{
	display:block;
	clear:both;
	height:112px;
	width:800px;
}

#header .logout_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:112px;
	width:800px;
}
#header .login_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:112px;
	width:800px;
}
#header .login{
　　　　 font-size: 12px;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
}

/*★メニュー部分------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/
#menu{
	position:rerative;
	float:left;
	margin:10px 0px 10px 5px;
	width:200px;
	background:#ffffff url("/image/top/m_bg.gif") repeat-y;
}
#menu #login{
	display:block;
	width:200px;
	padding-left:10px;
}

/*★メイン領域--------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/
#main{
	position:rerative;
	clear:right;
	float:left;
	padding:10px 0px 10px 10px;
	width:550px;
}
#footer{
	clear:both;
	display:block;
	height:30px;
	width:800px;
	text-align: center;
	padding: 9px 0px;
	background:url(/image/top/footer.gif) no-repeat center;
}

/*★以下は細かいデザインについて--------------------------------*/
/*☆ページタイトル*/
SPAN.title{
	display:block;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bolder;
	background-image: url(/image/top/bar.gif);
	height: 32px;
	width: 550px;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 6px 0px;
}
/*☆罫線色*/
SPAN HR{
	display:none;
}
SPAN.line{
	display:block;
	margin-top:0px;
	margin-bottom:10px;
	height:15px;
	width:550px;
	background:url("/image/top/line.gif") repeat-x bottom;
}
/*☆強調色*/
STRONG{
	color:#ff7f9e;
}
/*☆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 #e7c6ff outset;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	color:#815490;
	background:#e7c6ff url("/image/top/button.gif") repeat-x;
}
/* input checkbox,radio と対で使う<LABEL>タグ */
LABEL {
	text-decoration: underline;
}

/*☆テーブル要素*/
TABLE.layout1{
	display:block;
	border-collapse:collapse;
	empty-cells:show;
	border:none;
	font-size:12px;
         margin:10px 0px;
}
.layout1 TH{
	padding:4px;
	border:1px #3366cc solid;
	background-color:#99ccff;
	color:#ffffff;
}
.layout1 TD{
	padding:5px;
	border:1px #3366cc solid;
	background-color:#ffffff;
	color:#555555;
}
/*☆リスト要素*/
DL{
	display:block;
}
DT{
	margin-top:0px;
	padding-left:20px;
	height:15px;
	background-position-x:left;
	background-position-y:top;
	color:#3366CC;
}
DT STRONG{
	color:#3366CC;
	font-size:14px;
         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:#FF6600;
	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 {
	border: 1px solid #a96666;
	background-color: #ffd6d6;
}
.error_str {
	color: #a96666;
	background-color: #fffafa;
	text-align: center;
}
