@charset "UTF-8";

* {
  list-style:none;
  margin:0px;
  padding: 0px;
  text-decoration: none;
}
body{font-family: 'Meiryo', 'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','平成明朝','Lucida Grande', Verdana,'ＭＳ Ｐゴシック',sans-serif;}
a.noborder, 
a.noborder:link, 
a.noborder:hover, 
a.noborder:active, 
a.noborder:visited, 
img{
  border: 0;
  vertical-align:bottom;
}
a:link, 
a:active{
  color: #000;
  border-bottom: 0px solid ;
  text-decoration:none;
}
a:visited{
  color: #757575;
  border-bottom: 0px solid ;
  text-decoration:none;
}
a:hover{
  color: #aa8f3d;
  text-decoration:none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


#wrapper{
	background: #ffffff;
	color: #333333;
	border-top: 3px solid #003465;
}
#logo{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#logo img{
	margin: 0 0 0 auto;
}
#header{
	width:100%;
	min-width:1000px;
	height:495px;
	border-top:solid 1px #cccccc;
	background:url(../images/header.jpg) top center no-repeat #e3e2d4;
}
#header h1{
	display:none;
}
#header2{
	width:1000px;
	height:135px;
	margin:0 auto;
	position:relative;	
}
#header2 img{
	position:absolute;
}
#header2 img#lead{
	top:-115px;
	left:40px;
}
#header2 img#credit{
	top:10px;
	right:5px;
}
#contents{
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
}
#main{
	width:700px;
	float:left;
}
#main p{
	width:570px;
	font-size:15px;
	line-height:1.6;
	margin-left:65px;
	margin-bottom:20px;
}
#main h2{
	margin:50px 0px 40px 0px;
}
#sub{
	width:295px;
	float:right;
	margin-right:5px;
	position:relative;
}
#rectan a{
	display:block;
}
#rectan a span{
	display:none;
}
#rectan a.rectan1{
	width:295px;
	height:250px;
	background:url(../images/rectan1.gif) no-repeat;
}
#rectan a.rectan2{
	width:295px;
	height:320px;
	background:url(../images/rectan2.gif) no-repeat;
}
#rectan a:hover{
	background-position:-295px 0px;
}
#banner{
	width:1000px;
	margin:0 auto;
	padding-bottom:50px;
}
#banner a{
	width:480px;
	height:560px;
	display:inline-block;
}
#banner a span{
	display:none;
}
#banner a.banner1{
	margin-left:10px;
	background:url(../images/banner1.gif) no-repeat;
}
#banner a.banner2{
	margin-left:20px;
	background:url(../images/banner2.gif) no-repeat;
}
#banner a:hover{
	background-position:-480px 0px;
}

#footer{
	width:100%;
	min-width:1000px;
	margin:0 auto;
	padding: 20px 0 15px 0;
	text-align:center;
	background: #000;
	overflow:hidden;
	text-align: center;
}
#footer img{
	margin: 0px auto 10px auto;
}
#footer p{
	color:#FFF;
	font-size:12px;
	line-height: 1.3;
}
#footer p span{
	font-weight:bold;
}

