@charset "shift_jis";


h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}



/*------------------------------
   common
------------------------------*/
 a img { border: none;}

.clear { clear:both;}

hr{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


/* clearfix ---------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* End hide from IE-mac */

img{vertical-align:top;}

/*------------------------------
   header
------------------------------*/

#head {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 750px;
	margin: 0 auto;
}

#head h1{
	position:absolute;
	width:333px;
	height:36px;
	left:22px;
	top:22px;
}

#head img.agency{
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}


#panf{
	margin: 5px auto 15px;
}
#infoBox {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#infoBox div{
	width:750px;
	text-align: center;	
	position: absolute;
	top: 98px;
	left: 0;
}

.copy{
	text-align:right;
	font-size:10px;
	line-height:18px;
	margin-right:20px;
}
.copy a {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

.copy a:link {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}
.copy a:visited {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}
.copy a:hover, a:active {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}