@charset "UTF-8";
/* Dozens CSS Document */

/*
	1.基本設定
	2.段落設定
	3.詳細設定
		3-1.Header
		3-2.Container & Main Content
		3-3.Form
		3-4.Popup Page
*/

/******************************************/
/*            1. 基本設定                 */
/******************************************/

*{
	margin:0;
	padding:0;
}

body{
	font-size:0.75em;
	line-height:20px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

img, img a{
	border:0;
}

ul{
	list-style-type:none;
}

a{
	color:#444444;
}

a:hover{
	color:#e60617;
}

/******************************************/
/*            2. 段落設定                 */
/******************************************/

.content{
	height:auto;
	margin:0 auto;
	min-height:100%;
	padding:0;
	text-align:left;
	width:960px;
}

#header{
	width:100%;
	height:75px;
	background:url(../image/bg_header.jpg) repeat-x;
	padding-top:33px;
}

#headline{
	height:148px;
	margin:0 auto 0;
	overflow:hidden;
	position:relative;
	width:100%;
	background-color:#FF0000;
	background:url(../image/bg_headline.jpg) repeat-x;
}

#headline_content{
	height:142px;
	left:50%;
	margin-left:-600px;
	position:absolute;
	text-align:center;
	top:0;
}

#container{
	width:100%;
	background-color:#f6f6f6;
	border-bottom:8px solid #ffffff;
	padding:35px 0 30px 0;
}

.cLeft{
	float:left;
	width:490px;
}

.cRight{
	float:right;
}

#footer{
	width:100%;
	background-color:#5f5f5f;
	color:#fff;
	padding-top:30px;
	height:55px;
}


/******************************************/
/*            3. 詳細設定                 */
/******************************************/

/*	3-1. Header */

.bgHeader{
	background:url(../image/logo.png) no-repeat scroll 0 0;
	text-align:right;
	padding-top:14px;
}

/*	3-2. Container & Main Content */

.bgContent{
	background:url(../image/bg_container.png) bottom right no-repeat;
	margin-top:20px;
}

.cLeft li{
	margin-bottom:25px;
}

.cLeft p{
	padding:15px 0;
}

/*	3-3. Form */

#formBox{
	width:414px;
	height:110px;
	background:url(../image/bg_form.png) no-repeat;
	padding:57px 0 0 20px;
}

input {
	background-color:transparent;
	border-width:0;
	display:block;
}

.inputbox{
	background:transparent url(../image/bg_input.gif) no-repeat scroll left top;
	height:46px;
}

.inputbox_invite {
	color:#919191;
	font-size:1.4em;
	width:286px;
	height:23px;
	padding:13px 20px 2px 7px;
}

*:focus{outline:0;}

.inputbox_invite:focus{
	color:#000;
	font-weight:bold;
}

.submit_invite {
	background:transparent url(../image/bg_submit.png) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:0;
	width:65px;
	height:28px;
	line-height:0;
	display:none;
	text-indent:-9999px;
	margin-top:7px;
}	


/*	3-4. Footer */

.bgFooter{
	background:url(../image/copyright.jpg) no-repeat scroll 0 0;
	text-align:right;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#e5e5e5;
	text-decoration:underline;
}

/*	3-4. Popup Pages */

.subBox{
	width:620px;
	background:url(../image/bg_subbox.gif) no-repeat scroll right bottom;
	padding-bottom:20px;
	color:#333;
}

.subBox h1{
	font-size:0;
	height:45px;
}

.subBox h1 img{
	border-bottom:4px solid #d1d1d1;
	padding-bottom:8px;
}

.subBox p.title{
	margin:10px 0 0 0;
	font-weight:bold;
	color:#000;
}

.subBox p,
.thankBox p{
	margin:10px 0 20px 0;
}

.thankBox{
	width:315px;
	background:url(../image/bg_subbox.gif) no-repeat scroll center bottom;
	padding-bottom:20px;
	color:#333;
}