body {
	font-size: 16px !important;
	margin: 0px;
	/*background-image: url(../img/body_bg.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #FFF;
	text-align: justify;
	color: #247e78;
	letter-spacing: 0.1em;
	background-position: center bottom;
}

ul {
	margin: 0px;
	padding: 0px;	
	}
	
input::placeholder {
  color: #CCC;
}

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

#header_01 {
	background-image: url(../img/header_bg_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	text-align: center;
}

#header_02 {
	background-image: url(../img/header_bg_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	text-align: center;
}

#header_03 {
	background-image: url(../img/header_bg_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	text-align: center;
}

#header_04 {
	background-image: url(../img/header_bg_04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	text-align: center;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}

/* :::::::::::::::::::::::::::::: 基礎構造 :::::::::::::::::::::::::::::: */
.sub_01 {
	background-image: url(../img/sub_bg_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	background-position: center center;
	}

.cursor {
	cursor : pointer;
	}
/*
input::placeholder {
  color: #CCC;
}

textarea::placeholder {
  color: #CCC;
}
*/
/*
.cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #CCC;
}*/

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

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	text-align: center;
	color: rgb(0,0,0);
	width: 870px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

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

/*赤文字*/
.red {
	font-weight: bold;
	color: #F30;
	font-size: 120%;
	}

/*黒太文字*/
.bold {
	font-size: 110%;
	font-weight: bold;
}

/*黒アンダーライン*/
.ul {
	font-weight: bold;
	text-decoration: underline;
	}

.dropcap {
	font-weight: bold;
	font-size: 130%;
	line-height: 1em;
}

.center {
	text-align: center;
}


.smaller {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 5px;
}

.yl {
	font-size: 110%;
	background: linear-gradient(transparent 50%, #ffff00 0%);
	font-weight: bold;
	/*color: #F63;*/
}