* {
	margin: 0;
	padding: 0;
	outline: 0;
}


body {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}

img a {
	vertical-align: baseline;	
	}


/* --- link --- */
a:link{
	color: #000099;
	text-decoration: none;
}
a:visited{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}



#container {
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #66C;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}




header {
box-shadow: 0px 5px 4px #e0e0e0;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}



@media (max-width: 767px) {
#header {
	margin-top: 00px;
	
}


}


#mainContent {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}

#main {
	padding-top: 10px;
	box-shadow: 0px 0px 4px #e0e0e0;
	background-color: #FFE1E1;
}


h2{
	padding: 0.8em;
	border-top: 3px double #B92A2C;
	border-bottom: 3px double #B92A2C;
	font-size: 2em;
	font-weight: bold;
	background-color: #FFF;
	margin: 0;
}


h3 {
	background-color: #F66;
	border-radius: 6px;
	font-size: 1.5em;
	margin-top: 20px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	text-align: center;
	color: #FFF;
}

h4{
	font-size: 1.5em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F99;
	font-weight: bold;
	color: #F66;
	margin-bottom: 10px;
}

iframe {
	background-color: #FFF;
	border-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content{
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

	#content{
	line-height: 1.5em;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}

#main p {
	font-size: 17px;
	line-height: 150%;
}
#main ul li {
	font-size: 17px;
	line-height: 150%;
}

@media (max-width: 991px) {
	#content{
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
}



#footer{
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-color: #800000;
	color: #FFF;
	font-size: 18px;
	line-height: 140%;
}
#footer h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footer h2{
	font-size: 23px;
	}

#footer p{
	margin: 40px 0;
}
#footer p#Copyr{
	color: #999999;
	font-size: 12px;
}

#footer a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #3CF;
	text-decoration: none;
}

#footer span {
	font-size: 0.8em;
}



.footer_logo {
	text-align: right;
	padding-top: 20px;
}
@media (max-width: 991px) {
.footer_logo {
	display: none;
}
}

.pagetop {
	text-align: right;
}


@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
	
	
}


.contentsbox {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
@media (max-width: 1200px) {
.contentsbox {
	width: 95%;
}
}


.contentsbox em {
	font-style: normal;
	font-weight: bold;
	color: #C00;
}
.variation {
	border: 1px solid #F99;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFF;
}
.syotai {
	text-align: center;
	margin-bottom: 50px;
}
.mihontable {
	background-color: #FFF;
	margin:20px auto;
}
.mihontable td {
	padding: 5px;
	font-size: 1.2em;
	line-height: 150%;
}
.mihontable th {
	font-size: 2.5em;
	padding: 10px;
	background-color: #FFD2D2;
}
.aisatsu ,.syotai {
	background-color: #FFF;
	padding: 10px;
}

.formlink {
	width:9em;
	font-size:3em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image:-moz-linear-gradient(
    top,
    #ffa035 0%,
    #ff8300);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#ffa035),
    to(#ff8300));
}

a.formlink {
	color: #FFF;
	}
	
a:visited.formlink{
	color: #000099;
	text-decoration: none;
}
a:hover.formlink{
	color: #FF0000;
	text-decoration: none;
}
	
.contact {
	font-size: 2em;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
.sample iframe {
	width:100%;
	height:600px;}
@media print, screen and (min-width: 768px) {
.sample iframe {
	width:100%;
	height:800px;}
	}


@media (max-width: 480px) {
#footer{
	font-size: 14px;
}
#footer h1{
	font-size: 16px;
}

.formlink {
	font-size:2em;
}
.contact {
	font-size: 1.5em;
}
}


.waribiki {
	margin:50px 0px;
	padding:10px;
	background-color:#F6C7CC;	
}