@charset "Shift_JIS";


/*--------------------------------------------------------------------
common
css‚Ì‰Šú‰»
--------------------------------------------------------------------*/


* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#006699;
	outline:0;
}
a:hover{
	outline:0;
	color: #00CCFF;
}


div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
}

.attention{
	color: #990000;
}

.subtitle{
font-weight:bold;
}

/*--------------------------------------------------------------------
common
ƒy[ƒW‹¤’Ê•”•ª
--------------------------------------------------------------------*/

/*body*/

body {
	background-image: url(../../img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

h1 {
	margin: 0px auto;
	width: 791px;
	height: 18px;
	padding-top: 9px;
	font-size: 12px;
	font-weight: normal;
}



/*header*/
div#header {
	background-image: url(../../img/common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	height: 72px;
	width: 797px;
	position: relative;
}
div#header ul {
	padding: 0px;
	position: absolute;
	top: 45px;
	margin: 0px;
	text-align: left;
	right: 0px;
}
* html div#header ul {
	padding: 0px;
	position: absolute;
	top: 45px;
	margin: 0px;
	text-align: left;
	right: -15px;
}

div#header ul li {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../../img/common/head_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

div#header ul li a {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.logo{
margin: 20px 0 0 10px;
}



/*container*/

div#container {
	overflow:visible;
	width: 791px;
	margin: 0px auto;
	clear: both;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/


/*g-menu*/
div#container ul#g-menu {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 791px;
	height: 41px;
}

div#container ul#g-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*wrapper*/

div#wrapper {
	width:791px;
	overflow:visible;
	margin: 0px auto 30px;
	padding: 0px;
	background-repeat: repeat-y;
	clear: both;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#wrapper {
    height: 1em;
    overflow: visible;
}
/**/



div#wrapper h2#main-img {
	margin: 0;
	padding: 0px;
	clear: both;
}

div#footer {
	text-align: center;
	vertical-align: middle;
	color: #006699;
	clear: both;
	background-image: url(../../img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 54px;
	line-height: 2;
	padding-top: 5px;
}

p#copy {
	text-align: center;
	padding: 20px;
}

div#wrapper p#path {
	font-size: 12px;
	margin: 15px auto 0px;
	padding: 0;
}

div#wrapper p#path a {
	color: #333333;
	text-decoration: none;
}

div#wrapper h3 {
	background-image: url(../../img/common/topic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 22px;
	padding-left: 50px;
	height: 54px;
	color: #685840;
}
/*--------------------------------------------------------------------
index
index.html
--------------------------------------------------------------------*/

div#index {
	margin-top: 15px;
}

div#index ul#banner {
	float: right;
	width: 180px;
}

div#index ul#banner li#contact {
	background-image: url(../../img/index/banner01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 170px;
	padding: 68px 0px 0px 10px;
}

div#index ul#banner li#contact a {
	background-image: url(../../img/index/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

div#index ul#banner li {
	margin-bottom: 20px;
}


div#index #contents {
	float: left;
	width: 590px;
}


div#index #contents dl {
	margin-top: 15px;
	font-size: 14px;
}


div#index #contents dl dt  {
}


div#index #contents dl dd  {
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px dashed #000066;
}


div#index #contents #box-left  {
	float: left;
	width: 290px;
}


div#index #contents #box-left p  {
	background-image: url(../../img/index/img01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-left: 132px;
	height: 80px;
}


div#index #contents #box-right  {
	float: right;
	width: 290px;
}


div#index #contents #box-right p  {
	background-image: url(../../img/index/img02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-left: 132px;
	height: 80px;
}


div#index #contents #box-left p a, 
div#index #contents #box-right p a  {
	text-align: right;
	display: block;
}

/*--------------------------------------------------------------------
maintenance
maintenance.html
--------------------------------------------------------------------*/

div#mente {
	margin-top: 15px;
}

div#mente p#mente01 {
	background-image: url(../../img/maintenance/img01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 228px;
	padding: 20px 200px 0px 0px;
}

div#mente p#mente02 {
	background-image: url(../../img/maintenance/img03.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px 150px 30px 0px;
}

/*--------------------------------------------------------------------
boiler
boiler.html

ƒGƒRƒLƒ…[ƒsƒbƒg
qpit.html

ƒoƒRƒeƒBƒ“ƒq[ƒ^[
bacothin.html
--------------------------------------------------------------------*/

div#boiler {
	margin-top: 15px;
}

div#boiler p#cat,
div#boiler p#cat a{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin: 20px 0px;
	text-decoration: none;
}

div#boiler p.caption{
	color:#003366;
	font-size:18px;
	margin: 10px 0px;
	font-weight: bold;
}

div#boiler #text01{
	background-image: url(../../img/products/img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 311px;
	margin: 22px 0px;
	height: 185px;
}

div#boiler #text02{
	background-image: url(../../img/products/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 408px;
	margin: 22px 0px@0;
	height: 158px;
}

div#boiler #text01 p,
div#boiler #text02 p{
	margin-bottom: 20px;
}

div#boiler #text01 p.attention,
div#boiler #text02 p.attention{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin: 20px 0px;
}

div#boiler ul#products{
	margin: 0 auto;
}

div#boiler ul#products li{
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 291px;
	margin: 0 0 15px;
	border: 1px solid #CCCCCC;
	padding: 0px 100px 0px 400px;
}

* html div#boiler ul#products li{/*IE6 HACK*/
	width: 289px;
}

div#boiler ul#products li#img01{
	background-image: url(../../img/bacothin/img1.jpg);
	height: 252px;
}

div#boiler ul#products li#img02{
	background-image: url(../../img/bacothin/img2.jpg);
	height: 252px;
}

div#boiler ul#products li#img03{
	background-image: url(../../img/bacothin/img3.jpg);
	height: 297px;
}

div#boiler ul#products li#img04{
	background-image: url(../../img/bacothin/img4.jpg);
	height: 279px;
}

div#boiler ul#products li#img05{
	background-image: url(../../img/bacothin/img5.jpg);
	height: 393px;
}

div#boiler ul#products li p.title{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin: 0;
}

div#boiler ul#products li p{
	margin: 0 0 0px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
}

div#boiler ul#products li p.attention{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px 0px 10px;
}

div#boiler #bacothin{
	background-image: url(../../img/bacothin/img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 306px;
	padding: 25px 0px 0px 5px;
}

div#boiler #bacothin p{
	margin-bottom: 15px;
}

div#boiler #bacothin dl dt{
	float: left;
}

div#boiler #bacothin dl dd{
	padding-left: 45px;
}

/*--------------------------------------------------------------------
contact
contact.html
--------------------------------------------------------------------*/

div#contact {
	margin-top: 15px;
}

div#contact dl {
	margin: 20px auto;
	width: 500px;
}

div#contact dl dt {
	font-weight: bold;
	color: #003366;
	float: left;
	margin-bottom: 20px;
	clear: both;
}

div#contact .attention {
	color: #FF6600;
	font-size: 12px;
	font-weight: normal;
}

div#contact dl dd {
	color: #003366;
	margin-bottom: 20px;
	padding-left: 150px;
}

div#contact dl dd .form01 {
	height: 25px;
	width: 254px;
}

div#contact dl dd .form02 {
	height: 25px;
	width: 108px;
}

div#contact dl dd .form03 {
	height: 25px;
	width: 340px;
}

div#contact dl dd textarea {
	height: 120px;
	width: 340px;
}


/*--------------------------------------------------------------------
cost
cost.html
--------------------------------------------------------------------*/

div#cost {
	margin-top: 15px;
}

div#cost p#text01 {
	background-image: url(../../img/cost/img01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 500px 0px 0px;
	height: 126px;
	margin: 0px;
}

div#cost p#text02 {
	background-image: url(../../img/cost/img02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 556px 0px 0px;
	height: 184px;
}


/*--------------------------------------------------------------------
‰ïŽÐŠT—v
information.html
--------------------------------------------------------------------*/

div#information {
	margin-top: 15px;
}

div#information table {
	width: 792px;
	margin-bottom: 20px;
	border-collapse:collapse;
}

div#information table tr th {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

div#information table tr td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}

div#qpit {
	margin-top: 15px;
}


/*--------------------------------------------------------------------
ƒvƒ‰ƒCƒoƒV[ƒ|ƒŠƒV[
privacy.html
--------------------------------------------------------------------*/

div#privacy {
	margin-top: 15px;
}

div#privacy p{
	margin-bottom: 20px;
}


/*--------------------------------------------------------------------
”Ì”„EŠ„•Š”Ì”„
salling.html
--------------------------------------------------------------------*/

div#salling {
	margin-top: 15px;
}

div#salling table {
	width: 792px;
	margin-bottom: 20px;
	border-collapse:collapse;
}

div#salling table tr th {
	background-color: #0096CC;
	border: 1px solid #333;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
}

div#salling table tr td {
	border: 1px solid #333;
	padding: 10px;
	text-align: left;
}
