* {
margin: 0;
padding: 0;
}

body {
	margin:0;
	padding:0;
	background:url(../img/bg.gif);
	font-size:14px;
	line-height:160%;	
	color: #fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


img{border:none;}
.p18{
	font-size:18px;}
/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	margin: 0 auto;
}

#header {
	background:url(../img/bg_top.gif);
	padding-bottom:20px;
}

#content {
	background:url(../img/bg_bottom.gif);
}



/* フッター */
#footer {
	padding:5px 0;
	margin:0;
	text-align:center;
	font-style:normal;
	color:#ffffff;
	
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #fff; text-decoration: underline; }
a:link		{ color: #fff; text-decoration: underline; }
a:visited	{ color: #fff; text-decoration: underline; }
a:active	{ color: #fff; text-decoration: none; }
a:hover		{ color: #fff; text-decoration: none;}




/* =================================== */
/* #header */
/* =================================== */
#header .inner {
	width:970px;
	margin: 0 auto;
	padding-top:20px;
}

#header h1{
}
#header h2{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding:40px 0 30px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	line-height:130%;}

.view_navi{
	margin:0 0 0 0;
	padding-top:0px;
	text-align: right;
}


/* =================================== */
/* #main */
/* =================================== */

#main{
	background:url(../img/bg_main.jpg) no-repeat center top;
	
	margin:0 auto;}
.floor{
	padding:20px 0;}
.floor img{
	border:2px solid #FFF;}
table.access{
	margin:10px auto 40px;
	font-size:16px;}	
#blog{
	width:70%;
	margin:0 auto;
	padding:20px;
	border:2px solid #FFF;}	
.blogtitle{
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	background-color:#FFF;
	color:#000;}	
#feed ul li{
	padding:10px 0;
	border-bottom:1px dotted #FFF;
	list-style:none;}	
.mente{
	font-size: 30px;
	text-align: center;
	padding: 300px 0;
}
