@charset "utf-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/ume_bg.png);
}

.clear{
	clear:both;
}

/* ロールオーバー */
.rollover a:hover img{
	filter: alpha (opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
	opacity: 0.70;
}

/* -----------------------------------------------------------
	Wrapper・Main
----------------------------------------------------------- */
div#wrap{
	width:806px;
	margin:0 auto 50px auto;
}

div#wrap div#logo_fudandukai{
	width:800px;
	margin:0 auto;
	text-align:right;
	padding-top:5px;
}

div#wrap h1#topimg{
	margin-bottom:25px;
}

div#wrap ul#navi li{
	margin-bottom:15px;
}

div#header{
	width:806px;
	margin:0 auto 15px auto;
	overflow:hidden;
}

div#header h1#title{
	float:left;
}

div#header div#logo_fudandukai_local{
	float:right;
}

div.ume_photo{
	text-align:center;
	margin-bottom:18px;
}

div.ume_desc{
	margin-bottom:30px;
}

div#footer_likebutton{
	width:450px;
	margin:0 auto;
	padding:50px 0 80px 0;
}

div.footer_logo{
	text-align:center;
	padding-bottom:50px;
}

table#footer_socialbuttons{
	width:636px;
	margin:0 auto 60px auto;
}

table#footer_socialbuttons td.mail{
	padding-left:25px;
	width:205px;
}

table#footer_socialbuttons td.facebook{
	text-align:right;
}