@charset "Shift_JIS";

body {
	text-align: center;
	background: url(../images/common/bg_body.gif) repeat-x;
}


#wrp {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 670px;
	height:auto;
	background: url(../images/common/bg_wrp.gif) repeat-y;
}


#header .title_login {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height: 110px;
	line-height: 110px;
	min-height:1px; /* IE7 対策*/
	background: url(../images/common/bg_header_login.gif) top left no-repeat;
	display: block;
	clear: both;
	text-indent: -10000px;
}

#header .title_faq {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height: 70px;
	line-height: 70px;
	min-height:1px; /* IE7 対策*/
	background: url(../images/common/bg_header_faq.gif) top left no-repeat;
	display: block;
	clear: both;
	text-indent: -10000px;
}

#footer {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height: 30px;
	line-height: 30px;
	min-height:1px; /* IE7 対策*/
	background: url(../images/common/bg_footer.gif) top left no-repeat;
	display: block;
	clear: both;
}

#copyright {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 0px 0px;
	line-height: 30px;
	font-size: 85%;
	color: #666;
	display: block;
	clear: both;
	text-align: right;
}

#box_login {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	text-align: center;
}

#inputs {
	margin: 0px 0px 0px 130px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#btns {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#btns .btn_login {
	width: 116px;
	height: 29px;
}

#box_login p {
	margin: 0px 0px 0px 0px;
	padding: 15px 40px 0px 40px;
	width: 309px;
	text-align: left;
	font-size: 90%;
	color: #fff;
}

.caution {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.caution p {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 380px;
	text-align: left;
	font-size: 90%;
	color: #333;
}

#box_login input {
	width: 180px;
}

#box_login .input_id {
	margin: 33px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#box_login .input_pw {
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#login {
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	width: 389px;
	height: 218px;
	background: url(../images/common/plate_login.gif) top left no-repeat;
	display: block;
}

#box_err {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}

.caution_err {
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width: 350px;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 100%;
	color: #666;
	display: block;
	clear: both;
	text-align: left;
	color: #f33;
}

.caption_err {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 380px;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 100%;
	color: #666;
	display: block;
	clear: both;
	text-align: left;
	color: #f33;
}



#faq .faqBox {
	margin: 30px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 580px;
	display: block;
}


#faq .faqBox h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	font-size: 90%;
	font-weight: bold;
	border-left: 5px solid #030;
	border-bottom: 1px solid #c0c0c0;
}

#faq .faqBox ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	width: 580px;
	list-style-type:none;
	font-size: 90%;
	line-height: 1.6;
	display:block;
}

#faq .faqBox ul li.qBox {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	display:block;
	font-weight: bold;
	background: url(../images/common/q.gif) no-repeat;
	background-position: left top;
}

#faq .faqBox ul li.aBox {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 22px;
	display:block;
	background: url(../images/common/a.gif) no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #c0c0c0;
}


/*--------------------------------------
	clearfix
---------------------------------------*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#header:after,
#cnt:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#header,
#cnt {
	display: inline-table;
	min-height: 1%;
}

/* Mac IE には適用させない ＼*/
* html #header,
* html #cnt { height: 1px; }

#header,
#cnt { display: block; }
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */