@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	text-align: center;
}
#wrap{
	margin 0 auto;
	text-align: left;
	width:800px;
}
#head{
	width:800px;
	height:80px;
}
#logo{
	float:left;
	width:152px;
	height:10px;
	padding-left:5px;
	text-align:center;
}
#topnavi{
	float:right;
	height:10px;
	padding-top:60px;
}

#topnavi ul{
	font-size:11px;
	list-style:none;
}

#topnavi li{
	float:left;
}

#topnavi a{
	text-decoration:none;
	margin-right:5px;
	color:#000;
}

h1{
	text-indent:-5000px;
}

#navi{
	width:800px;
	height:41px;
	border-bottom:#990000 3px solid;
}
#navi ul{
	list-style:none;
	width:800px;
	height:41px;
}
#navi ul li{
	float:left;
	width:160px;
	height:41px;
}
#navi a{
	display:block;
	width:160px;
	height:41px;
}

/*トップメニュー*/
#top a{
	background:url(img/topsabu.jpg) no-repeat;
	width:160px;
	height:41px;
	text-indent:-9999px;
}

#what a{
	background:url(img/whatsabu.jpg) no-repeat;
	width:160px;
	height:41px;
	text-indent:-9999px;
}
#information a{
	background:url(img/informationsabu.jpg) no-repeat;
	width:160px;
	height:41px;
	text-indent:-9999px;
}
#service a{
	background:url(img/servicesabu.jpg) no-repeat;
	width:160px;
	height:41px;
	text-indent:-9999px;
}
#recruit a{
	background:url(img/recruitsabu.jpg) no-repeat;
	width:160px;
	height:41px;
	text-indent:-9999px;
}
/*ここまで*/

#content{
	width:800px;
	background:url(img/backcolor.jpg) repeat-x #0a0d22;
}

/*onMouseしたときなどの動作*/
#navi a:link,#navi a:visited{
	background-position:0 0;
}
#navi a:hover,#navi a:active{
	background-position:0 -41px;
}

#flash{
	/*background:url(img/topimg.jpg) no-repeat;*/
	width:800px;
	height:303px;
}

#flash p{
	text-indent: -5000px;
}


#pagenavi{
	width:638px;
	height:15px;
	color:#fff;
	font-size:9px;
	padding-top:15px;
	padding-left:9px;
}

#backcolor{
	width:628px;
	background:#fff;
	margin-left:9px;
}

#textarea{
	width:530px;
	padding-left:42px;
	font-size:13px;
}

h2{
	width:530px;
	font-size:18px;
	border-bottom:solid 1px;
	border-left:solid 4px #b92020;
	padding-left:5px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
}


#backcolor{
	float:left;
}

#backcolor p,ul{
	font-size:13px;
}

#textarea ul{
	padding-left:20px;
}

#textarea{
	padding-bottom:50px;
}

#sidemenu{
	width:160px;
	float:right;
	color:#fff;
}

#sidemenu li{
	margin-bottom:5px;
	border-left:solid 2px #b92020;
	font-size:11px;
	margin-left:10px;
	padding-left:5px;

}

#sidemenu-a{
	padding-left:5px;
	margin-left:5px;
}

#sidemenu-a li{
	border-left:solid 2px #d54444;
}

#sidemenu a{
	text-decoration:none;
	color:#fff;
}

#sidemenu ul{
	margin-top:8px;
}


#footer{
	clear:both;
	color:#fff;
	text-align:center;
	background:#0a0d22;
	font-size:10px;
	padding-top:14px;
	padding-bottom:5px;
}
