body { 
	background:#fff url("b_tile.jpg");
	margin: 0px; 
	padding:0px;

	/* text setting */
	color:#333;
	font:11px/1.4em "ＭＳ ゴシック",sans-serif;
}

#container{
	background:url("b.jpg") repeat-x top;
}

* {
	margin: 0;
	padding: 0;
}

a,a:link{
	font-weight:bold;
	color:#005384;
	text-decoration:underline;
}
a:visited{font-weight:bold;color:#0090A6;}
a:hover {font-weight:bold;color:#aaaaaa;}

a img,img{
	border:0px;
}

h1{
	padding:40px 0 20px 0;
	width:540px;
	text-align:left;
	margin:0 auto;
}
.note{
	width:500px;
	font-size:11px;
	line-height:16px;
	color:#A90000;
	padding:0 0 20px 0;
	margin:0 auto;
}

/* 投稿用フォーム部分 */
input,textarea{
	border:1px solid #aaa;
	font-size:11px;
	color:#555;
}

#submitform{
	border:3px double #aaa;
	background:#fff;
	width:500px;
	text-align:left;
	padding:20px 10px;
	margin:0 auto;
}
#submitform dl dt{
	font-size:10px;
	color:#666;
	padding-left:20px;
}
#submitform dl dd{
	padding-left:20px;
}
#submitform .required{
	font-size:12px;
	color:#BA0000;
}
#submitform .notice{
	font-size:10px;
	color:#007B7B;
}

/* 繰り返しの掲示板内容部分 */
.bbsbody{
	border:3px double #aaa;
	margin:20px auto 0 auto;
	width:520px;
	background:#fff;
	text-align:left;
}
.bbsbody .bbsheader{
	padding:15px 20px 3px 20px;
	position:relative;
	top:0;
	left:0;
}
.bbsbody .bbsheader .del{
	font-size:10px;
	position:absolute;
	top:10px;
	right:15px;
	width:100px;
	text-align:right;
	border:0;
}
.bbsbody .bbsheader2{
	padding:0 20px 10px 20px;
	border-bottom:1px dotted #aaa;
	color:#888;
	font-size:10px;
}

.bbsbody .bbsheader .bbssubject{
	color:#333;
	font-weight:bold;
	font-size:12px;
}

.bbsbody .bbsheader2 .date{
	color:#21A0A0;
}
.bbsbody .bbsheader2 .name{
	font-weight:bold;
	color:#555;
}

.bbsbody .bbsmessage{
	padding:15px 20px 20px 20px;
	font-size:11px;
	line-height:130%;
}


/* フッター */
.delete{
	background:#fff;
	width:480px;
	margin:10px auto 0 auto;
	padding:10px;
	text-align:center;
}

.navi{
	background:#fff;
	width:480px;
	margin:10px auto 0 auto;
	padding:10px;
	text-align:center;
}

.navi form{
	display:inline;
}
.footer{
	background:#fff;
	width:480px;
	margin:10px auto 0px auto;
	padding:10px;
}
.copyright{
	color:#aaa;
	font-size:8px;
	line-height:1.2em;
}
.copyright td{
	padding:0 5px 0 5px;
	vertical-align:top;
}
.credit a,.credit a:link,.credit a:visited,.credit a:hover,.credit a:active{
	font-weight:normal;
	text-decoration:none;
	color:#888;
	border-bottom:1px dotted #fcc;
}






