@charset"utf-8";

*{
	margin: 0;
	padding: 0;
}


.clearfix:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/*Hides from IE-mac\*/
*html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/*End hide from IE-mac*/ 


html,body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height:100%;
	margin:0px auto;
	border: none;
	text-align: center;
} 

#container{
	background-color: #FFFFFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0px auto -77px;
}

/*#container{
	background-image:url(../img/background.gif);
	background-repeat: no-repeat;
	background-position: center 43px;
	background-color: #FF0000;
	height:100%;
	width: 100%;
	margin-top: 90px;
}*/

#menu{
	background-image: url(../img/menu_background.gif);
	background-position:center 62px;
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	margin-top: 71px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*#menu{
	height: 110px;
	width: 800px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}*/

#fruit{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
	height:500px;

}

#fb{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
	height:28px;

}

#to_fb{
	padding-left:590px;
	width: 165px;
	height:28px;
	float:left;

}

#fb_like{
	padding-right:120px;
	padding-top:5px;
	width: 110px;
	height:28px;
	float:right;

}

#txt_up{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:500px;
}

.line150{
font-size : 12px;
line-height : 1.5; /* 1.5emや150%と指定しても同じです */
}

.line200{
font-size : 12px;
line-height : 2.0; /* 1.5emや150%と指定しても同じです */
}

.line250{
font-size : 12px;
line-height : 2.5; /* 1.5emや150%と指定しても同じです */
text-align:center;
margin-top:55px;
color:#646464;
width:300px;
}

#txt_down{
	padding-top:30px;
	margin-left: auto;
	margin-right: auto;
	width:500px;
}

#push{
    height: 77px;
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
}

#footer{
	clear: both;
	height: 77px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #000000;
}

#foot_img{
	margin-left: auto;
	margin-right: auto;
    width:800px;
	height:188px;
}
	
#footer ul{
	width: 700px;
	margin-right: auto;
    margin-left: auto;
	padding-top: 12px;
	color:#ffffff;
}

#footer li{
	float: left;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 12px;
	width: auto;
	margin-right: 1em;
}
	

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
color:#ffffff;text-decoration:none;
}

#footer address{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	color:#ffffff;
	background-image:url(../img/logo_mn.jpg);
	background-repeat:no-repeat;
	background-position:5% 50%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	height: 25px;
/*	border: 1px solid #FF0000;*/
	padding-top: 25px;
}

a:link {color:#ff0000;text-decoration:underline;}
a:visited {color:#ff0000;text-decoration:underline;}
a:hover {color:#000000;text-decoration:none;}
a:active {color:#ff0000;text-decoration:underline;}