@charset "utf-8";
@import url("reset.css");


/* 共通 */

html{
	height:100%;
}

body{
	background-color:#ADC8CD;
	background-image:url(../img/bodyBg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:"Century Gothic,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B",clean,sans-serif";
	color:#575757;
	margin:0;
	padding:0;
	height:100%;
}

a{
	text-decoration:none;
	color:#FE5C11;
}

a:active{
	text-decoration:none;
	color:#FE5C11;
}

a:visited{
	text-decoration:none;
	color:#FE5C11;
}

a:hover{
	text-decoration:underline;
	color:#FE5C11;
}

#container{
	width:716px;
	height:100%;
	margin:0 auto;
	padding:0;
}

#header{
	background-image:url(../company/img/printHead.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:716px;
	height:120px;
	margin:0;
	text-align:left;
	font-size:10px;
}

#title{
	width:700px;
	padding:5px 20px 0 0;
	text-align:right;
}

#main{
	width:700px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	font-size:12px;
}

#space{
	width:700px;
	height:8px;
	background-color:#000000;
	margin:0;
}

#map{
	width:611px;
	height:390px;
	margin:5px auto 0;
}

h2{
	width:611px;
	margin:30px auto 0;
	text-align:center;
}

#address{
	width:320px;
	margin:20px auto 20px;
	line-height:20px;
}

#tel{
	width:611px;
	margin:0 auto 30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#mapMenu{
	width:650px;
	height:105px;
	margin:0 auto;
	padding:0 0 30px;
}

#btn{
	width:432px;
	height:30px;
	margin:35px 0 0;
	text-align:center;
	float:left;
}

#btn ul{
	width:432px;
	height:30px;
}

#btn li{
	width:216px;
	height:30px;
	float:left;
}

#qr{
	width:216px;
	text-align:center;
	float:right;
}

#qr p{
	width:216px;
	margin:0 0 10px;
}

#qr img{
	width:80px;
	height:80px;
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

#footer{
	width:700px;
	margin:5px auto;
	text-align:right;
	font-size:10px;
	color:#ffffff;
}