@charset "Shift_JIS";

#fadeinbox {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 560px;
	z-index: 100;
	visibility:hidden;
}

/* 外枠
---------------------------------------------------- */
#f-container {
	width:560px;
	text-align:center;
	background: transparent url("image/f-container_body.jpg")  repeat-y center top;
	margin:0px auto;
}
#f-wrapper {
	text-align:center;
	background: transparent url("image/f-container_top.jpg")  no-repeat center top;
	margin:0px auto;
}
#f-bottom {
	width:560px;
	height:50px;
	text-align:center;
	background: transparent url("image/f-container_bottom.jpg")  no-repeat center bottom;
	margin:0px auto;
}


/* メイン
---------------------------------------------------- */
#f-main {
	padding:45px 45px 1px;
}
#f-main h3 {
	font-size:15px;
	font-weight:bold;
	line-height:170%;
	padding:0 0 5px;
	color: #CC0000;
}
#f-main h4 {
	font-size:12px;
	font-weight:normal;
	line-height:170%;
	padding:0 0 15px;
}
#f-main p {
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	text-align:left;
	padding:0 15px 5px 20px;
}
#f-main p small {
	color:#666666;
	font-size:10px;
}


/* 閉じるボタン
---------------------------------------------------- */
#close {
	text-align:center;
	font-size:10px;
}


/* リスト
---------------------------------------------------- */
#f-check {
	margin:0 0 20px;
	padding:10px 15px 8px;
	border:#999999 solid 1px;
	background: #f8f8f8 url("image/f-bg_box_a.jpg") repeat-x 1px 1px;
}

#f-check li {
	color:#222222;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	line-height:170%;
	text-align:left;
	margin:0;
	padding:0 0 3px 24px;
	background: transparent url("image/f-check.gif")  no-repeat 0px 1px;
}

/* フォーム
---------------------------------------------------- */
#f-form {
	padding:10px 15px;
	border:#999999 solid 1px;
	background: #ffffff url("image/f-bg_box_b.jpg")  repeat-x 1px 1px;
}
#f-form p {
	font-size:12px;
	font-weight:normal;
	line-height:170%;
	text-align:center;
	padding: 0 0 1px;
}
#f-form input[type=submit] {
	font-size:12px;
	margin:0;
	padding:2px 25px;
}

