html {
	overflow-y: scroll;
}
a:link{    /* 未リンク */
	color:#2998D9;
}
a:visited{ /* 既リンク */
}
a:hover  { /* リンク中 */
	color:#F44646;
	text-decoration:none;
}
body,td,th{/* 基本フォント&基本サイズ */
	font-family:"メイリオ","ＭＳ Ｐゴシック"; font-size:small;
}
body {
	background:url(icon/bg.jpg) center top no-repeat fixed;
}
#page {
	margin:0 auto;
	width:800px;
}
tt{font-size:12px;}/* ツリー罫線の文字サイズ */}
table,
table th,
table td {
	border-collapse:collapse;
}
.responceArea {
	background:#FFFFFF;
}
table td.resStateNo {
	background:#F2BA7B;
	padding:0.25em 0 0.25em 0;
}
table td.resStateTitle {
	padding:0.25em 0 0.25em 1em;
	background:#F8D9B8;
}
table td.resStateNo,
table td.resStateTitle {
	text-align:left;
}
table td div.resBody {
	text-align:left;
	padding:0.5em;
}
table td div.resBodyState {
	margin: 0 0 0.5em;
}
h1 {
	color:#FFFFFF;
	font-face:Arial,Helvetica;
	font-size:24px;
	text-align:center;
	text-shadow:1px 2px 3px #666666;
}
table.gNav {
	width: 760px;
	margin: 0 auto;
}
table.gNav,
table.gNav td {
	border-collapse:collapse;
	border-top:4px solid #DA944E;
	border-right:1px solid #FFFFFF;
	background:#FDF1E5;
}
#footer table.gNav,
#footer table.gNav td {
	border-top:none;
	border-bottom:4px solid #DA944E;
}
table.gNav tr a {
	padding:0 0 0 16px;
	color:#2998D9;
	background:url(icon/arrow_state_grey_right.gif) no-repeat left center;
}
table.gNav tr td {
	padding:0.5em 0;
}
div.pageNavi {
	width:744px;
	margin:5px auto;
	border-right:4px solid #CFB959;
	border-left:4px solid #CFB959;
	padding:8px;
	background:#FFFFFF;
	text-align:center;
}
div.pageNavi div.count {
	text-align:left;
}
div.intro {
	margin: 0 20px;
	border-top:1px solid #DA944E;
	padding:0.5em;
	background:#FFFFFF;
}
div.intro h2 {
	margin: 0;
	padding:0;
}
div.intro p {
	margin:0 0 1em;
}
div.intro p.search {
	border-bottom:1px dotted #DA944E;
}
div.intro form {
	margin:0;
}
div.intor form table {
	margin:0 auto;
}
table.inputForm {
	width:600px;
	margin:0 auto;
	background:#FFFFFF;
}
table.threadBody {
	/* margin: 0 auto; */
}
div.preview {
	width:760px;
	margin:20px auto;
}
div.preview table {
	width:	760px;
}
form.modify {
}
form.newthread {
	width:760px;
	margin:0 auto;
	background:#FFFFFF;
}
form.newthread th {
	padding:0 1em 0 0;
	font-weight:normal;
	text-align:right;
	background:#FCEEE0;
}
form.newthread div.kwrite {
	padding:20px 0;
	text-align:center;
}
form.newthread div.modify {
	text-align:center;
	background:#F7CDA3;
}

div.edit {
	width:740px;
	margin: 0 auto;
	padding: 0 10px 0.5em;
	background:#FFFFFF;
}
div.admin {
	width:740px;
	margin: 0 auto;
	padding: 0.5em 10px;
	background:#FFFFFF;
	text-align:right;
}


div#footer {
	width: 760px;
	margin:0 auto;
}
div#footer .admin {
	background:#FFFFFF;
}
div#footer div.copyright {
	margin:20px 0;
	text-align:center;
	font-size:10px;
}
