@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:100%;
}

html {
 background-color:#7eaeed;
}

body{
	text-align:center;
	background:url(../images_common/bg_contents.jpg) repeat-x;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	background-color:#FFFFFF;
	color:#333333;
}


#wrapper {
	width:800px;
	background-color:#FFFFFF;
	margin:0 auto 0;
	text-align:left;
}

img {
	border:none;
}

#header {
	width:780px;
	height:52px;
	padding:12px 10px;
	clear:both;
}

h1 {
	float:left;
}

#phone {
	float:right;
	margin-top:17px;
}

#gNavi {
	width:800px;
	height:52px;
	clear:both;

}

#gNavi ul li {
	float:left;
	list-style:none;
}

#contents {
	width:760px;
	background-color:#FFFFFF;
	min-height: 1em;
	padding:0px 20px 30px;

}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*----------footer-navi----------*/
#footer-navi{
clear:both;
width:100%;
background:url(../images_common/bg_footmenu.jpg) repeat-x top left;
}

#footer-navi-in{
width:800px;
margin:0px auto;
height:34px;
}

#footer-navi-in img {
	display:block;
}

#footer-navi ul li{
list-style:none;
float:left;
}

.pagetop {
	float:right;
	margin-top:-20px;
	position:relative;
}

/* footer
-------------------------------------------------- */

#footer{
width:100%;
background-color:#7eaeed;
clear:both;
}

#footer-in{
width:780px;
margin:0px auto;
padding:15px 10px;
text-align:left;
font-size:80%;
color:#fff;
}


#footer address {
font-style:normal;
line-height:140%;
float:left;
padding-bottom:20px;
}

#copy {
	float:right;
}
