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

body{
	margin:0px;
	background-color:#f9f9f9;
	font-family:Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#222;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

#base{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#header{
	width:960px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:230px;
}

.snsline{
	width:960px;
	margin-bottom:0px;
}

.sns{
	width:260px;
	padding-left:700px;
}

.fb{
	width:165px;
	float:right;
}

.tw{
	width:85px;
	float:left;
	margin-right:10px;
}

.title{
	width:960px;
	margin-bottom:235px;
}

.day{
	width:960px;
	margin-bottom:200px;
}