@charset "UTF-8";

/* ------------------------------

 0.Default
 
------------------------------ */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

br {
	letter-spacing:0;
}

span.non {
	display:none;
}

a {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

/* ------------------------------

 1.Base
 
------------------------------ */
html {
}

body {
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	line-height:130%;
}

/* ------------------------------

 2.Header
 
------------------------------ */
#pagetop {
	background:#231816;
}

#pagetop p {
	background:#231816 url(../images_cmn/home_top.gif) no-repeat 414px 0;
	width:940px;
	height:18px;
	margin:0 auto;
	text-indent:-10000px;
}

#home {
	padding-left:414px;
}


/* PRICE LIST専用 */
#pricelist #pagetop p {
	width:927px;
	background-position:400px 0;
}

#pricelist #home {
	padding-left:400px;
}

/* FLOW専用 */
#flow #pagetop p {
	width:1000px;
	background-position:428px 0;
}

#flow #home {
	padding-left:428px;
}

/* VISION専用 */
#vision #pagetop p {
	width:923px;
	background-position:385px 0;
}

#vision #home {
	padding-left:385px;
}

/* MAP専用 */
#map #pagetop p {
	width:937px;
	background-position:390px 0;
}

#map #home {
	padding-left:390px;
}

/* THANKS専用 */
#mailform #pagetop p {
	width:937px;
	background-position:410px 0;
}

#mailform #home {
	padding-left:410px;
}
/* ------------------------------

 3.Footer
 
------------------------------ */
#b-pagetop {
	width:900px;
	text-align:right;
	padding-bottom:10px;
}


#footer {
	background:#231816;
	padding:8px 0;
	text-align:center;
}

#footer #copyright {
	background:#231816 url(../images_cmn/copyright.gif) no-repeat center bottom;
	text-indent:-10000px;
}




