@charset "shift_jis";
/* CSS Document */


/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,
span,small,strong,
div,ul,li,
figure,img{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:10px;}

header,footer,nav,section{display:block;}

html{
	width:100%;
	font:12px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

/*----------------------
	レイアウト
-----------------------*/
body{
	background:#FFF;
	width:100%;
	margin: 0 auto;
	color:#000000;
}

/* リンク色変更はここ */
a{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}

/* ヘッダ
--------------------*/
#logo{ 
	width:320px ; 
	height:80px; 
	display:block;
	margin: 0 auto;
	text-align: center;
}
#bbs_name{ 
	width:320px ; 
	height:35px; 
	display:block;
	margin: 0 auto;
	text-align: center;
}


/* スレッド表示
--------------------*/
.thd { width:100%; background-image: url(../../img/tp-bg.png); }
.thd_s { width:95%; }
.res { width:95%; background-image: url(../../img/bg.png); margin-left: 10px; }
.res2 { width:300px; margin-left: 10px; margin-right: 10px; }
.res3 { width:80%; margin-left: 10px; margin-right: 10px }

/* フッター
--------------------*/
#footer {
	clear: both;
	float: none;
	height: 40px;
	text-align: center;
	margin-top:1%;
	padding:2% 1%;
	border:solid #333333;
	border-width:2px 0 0 0;
}
