@charset "utf-8";

/*--------------------------------------
	Style Name : Sanshujo Style Sheet

	content
--------------------------------------*/


body.bbs {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	background-image: url(/img/common/bg.gif);
}

body.bbs #container {
	position: relative;
	top:20px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	width: 885px;
	_width: 885px;
	padding-left:0px;
	padding-right:0px;
	             	
	/*	padding-left:18px;
	_padding-left:0px; */
	background-color:white;
	
/*	overflow-x:hidden; */
}

body.bbs #content {
	border-style: solid;
	border-color: #003333;
	border-width: 1px;
}

div#bbs_head_wrap {
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 85px;
}

div#bbs_head_pad {
	position:relative;
	height: 20px;
	background-color:20px;
	background-image: url(/img/common/bg.gif);
	width: 885px;
	margin-left:auto;
	margin-right:auto;
	
	z-index:20;

}
*:first-child+html div#bbs_head {
	margin-left:auto;
	margin-right:auto;
	height: 65px;
	width: 885px;
	background-color: #0F783D;
}

div#bbs_head {
	position:relative;
	top:0px;
	background-color: #0F783D;
	height: 65px;
	width: 885px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index:100;
}

* html div#bbs_head {
	position:relative;
	top:0px;
	left:0px;
	background-color: #0F783D;
	height: 65px;
	width: 885px;
/*	min-width: 885px; */
}

* html div#bbs_head_pad {
	display:none;
}

body.bbs div#logo {
	position:absolute;
	right:18px;
	_right:17px;
	top:12px;
}

body.bbs div#toplink {
	position:absolute;
	right:130px;
	_right:129px;
	top:10px;
}

body.bbs div#bbslogo {
	position:absolute;
	left:65px;
	top:12px;
}

body.bbs div#bbs_title {
	margin-top: 70px;
	_margin-top: 0px;

	width:500px;
	margin-left:125px;;
	margin-right:auto;
	
	text-align: left;
}

body.bbs div#input {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}

body.bbs div#navi {
	width: 800px;
	text-align: center;
	padding-left: 50px ;
	padding-right: 20px ;
	margin-top:10px;
}

body.bbs div#bbsinfo {
	text-align:center;
	margin-bottom: 2em;
}

body.bbs div#articles {
	width: 800px;
	text-align: center;
	padding-left: 50px;
	padding-right: 0px ;
}

body.bbs table.input {
	margin-left:auto;
	margin-right:auto;
	border:0;
}

body.bbs table.input th {
	padding: 3px 3px 3px 3px;
}

body.bbs table.input td {
	padding: 3px 3px 3px 3px;
}

body.bbs div#articles > table {
	margin-left:30px;
}

body.bbs div#articles table {
	text-align:left;
}

body.bbs table.article {
	border:0;
	background-color: #ccccaa;
	width:100%;
}

body.bbs table.article td {
	padding:8px 1px 2px 1px;
}

body.bbs table.res {
	border:0;
	width:100%;
}

body.bbs table.res td {
	padding:2px 8px 2px 8px;
}

body.bbs div#bbsinfo {
	z-index:0;
}

body.bbs div#bbsinfo a {
	color: green;

}





