@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*/

/*body{
	background-color:#666;
	}*/

body{
	background:url(../other/top_w960_side.gif) repeat-x #FFF;
	}
/*両端の色を追加したところ↑*/

#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:960px;
	height:607px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", , Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	background-image:url(../other/top_back_w_960.gif);
	}

h2{
	font-size:18px;
	/*font-size:15px;*/
	}

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;
}


#hitokoto{
	clear: both;
	width:270px;
	margin-left:175px;
	/*margin-top:160px;*/
	margin-top:180px;	
	line-height:1.8;
	}


#footer{
	/*clear: both;*/
	position: absolute;
	/*margin-top:210px;*/
	/*top: 540px;←2列用*/
	top:510px;
	margin-left: 10px;
	width: 930px;
	/*height: 70px;←2列用*/
	height:90px;
	text-align:left;
	}
#footer li{
	float:left;
	margin-right:5px;
	}

#message{
	/*margin-top:20px;*/
	width:480px;
	line-height:15px;
	}

#adress{
	/*margin-top:40px;*/
	margin-top:70px;
	float:right;
	}
