/*design_css*/

body{
	margin:0;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:"Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#290D05;
}
div#nojs{
	width:100%;
	height:20px;
	background-color:#FF6666;
	border-bottom:3px;
	border-color:orange;
	font-size:10pt;
	text-align:center;
	color:#FFFFFF;	
}
div#content{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
div#top{
	width:780px;
	height:30px;
	text-align:right;
	font-size:12px;
	background-color:#FFFFFF;
}
div#pic1{
	width:780px;
	height:170px;
	float:left;
}
div#gmenuBox{
	float:left;
	width:780px;
	height:40px;
}
div.pic2{
	width:560px;
	height:40px;
	float:left;
}
div.gmenu1{
	width:70px;
	height:40px;
	float:left;
}
div.gmenu2{
	width:80px;
	height:40px;
	float:left;
}
div#menuBox{
	float:left;
	width:780px;
	height:55px;
}
div.menu1{
	width:121px;
	height:55px;
	float:left;
}
div.menu2{
	width:155px;
	height:55px;
	float:left;
}
div.side{
	width:10px;
	height:55px;
	float:left;
}
div#line{
	clear:both;
	width:780px;
	height:10px;
	font-size:0px;
	background-color:#e4e4e4;	
}

img{
	border-style:none;
}

/*edited by murata -start-*/
.table {
	width: 780px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 170%;
}
h1 {
	margin: 5px 0px 0px;
	padding: 15px;
}

p.head {
	margin: 0px;
	padding: 0px;
}
/*edited by murata -end-*/

/*footer*/

div#footer {
	clear: both;
	position:relative;
	padding-top: 0px;
	width:750px;
	margin-left:15px;
	/*background-color:blue;*/
}
div#info{
	width:180px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999999
}
div#gotop{
	text-align:right;
	font-size: 12px;
	padding-bottom:5px;
}
.footer_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding: 10px;
	color: #999999;
	font-size: 12px;
	display: block;
}
div#address {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-bottom:5px;
}
div#copyright {
	font-size: 10px;
	color: #666666;
	font-family:Arial;
	text-align: center;
	padding-top:10px;
}