@charset "Shift_JIS";

@import "base.css";


#main{
	width: 600px;
	margin: 0 79px;
	text-align: center;
	}


/* 見出し 
------------------------------------------------ */

#main-title{
	width: 600px;
	text-align: left;
	}
h2{
	height: 28px;
	margin: 0;
	padding-left: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	background: #387db7 url(../common_images/title_bg.gif) no-repeat 0% 0%;
	}
h2 span{
	padding-right: 1em;
	background: #387db7;
	}

/* メッセージエリア 
------------------------------------------------ */

/* エラー */
#message{
	margin: 25px 0 50px 0;
	padding-bottom: 35px;
	background: #ffffcc;
	border: 1px solid #ccc;
	}
	
#message h3{
	margin: 0 0 50px 0;
	padding: 0.25em 1em;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border: 5px solid #ccc;
	}
#message p{
	margin: 1.5em 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	}
#message p span{
	color: #ff0000;
	}
	
#message input{
	width: 6em;
	}

/* パスワード確認 */
#message input.hankaku{
	width: auto;
	}


