/* ::::: style.css ::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 要素 :::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	background-color: #FFF;
	font-size: 16px !important;
	margin: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
a :hover {
    opacity: 0.8;
}

.btn :hover {
    opacity: 0.8;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: id :::::::::::::::::::::::::::::::::::::::::::::::::: */

#timer {
	font-size: 27px;
	font-weight: bold;
	color: #F00;
	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: 3px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	z-index: 1000;
	background-color: #FF0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-style: solid;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 900px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_bg {
	background-repeat: repeat-x;
	height: 900px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/header_bg.jpg);
}

#wrapper {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/wrapper.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pp {
	border: 1px solid rgb(204, 204, 204);
	overflow: auto;
	height: 80px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	width: 720px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	padding: 15px;
}

#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: class :::::::::::::::::::::::::::::::::::::::::::::::::: */

.frame {
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 480px;
	width: 850px;
	text-align: center;
	padding-top: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.wrapper2 {
    width: 860px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/wrapper2.jpg);
    background-repeat: repeat-y;
}

.wrapper3 {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/wrapper3.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.wrapper4 {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/wrapper4.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.wrapper5 {
    width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/wrapper5.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.wrapper6 {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/wrapper6.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.caution_bg {
	background-image: url(../img/caution.png);
	height: 480px;
	width: 740px;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border-radius: 10px;
	background-repeat: no-repeat;
	border: 1.5px none #C90;
	background-position: top;
}

.wrap_pp {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFF;
	}
	
.ttl_bg {
	background-color: #CCC;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 30px;
	}
	
.ttl_bg_01 {
	background-color: #CCC;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 10px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 文字用class :::::::::::::::::::::::::::::::::::::::::::::::::: */

.mg {
	margin-right: 180px;
	margin-left: 180px;
	margin-bottom: 0px;
	line-height: 1.8em;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 60px;
}

.mg2 {
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-top: 0px;
	line-height: 1.8em;
	font-size: 14px;
	/*border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}

.mg3 {
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 1.4em;
}

.mg4 {
	margin-right: 190px;
	margin-left: 190px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 1.8em;
	font-size: 14px;
}

.mg5 {
	margin-right: 90px;
	margin-left: 90px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	border-radius:10px;
	line-height: 1.6em;
	font-size: 14px;
}

.mg6 {
	margin-right: 190px;
	margin-left: 190px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 1.8em;
	font-size: 16px;
}

.center {
    text-align: center;
}

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

.hl {
	background-color: #FF3;
	color: #F00;
	font-weight: bold;
}

.hl2 {
    background-color: #FF3;
    color: #F00;
    font-weight: bold;
    text-decoration: underline;
}

.ylw {
	background-color: #FF3;
	font-weight: bold;
}

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

.red2 {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}

.red3 {
	font-weight: bold;
	color: #C00;
	font-size: 18px;
	}



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

.blk {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.hl2 {
	background-color: #FF3;
	color: #000;
	font-weight: bold;
}

.bold3 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
}


.check {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	height: auto;
	width: auto;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1.8em;
	margin-top: 10px;
	font-size: 15px;
	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: 0em;
	color: #C00;
}

.suishou_ttl {
	background-image: url(../img/suishou.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 0px;
	line-height: 2em;
	margin-top: 15px;
	font-size: 21px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #C00;
	margin-bottom: 10px;
}

.suishou {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 40px;
	border-radius: 10px;
	line-height: 1.8em;
	border: 6px double #C00;
	font-size: 14px;
	color: #000;
}

.cross {
	background-image: url(../img/cross.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 2em;
	margin-top: 25px;
	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;
}

.hatena {
	background-image: url(../img/hatena.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #C00;
}

.check2 {
	background-image: url(../img/check2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1.8em;
	margin-top: 10px;
	font-size: 15px;
	text-decoration: underline;
	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: 0em;
	color: #C00;
}

.check3 {
	background-image: url(../img/check3.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: auto;
	width: auto;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	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: 0em;
	color: #000;
	line-height: 1.6em;
}

.check4 {
	background-image: url(../img/check4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1.8em;
	margin-top: 10px;
	font-size: 15px;
	text-decoration: underline;
	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: 0em;
	color: #C00;
}

.check5 {
	background-image: url(../img/check5.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1.8em;
	margin-top: 10px;
	font-size: 15px;
	text-decoration: underline;
	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: 0em;
	color: #C00;
}
.q {
	background-image: url(../img/q.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: auto;
	width: auto;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 1.6em;
	margin-top: 5px;
	font-size: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: bold;
	margin-bottom: 5px;
	color: #C00;
}

.a{
	background-image: url(../img/a.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: auto;
	width: auto;
	padding-left: 38px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

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

.table{
	text-align: left;
	background-position: center;
	margin-bottom: 40px;
	padding: 0;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 736px;
	border: 20px solid #333;
	border-radius: 10px;
	}
	
table.basic_tb {
	background: #999999;
	font-size: 14px;
	color: #333333;
	line-height: 180%;
}

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

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


.profile {
	width: 700px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 27px;
	padding-left: 27px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 1.8em;
	}

#pp {
	border: 4px solid rgb(255,0,0);
	overflow: auto;
	height: 80px;
	color: rgb(51,51,51);
	background-color: rgb(255,255,204);
	width: 630px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	line-height: normal;
	position: relative;
	top: 320px;
	left: 0px;
	font-weight: bold;
}

#footer_pp {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgb(51,51,51);
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
