@charset "Shift-JIS";


/* body
----------------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height:1.5;
	color:#222;
	
	background:url(../img/body.jpg) center 0 no-repeat;
	border-top:4px solid #00a2e7;
}
h1,h2,h3,h4,h5,h6,
.hd{
	font-size:100%;
	font-family:'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
a:link,a:visited {color:#007bd9;}
a:hover,a:active {color:#43adff;}


/* header
----------------------------------------------------------------------- */
header{
	width:960px;
	overflow:hidden;
	position:relative;
}
h1{
	position:absolute;
	top:34px;
	left:279px;
	font-family:'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}
#logo{
	padding:12px 0 0 0;
	float:left;
}
#tel{
	padding:30px 0 0 0;
	float:right;
}
header ul{
	position:absolute;
	top:0;
	right:0;
}
header li{
	float:left;
}

.btn-txt{
	padding:0 10px 0 7px;
	margin:5px 0 0 0;
	background:url(../img/point01.png) 0 center no-repeat;
}
.btn-txt a{
	text-decoration:none;
	font-size:10px;
}
.btn-img{
	padding:0 0 0 2px;
}


/* nav
----------------------------------------------------------------------- */
nav{
	margin:0 0 15px 0;
}
nav ul{
	width:960px;
	overflow:hidden;
}
nav li{
	float:left;
}


/* container
----------------------------------------------------------------------- */
#container{
	width:960px;
	padding:0 20px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}


/* pagetop
----------------------------------------------------------------------- */
.pagetop,
#pagetop{
	margin:0 0 15px 0;
	text-align:right;
	clear:both;
}
#pagetop img{
	cursor:pointer;
}
#pagetop img:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


/* footer
----------------------------------------------------------------------- */
footer{
	color:#fff;
	background:#00a2e7;
	border-top:10px solid #66c7f1;
	clear:both;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active{
	color:#fff;
}
footer p{
	width:960px;
	padding:12px 0 15px 0;
	margin:0 auto;
	text-align:center;
	font-family:'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}



