﻿@charset "utf-8";
/* CSS Document */
body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(img/haikei3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #EAEAEA;

}

.button{
	width: 1080px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.small_header{
	text-align: center;
	margin-top: 5px;
	}
	
.big_header {
	text-align: center;
	margin-top: 5px;
}

#back {
	width: 1080px;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 68%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(68%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 68%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 68%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 68%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 68%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}

#leftbox {
	
	background-color: transparent;
	float: left;
	height: auto;
	width: 330px;
	margin-left: 0px;
	border-top-width: 45px;
	border-right-width: 5px;
	border-bottom-width: 40px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #2ECCFA;
	padding-left: 10px;
	margin-right: 10px;
}

#rightbox {
	background-color: transparent;
	height: auto;
	width: auto;
	margin-left: 360px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 40px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #00BFFF;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	
}

.rightinside {
	margin: 10px;
	/* [disabled]font-weight: bold; */
	font-size: small;
}
h1 {
	font-size: 28px;
	font-weight: bolder;
	background-color: #00BFFF;
	margin: 0px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00BFFF;
	border-right-color: #00BFFF;
	border-bottom-color: #00BFFF;
	border-left-color: #00BFFF;
	text-indent: 10px;
	color: #FFFFFF;
}

h2 {
	font-size: medium;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
	width: 250px;
	color: #000;
	border-bottom-color: #F00;
	border-left-color: #F00;
}



h3 {
	font-size: small;
	font-weight: bolder;
	color: #000;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #03F;
	border-bottom-color: #03F;
	padding-left: 5px;
	padding-bottom: 2px;	
}

h5 {
	font-size: 24px;
    font-weight: bolder;
}
li {
	font-size: small;
	font-weight: bolder;
}

#honbun {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


	
.bath {
	font-size: 70%;
	text-align: left;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}


a:hover {
	font-size: medium;
	font-weight: bolder;
	color: #F00;
}

#footer {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding: 0px;
	height: auto;
	width: 1080px;
	border: 3px double #0000FF;
	font-weight: bolder;
}

.footer_logo {
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.footer_menu {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.footer_copyright {
	text-align: center;
	
}
.lisence {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.photo1 {
	text-align: left
	
}



.font-M-size {
	font-size: x-small;
}

.red {
	color: #F40000;
	text-decoration: underline;
}	

.aisatu{
		
			
.aisatsu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.aisatsu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
colorRed {
	color: #F40000;
}
.font_color_red {
	color: #F40000;
}
#honbun #back #rightbox h1 {
	font-size: 36px;
}
#back #rightbox .rightinside h5 {
	font-size: 24px;
}
#back #rightbox .rightinside table {
	color: #000000;
}
REDD {
	color: #F00;
}
.REDD {
	color: #F00;
}
