@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: Avenir, "Helvetica neue", Helvetica, "メイリオ", "Meiryo UI", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
a {
	text-decoration: none;
	color: #F66;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
caption, th {
	text-align: left;
}
UL {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
UL LI {
	margin: 2px;
	display: inline-table;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	clear: both;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Custom CSS
 * --------------------------------------- */
body {
	color: #333;
	color: rgba(0,0,0,0.5);
	background-image: url(sectionbg.png);
}
.intro{
	margn: 16px;
	padding-top: 0px;
	padding-bottom: 16px;
	margin: 0px;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section {
	padding: 16px;
	margin: 0px;
}
#section0 {
	height: 100%;
	background-color: #1F110B;
	padding: 0px;
	margin: 0px;
}
#section0 .intro {
	margin: 0px;
	padding: 0px;
}
#section0 .intro .fit {
	margin: 0px;
	padding: 0px;
}




#section1 {
	height: 100%;
	background-color: #FA8552;
	padding: 0px;
	margin: 0px;
}
#section1 .intro P.bra {
	color: #FFF;
	font-family: serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}
#section1 .intro P {
	margin-top: 24px;
	margin-bottom: 24px;
}


#section2 {
	height: 100%;
	background-color: #C7B08C;
	padding: 0px;
	margin: 0px;
}
#section3 {
	background-color: #A9461F;
	padding: 0px;
	color: #FFF;
}
#section4 {
	background-color: #EAE2D9;
	padding: 0px;
	color: #FFF;
}
#section5 {
	background-color: #4F3824;
	padding: 0px;
	color: #FFF;
}
#section5 .intro P {
	color: #FFF;
}



#section3 .intro P {
	color: #FFFFFF;
	letter-spacing: 0.5em;
}


#section2 .intro UL LI {
	font-size: 3em;
	font-weight: bolder;
	color: #BC7860;
}

#section4 .intro UL LI {
	width: 400px;
	margin: 2px;
}
#section5 .intro UL LI {
	width: 400px;
	margin: 2px;
}
#section7 strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #F66;
}
#fullpage {
	margin: 0px;
	padding: 0px;
	background-color: #1F110B;
}

h1 {
	font-size: 1.5em;
	color: #909090;
	line-height: 3em;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	background-image: url(h1bg.png);
	margin-right: 4px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 24px;
}
H2 {
	font-size: 1.3em;
	line-height: 88px;
	color: #909090;
	text-align: left;
	background-image: url(h2bg.png);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 3%;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #72523D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #72523D;
	text-align: center;
}
TABLE {
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
p {
	font-size: 1em;
	font-family: Avenir, "Helvetica neue", Helvetica, "メイリオ", "Meiryo UI", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #000;
	text-align: center;
	clear: both;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}
.keshi {
	text-decoration: line-through;
}

P.line {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu li {
	display: inline-block;
	margin: 0px;
	color: #000;
	background: #fff;
	background: rgba(255,255,255, 0);
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	vertical-align: top;
}
#menu li.active {
	background: #fff;
	background: rgba(255,255,255, 0.5);
	color: #C36;
	border: solid 1px #ccccff;
}
#menu li a {
	text-decoration: none;
	color: #FFF;
}
#menu li.active a:hover {
	color: #F06;
}
#menu li:hover {
	color: #F06;
	background-color: rgba(255,153,102,0.9);
}
#menu li a, #menu li.active a {
	padding: 5px 8px;
	display: block;
	color: #FFF;
}
#menu li.active a {
	color: #F36;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}
.section {
	padding: 3% 0 0 0;
	text-align: center;
}
TD {
	padding: 8px;
	margin: 4px;
	border: 1px solid #999;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
/*フッタロゴ*/
#miyuki {
	position: fixed;
	bottom: 0;
	right: 2%;
	height: 40px;
	z-index: 70;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 540px) {
html {
	font-size: 16px;
}
#menu li {
	font-size: 0.8em;
	display: inline-block;
	margin: 1px;
	color: #000;
	background: #fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
h1 {
	font-size:1.3em;
	margin-top: 12%;
}
p {
	font-size: inherit;
	margin: 3%;
	line-height: 1.5em;
}
IMG {
	width: 100%;
	height: auto;
}
img.wideimg {
	max-width: 80%;
}


}
@media screen and (max-width: 800px) {

.fit {
	height: auto;
	width: 100%;
}
}
.yoyaku01 {
	color: #666;
}
