@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
body {
/*
	background: #bfbfbf;
	color: #000000;
 */
/* 
	background: #efefef;
*/
	background: #F9F4F0;
	color: #000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-size:13px;
}
.returnMenu  {
	width: 800px;
	text-align:left;
	margin:auto;
}

/*
table.count{
	width: 800px;
	text-align: left;
}
table.normal {
	background-color: #fff;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: solid 1px #000;	
}
table.normal tr,table.normal td{
	padding: 3px;
	border-collapse: collapse;
	border: solid 1px #000;	
}
.normal td.index{
	text-align: center;
	color: #FFF;
	
}
td.index {
	width: 200px;

}
*/
tr, td {
	font-size: 13px;
}
/* new */
#content, #contentlong {
	clear: both;
	color: #3b1a02;
	padding: 10px 20px;
	text-align: center
}
/* new */
#content a {
	width: auto;

/*	width: 900px;
*/	display: block;
	height:30px;
	line-height:30px;
	margin:0px 0px 3px 0px;
	text-indent:1em;
	background-color:#D8E7E7;
	color:#000000
}
#contentlong a {
	width: 2000px;
	display: block;
	height:30px;
	line-height:30px;
	margin:0px 0px 3px 0px;
	text-indent:1em;
	background-color:#D8E7E7;
	color:#000000
}

/* header */
#content2, #content2long, #content3long {
	background: #7d3908;
	clear: both;
	color: #fff;
	padding: 10px 20px;
	text-align: center
}
/* header */

/* header */
#content3long{
	width: 3300px;
	margin-left: -800px;
/*

	padding-left: 300px;
*/	

}
a {
	text-decoration: none;
	color: #808080;
}
.menu{
	list-style-type:none;
	list-style-position:inside;

}
.menu a, .menu #user {
	display:block;
	height:30px;
	line-height:30px;
	width:290px;
	margin:0px 0px 3px 0px;
	text-indent:1em;
	background-color:#D8E7E7;
	color:#000000;
	font-size: 13px;
}
.menu a:hover, #contentlong a:hover {
	background-color:#A8DBDB;
}
dt {
	width: 50px;
	padding: 5px;
	background-color:#808080;
	color: #fff;
	display: block;
	text-align: center;
}
dd {
	padding: 5px;
}
span {
	font-size:10px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 5px;
}

.form {
	width: 600px;
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.form td,.form tr {
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  padding: 5px;
}
.form .index {
	background-color: #EFEFEF;
	text-align: left;
	font-size: 14px;
	width: 200px;
}

.require {
	color: #ff0000;
	font-size: 15px;
}
.err {
	color: #ff0000;
	font-size: 12px;
}