@charset "utf-8";
/***********************************************/
/*   有限会社　電秀社   */
/*    style.css                           */
/***********************************************/
*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #F90;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 30px;
/*	background: #191919 url(../images/chv1hfx.png) repeat;*/
	background: url(../images/back_all.jpg) repeat-x 0 0;
}
#wrap {
	width:1050px;
	margin:15px auto;
	background: url(../images/logo.png) no-repeat 0 0;
}
#content
{
	margin-left:270px;
	width:780px;
	text-align:center;
  border-top: 3px solid #447ebc;
	background: #fff;
}

#content #header h1, #content #header h1 a
{
	background: #fff url(../images/top_logo1.jpg) no-repeat 0 0;
	text-indent: -9999px;
  display: block;
  width:100%;
  height:90px;
}

#content #main
{
	background-color: #FFF;
/*	background-repeat: no-repeat;
	background-position: 400px 420px;*/
	text-align:left;
/*	background-image: url(../images/back_img.jpg);*/
	height: auto;
  padding-bottom : 20px;
  overflow: hidden;
}

#wrap #content #header {
  border-top: 2px solid #202a5a;
/*	height: 160px;
	float: left;
*/}


#wrap #content #header #logo {
	width: 229px;
	height: 100px;
	float: left;
	padding-top: 60px;
	padding-left: 40px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-left: 20px;
}


#content #header #logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	color: #030;
}

#content #header #logo H2 a
{
	font-size: 12px;
}

#footer {
  background:#32506e;
  background:#bbb;
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #32506e;
}

#footer a {
	color: #037931;
}
*.offset {
	position: absolute;
	left: -9999px;
}
