<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #c6c6c6;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #74CDF2 url(../images/common/back.gif) repeat-x left top;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover   {
	text-decoration: underline;
}
a:active  { color: #f86e6e; text-decoration: none; }


#container {
	margin: 0px auto;
	width: 918px;
	position: relative;
	background: url(../images/common/base_body.gif) repeat-y 0px 50px;
	padding-top:-25px;
	padding-bottom: 20px;
}

.topcontainer {
    background: url(../images/top/topbase_body2.gif) repeat-y 0px 50px;
}

/* Head
---------------------------------------------*/
#head {
	position: relative;
	width: 918px;
	height: 580px;
	background: url(../images/common/base_head2.gif) no-repeat left top;
}
.tophead {
background: url(../images/top/topbase_head2.gif) no-repeat left top;
}
#head h1 {
	font-size: 10px;
	text-align: left;
	position: absolute;
	line-height: 1.3;
	left: 25px;
	top: 32px;
	width: 800px;
	z-index: 5;
	color: #999999;
}
#head h1 strong {
	font-weight: normal;
}
#head h2 {
	position: absolute;
	left: 19px;
	top: 68px;
	width: 285px;
	z-index: 4;
}
#head .navGlobal {
	width: 880px;
	height: 65px;
	position: absolute;
	left: 19px;
	top: 250px;
}
#head .nav {
	width: 99px;
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 3;
	text-align: right;
}
#head li {
	display: inline;
}

#head .headImage {
	position: absolute;
	width: 324px;
	left: 445px;
	top: 44px;
	z-index: 2;
}

#head #flashhead{
	position:absolute;
	top: 50px;
	right:19px;
	width: 880px;


}

/* ContentWrap
---------------------------------------------*/
#contentWrap {
	position: relative;
	width: 880px;
	padding: 0px;
	margin: -250px auto 0px;
	text-align: center;
}
/* --ClearFix-- */
#contentWrap:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #contentWrap {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*-------- nav --------*/
#leftnav {
	width: 200px;
	float: left;
	margin-left: 2px;
}

#banner {
	width: 170px;
	margin: 25px 0px 25px 0px;
	background: url(../images/common/banner/banner_comment_back.gif) repeat-y left bottom;
}
#banner .comment {
	color: #888888;
	font-size: 85%;
	padding: 5px 8px 4px 15px;
	background: url(../images/common/banner/banner_arrow.gif) no-repeat 5px 6px;
	text-align: left;
}


#creditCard {
	width: 165px;
}
#creditCard p {
	font-size: 85%;
	color: #8c8c8c;
	margin-bottom: 3px;
}
#creditCard li {
	display: inline;
}



/*-------- Content --------*/
#content {
	width: 660px;
	float: right;
	line-height: 1.3;
	background: url(../images/common/content_frame.gif) repeat-y left top;
}

/*-------- Attention --------*/
#attention {
	margin: 0px auto;
	text-align: left;
	line-height: 1.2;
	width: 518px;
	font-size: 85%;
	position: relative;
	background: url(../images/common/attention/attention_body.gif) repeat-y left top;
}
/* --ClearFix-- */
#attention:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #attention {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.attentionImage {
	width: 518px;
	padding-top: 14px;
	position: absolute;
	background: url(../images/common/attention/attention_head.gif) no-repeat left top;
}
.attentionImage img {
	margin-left: 10px;

}
.attentionComment {
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 43px;
	padding-bottom: 13px;
	background: url(../images/common/attention/attention_foot.gif) no-repeat left bottom;
}





/*-------- topArrow --------*/
#topArrow {
	width: 640px;
	height: 29px;
	text-align: right;
	position: relative;
	background: url(../images/common/content_foot.gif) no-repeat left top;
	clear: left;
}
#topArrow img {
	position: absolute;
	top: 20px;
	right: 0px;
	border-style: none;
}



/* footNav
---------------------------------------------*/
#footNav {
	width: 860px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: right;
	background: url(../images/common/foot_dot.gif) no-repeat left top;
}
#footNav ul {
	font-size: 85%;
}
#footNav li {
	display: inline;
}




/* foot
---------------------------------------------*/
#foot {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	line-height: 1.3;
	font-size: 10px;
	color: #9FDCF7;
	background: url(../images/common/back_foot_line.gif) repeat-x left top;
	padding: 0px;
}
#footContent {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 918px;
	height: 220px;
	text-align: right;
	background: url(../images/common/base_foot2.gif) no-repeat left top;
}

#footContent .footLogo {
	position: absolute;
	top: 32px;
	right: 255px;
}

#footContent .address {
	padding: 20px 0px 0px;
	margin: 0px 35px 55px 0px;
	color: #ACEEFF;
}
#footContent .copyright {
	margin: 0px 35px 0px 0px;
	clear: right;
	color: ACEEFF;
}
#leftnav p {
	padding-top: 2px;
}
#leftnav .subleftIn {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.leftnavOn {
	color: #FFCC00;
	font-size: 12px;
	border-bottom: 1px dotted #444444;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-top: 10px;
	background: url(../images/common/bg_icon.gif) no-repeat left center;
}
.leftnav {
	color: #CCCCCC;
	font-size: 12px;
	border-bottom: 1px dotted #444444;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-top: 10px;
	background: url(../images/common/bg_icon.gif) no-repeat left center;
}
.leftnavOn a,.leftnavOn a:hover,.leftnav a:hover {
	color: #249ECD;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
}
.leftnav a {
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
}
.leftnav a:visited, .leftnavOn a:visited {
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
}
#subwrap {
	width: 620px;
	margin-right: auto;
	margin-left: 10px;
}
.onetext {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	letter-spacing: 0.2em;
	text-align: left;
	margin: 10px 5px 20px 10px;
}
.onetitle {
	background: url(../images/common/subtitleback.gif) no-repeat 0px center;
	height: 46px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.onetitle img {
	margin: 0px;
	padding: 0px;
}
#oneBox {
	padding: 30px 0px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
}
.funtitle {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: url(../images/common/backline.gif) no-repeat left top;
}
.rightimg {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.leftimg {
	margin-right: 15px;
	float: left;
}
#twoBox {
	padding: 10px;
	height: 103px;
	background: url(../05carfilm/images/twobox_back.gif) no-repeat left top;
	clear: both;
	margin: 0px;
}
.twotext {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	margin-top: 3px;
}
.bluetext {
	font-size: 12px;
	font-weight: bold;
	color: #13A4E0;
	margin: 0px;
	text-align: left;
}
#oneBox ul {
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
}
#oneBox li {
	background: url(../06bodycoating/images/check.gif) no-repeat left top;
	height: 26px;
	padding-left: 34px;
	font-size: 12px;
	margin-bottom: 5px;
}
.cyutext {
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin-left: 10px;
}
#text_one dl {
	font-size: 12px;
	padding: 10px;
	color: #666666;
	text-align: left;
	width: 590px;
}
#text_one dt {
	float: left;
	width: 80px;
	background: url(../images/common/icon.gif) no-repeat left center;
	padding-left: 10px;
}
#text_one dd {
	margin-bottom: 5px;
	text-align: left;
	margin-left: 90px;
}
.map {
	border: 2px solid #CCCCCC;
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}#text_one {
	margin: 0px;
	padding: 0px;
}
#coating_three {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	letter-spacing: 0.1em;
	background: url(../images/common/yellowicon.jpg) no-repeat 15px center;
	clear: both;
}
#coating_three ul {
	margin-left: 70px;
	display: block;
	text-align: left;
}
#coating_three li {
	list-style: none outside;
}
#realcoating {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 620px;
}	#realcoating dl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
#realcoating dt {
	background: #0066CC;
	float: left;
	height: 18px;
	width: 100px;
	margin-bottom: 1px;
	padding-top: 3px;
	font-size: 12px;
	color: #FFFFFF;
}
#realcoating dd {
	margin-left: 110px;
	text-align: left;
	color: #0066CC;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 2px;
}
#linklist {
	margin: 0px;
	padding: 0px;
}
#linklist dd {
	font-size: 12px;
	color: #666666;
	margin-left: 180px;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 3px;
}
#linklist dt {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: left;
}
.glassrep {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.linkfree {
	font-size: 10px;
	color: #FD6C02;
	letter-spacing: 0.1em;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 30px;
}


</pre></body></html>