@charset "utf-8";
/* CSS Document */

/* bbs-body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px; color: #333333;
	background-color: #FFFFFF;
	margin: 0; padding: 0;
}
p { margin-bottom: 10px;}

/* bbs-container */
div#container {
	margin: 0 auto;
	width: 988px;
}

/* bbs-header */
div#hdr span { margin-right: 10px; font-size: 8px;}
p.hdr-list { margin-right: 10px; font-size: 10px;}

div#hdr-title {
	padding: 5px 0 0 342px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 646px; height: 116px;
	background: url(../images/img_hdr.jpg) 0 0 no-repeat;
}

	div.owner-box {
		float: left;
		padding: 4px;
		font-size: 12px;
		width: 508px; height: 89px;
		border: solid 4px #ffea00;
		background: #FFFFFF;
		overflow: auto;
	}
	div.owner-box span { font-weight: bold;}

	div#btn-box {
		margin-left: 5px;
		float:left;
		width: 100px;
	}
		
		div.btn-post,
		div.btn-look {
			margin-top: 8px;
			width: 100px; height: 40px;
			text-indent: -9999px;
		}
		div.btn-post a { background: url(../images/btn_post.gif) 0 0 no-repeat; height: 40px; display: block;}			
		div.btn-look a { background: url(../images/btn_look.gif) 0 0 no-repeat; height: 40px; display: block;}			

		div.btn-post a:hover { background: url(../images/btn_post_ov.gif) 0 0 no-repeat;}			
		div.btn-look a:hover { background: url(../images/btn_look_ov.gif) 0 0 no-repeat;}			
/* /bbs-header */

/* bbs-footer */
div#ftr-box {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 988px;
}
div#ftr-box div.pagetop {
	padding: 10px 0;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
}
div#ftr-box div.pagetop span {
	font-size: 8px;
	margin-right: 4px;
}

div#ftr-box div.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 2px #dedede;
}
/* /bbs-footer */

/* bbs-contents */
div#contents {
	width: 988px; height: 400px;
}
/* /bbs-contents */
	
		

			
		
		