/******************************
Basic Setup
******************************/

/* ------------ Browser Ini */  
html {  
    overflow-y: scroll;  
}  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  
    margin: 0;  padding: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
    font-style: normal;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
    text-align: left;  
}  
q:before ,q:after   {  
    content: '';  
}  
object, embed   {  
    vertical-align: top;  
}  
hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}  

/* ------------ Font Style */  
body {  
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
    background: #FFF;  
    color: #333;  
    font-size: 75%;  
    line-height: 150%;  
    text-align: center;  
}  
html>/**/body {  
    font-size: 12px;  
}  
  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  
  
/* ------------ A Style */  
a:link  {  
    text-decoration: none;  
    color: #666;  
}  
  
a:visited   {  
    text-decoration: none;  
    color: #666;  
}  
  
a:hover {  
    text-decoration: underline;  
    color: #77AA45;  
}  
  
a:active    {  
    text-decoration: none;  
    color: #00F;  
}

/******************************
Styles Setup
******************************/

/* ------------ Styles */
body{
	background:url(../img/bg.png) repeat-x;
}

.float_R{
	float:right;
	margin:0 0 0 15px;
}

.float_L{
	float:left;
	margin:0 10px 0 0;
}

#wrapper{
	padding:0;
	width:1000px;
	margin:0 auto;
	
}

#wrapper #head{
	margin:15px 0 0;
}
#wrapper #head h1{
	color:#218B21;
	font-weight:normal;
	text-align:left;
}

#wrapper #head #logo{
	float:left;
	background:url(../img/logo.png) no-repeat;
	width:312px;
	height:61px;
	text-indent:-9999px;
	margin:15px 0 0;
}

#wrapper #head #logo a{
	display:block;
	width:312px;
	height:61px;
}

#wrapper #head #tel{
	float:right;
	background:url(../img/tel.png) no-repeat;
	width:385px;
	height:90px;
	text-indent:-9999px;
	margin:-15px 0 20px;
}

#wrapper #g_navi{
	height:45px;
	clear:both;
}

#wrapper #g_navi li{
	float:left;
	height:45px;
}

#wrapper #g_navi li a{
	display:block;
	height:45px;
	overflow:hidden;
}

#wrapper #main_visual{
	width:1016px;
	height:365px;
	margin:10px -3px 20px;
	
}
#footer{
	clear:both;
	width:100%;
	height:240px;
	background:url(../img/foot_bg.png) repeat-x;
}

#footer #footerwrap{
	width:1000px;
	margin:0 auto;
	height:100%;
	position:relative;
}
#footer #pagetop{
	background:url(../img/pagetop.png) no-repeat;
	width:155px;
	height:45px;
	text-indent:-9999px;
	float:right;
	margin:-4px 0 0;
}

#footer #pagetop a{
	display:block;
	width:155px;
	height:45px;
}

#footer #footlink{
	background:#E8E6D7;
	width:100%;
}

#footer #footlink a{
	color:#555;
}

#footer #footlink a:hover{
	color:#008000;
}

#footer ul{
	width:1000px;
	height:40px;
	margin:0 auto;
	text-align:left;
}

#footer li{
	line-height:40px;
	display:inline;
	background: url(../../03_request/img/arrow02.png) no-repeat 0 3px;
	padding:0 0 0 13px;
	margin:0 10px 0 0;
}


#footer p{
	width:1000px;
	color:#FFF;
	text-align:left;
	line-height:normal;
	margin:20px auto 10px;
}

#footer #copyright{
	color:#FFF;
	text-align:right;
	height:auto !important;
	position:absolute;
	left: 727px;
	top: 213px;
}
#slider{
	height:365px;
	overflow:hidden;
}
