@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
 	margin:0;
 	padding:0;
}
table {
 	border-collapse:collapse;
 	border-spacing:0;
}
img {
 	border:0;
}
ul,ol,li {
 	list-style:none;
}


/*リンク文字の下線を削除*/
a{
	text-decoration:none;
	}

/*↑リセットCSS*/



#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:960px;
	color:#000;
	}

h1,h2,h3,h4,h5{
	font-family:font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", , Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	}

h3{
	font-size:12px;
	background-color:#FFF;
	}


#logo{
	margin-top:10px;
	margin-left:10px;
	float:left;
    }
#FB_T{
	float:right;
	margin-top:10px;
	}
#FB_T img{
	margin-right:5px;
	}

#navi{
	clear:both;
	margin-left:40px;	
}
#navi li{
	float:left;
	margin-right:25px;
	margin-top:5px;
}

/*各CSS、○○{clear:both}からはじめる*/