@charset "utf-8";

html,body {
	height:100%;
}
body {
	background-image:url(../../images/misuzusou_bg.jpg);
	background-size: cover;
}
#page {
	margin:auto;
	height:auto !important; /*IE6対策*/
    height:100%; /*IE6対策*/
	letter-spacing:1px;
}
.inner{
	width:1000px;
	margin:auto;
}

#in{
	color:#f00;
}
#header .mainBtn {
	height:20px;
	font-weight:bold;
	background-color:#563615;
	opacity:0.8;
	height:30px;
	color:#fff;
}
#header .mainBtn ul {
	margin:0 0 0 190px;
	padding:5px 0 0 0;
}
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
#header .mainBtn li {
	display:inline-block;
	margin:0 10px;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
#header a:link {
	color:#fff;
	text-decoration:none;
}
#header a:visited {
	color:#fff;
	text-decoration:none;
}
#header a:hover {
	color:#f00;
	text-decoration:none;
}
#header a::active {
	color:#f00;
	text-decoration:none;
}

#contents {
	margin:0 auto 45px;
	color:#432100;
}
#contents #main {
	margin:auto;
    height:100%;
    min-height:100%;
}
div.underLine{
	width:100%;
	height:1px;
	background-color:#442200;
	margin-bottom:1px;
}
div.Title{
	margin-bottom:30px;
}
div.Title img , div.Title2 img{
	margin-bottom:5px;
}
div.Title2{
	margin:30px auto;
}


#footer {
    margin:auto;
	height:150px;
	background-color:#496b00;
	opacity:0.8;
	color:#fff;
}
div#MisuzuInfo{
	float:left;
}
p#misuzu{
	font-size:18px;
	padding-top:25px;
}
p#misuzu span{
	font-size:12px;
}
p#info{
	font-size:12px;
}
#copyright {
	font-size:90%;
	margin-top:22px;
}
div#honkan{
	float:right;
	padding-top:20px;
}
p#goriyou{
	text-align:right;
	font-size:10px;
}