@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


#main{
	background-color:#FFF;
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px;   /* Firefox用 */
	width:1080px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header{
	width:980px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


img{
	border:none;
}

#header2{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
}

#TOP1{
	width:980px;
	height:459px;
	margin-right: auto;
	margin-left: auto;
}




#header3{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}



#navi{
	height:40px;
	margin-left:10px;
	margin-top: 10px;
}




#navi ul li{
	float:left;
}

#navi ul{
	margin-top:-15px;
	list-style-type:none;
}


#main #contact #inquiry1 {
	margin-top: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main #contact h2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 60px;
}


#main #contact p {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}


#main #contact #telno {
	margin-left: 200px;
	margin-top: 5px;
}

#main #contact {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#main #contact #callme {
	width: 500px;
	margin-left: 50px;
	height: 70px;
	float: left;
	color: #0274FF;
	margin-right: 50px;
}

#main #contact #callme2 {
	float: right;
	height: 40px;
	width: 350px;
	margin-top: -47px;
}


#main #callme3 {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-top: 150px;
}


#main #footer ul li:first-child{
	border-left:none;
}

#main #footer ul{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main #footer ul li {
	float: left;
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	margin-bottom:8px;
	margin-left: 20px;
	padding-left: 20px;
}

#main #footer ul li a {
	color:#FFF;
}

#main #footer ul li a:hover {
	color:#FFF902;
}


hr{
	color:#FFFFFF;
	clear:both;
	width: 940px;
}


#footer {
	height: 70px;
	width: 1080px;
	font-size: 12px;
	text-align: center;
	margin-top: 150px;
	background-color: #666;
	color: #FFF;
	padding-top: 5px;
	border-radius:0px 0px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
