/* ::::: index.css ::::: */

body {
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	padding: 0px;
	font-size: 16px;
	margin: 0px;
	background-color: #FFF;
	line-height: 1.8em;
}


/* ::::: class (for Text)::::: */


.hl {
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
	font-size: 16px;
}


.hl2 {
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	font-size: 24px;
}

.ul {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}

.dropcap {
	font-weight: bold;
	font-size: 30px;
}


.red {
	color: #F00;
	font-weight: bold;
}

.red2 {
	color: #F00;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
}

/* :::::::::::::::::::::::::::::: ヘッダー :::::::::::::::::::::::::::::: */



#header {
	height: 1370px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header_bg {
	min-width: 100%;
	height: 1370px;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat;
	background-position: center;
}


/* ::::::::::::::::::::::::: タイマー ::::::::::::::::::::::::: */


#timer {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat-x;
	position: fixed;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	z-index: 1000;
	background-color: #F03;
}

/* :::::::::::::::::::::::::::::: 基礎構造 :::::::::::::::::::::::::::::: */

.sub {
	background-color: #000;
	text-align: center;
	width: 100%;
	padding: 0px;
}

hr {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFF;
	}

.tx {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	}
	

.check {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 5px;
	line-height: 1.5em;
	margin-top: 9px;
	font-size: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #C00;
	margin-bottom: 3px;
}

.check2 {
	background-image: url(../img/check2.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	height: auto;
	width: auto;
	padding-left: 33px;
	padding-top: 7px;
	padding-bottom: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #000;
	margin-bottom: 0px;
	border: 1px none #999;
}

.check3 {
	background-image: url(../img/check3.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: auto;
	width: auto;
	padding-left: 33px;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 1.5em;
	margin-top: 9px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #C00;
	margin-bottom: 6px;
}

.form {
	text-align: center;
	background: linear-gradient(#903,#f03);
	padding-top: 20px;
	padding-bottom: 40px;
	}

/* :::::::::::::::::::::::::::::: フッター :::::::::::::::::::::::::::::: */

#footer {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgb(51,51,51);
	background-color: #FFF;
	width: 870px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pp {
	border: 1px solid rgb(204, 204, 204);
	overflow: auto;
	height: 100px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	width: 800px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	}
	
	
#pp p {
	font-size: 10px;
	}

/* :::::::::::::::::::::::::::::: table関連 :::::::::::::::::::::::::::::: */

.table{
	text-align: left;
	background-position: center;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	}
	
table.basic_tb {
	background: #999999;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
}

table.basic_tb td{
	background: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

table.basic_tb td.bg_grey {
	background-color: #F2F2F2;
	text-align: right;
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	margin-top: 5px;
	}
