﻿
@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
body {
	font-size: 90%;
	line-height: 1.7em;
	color: #333333;
	background: #fffff0 url(img/bg.jpg) 0 0 repeat-x;
	background-attachment: fixed;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #5588cc;
}

a:visited{
	text-decoration: underline;
	color: #5588cc;
}

a:hover {
	color: #5D8525;

}

img {
	border: none;
}


/* ヘッダー
---------------------------------------------*/
#header {
	margin: 0 auto;
	width: 900px;
	height: 120px;
 	background: white url(img/header.jpg) 0 0 no-repeat;
}
#header2 {
	margin: 0 auto;
	width: 900px;
	height: 77px;
 	background: white;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
/*	position: absolute;
	top: 120px;*/
	padding: 5px 30px;
	text-align: center;
	height: 50px;
	background: white url(img/navi-bg.jpg) 0 0 no-repeat;
	list-style-type: none;
}

#globalNav ul {

}

#globalNav li {
	float: left;
	width: 168px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:40px;
	padding-top: 40px;
	background-image: url(img/global_nav.jpg);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  -0     0; }
	#nav02 a { background-position: -168px  0; }
	#nav03 a { background-position: -336px 0; }
	#nav04 a { background-position: -504px 0; }
	#nav05 a { background-position: -672px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -80px; }
	#nav02 a.stay { background-position: -168px  -80px; }
	#nav03 a.stay { background-position: -336px -80px; }
	#nav04 a.stay { background-position: -504px -80px; }
	#nav05 a.stay { background-position: -672px -80px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -40px; }
	#nav02 a:hover { background-position: -168px  -40px; }
	#nav03 a:hover { background-position: -336px -40px; }
	#nav04 a:hover { background-position: -504px -40px; }
	#nav05 a:hover { background-position: -672px -40px; }


/* ナビゲーション
---------------------------------------------*/
#menu {
	margin: 0 auto;
	overflow: hidden;
	width: 840px;
	height: 35px;
	padding: 0px;
	float: left;
	border-bottom: 3px solid #CCCCCC;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	padding: 0px;
	margin: 0;
	float: left;
	width: 168px;
}

/* レイアウト
---------------------------------------------*/
#wrapper{
	margin:0px auto;
	width: 900px;

	background: #ffffff;
	border: #cccccc 1px solid;
}

#content {
	width: 900px;
	padding: 0px;
}

#one {
	padding: 10px 32px;
}

#one h1 {
	clear: both;
	width: 95%;
	font-size: 114%;
	color: #196882;
	background-color: #fafcfe;
	border-left: 5px solid #196882;
	border-bottom: 1px solid #cccccc;
	margin: 10px;
	padding: 1px 12px;

}

#one h2 {
	clear: both;
	font-size: 104%;
	width: 95%;
	color: #006699;
	margin: 5px 20px;
	padding: 1px 3px;
	border-bottom: 1px dashed #cccccc;
	text-align: left;
}

#one h3 {
	clear: both;
	font-size: 104%;
	color: #006699;
	margin: 5px 20px;
	padding: 1px 3px;
	text-align: left;
}

#main {
	float: right;
	width: 644px;
	padding: 5px 28px;
	height: 100%;
	background: white;
	border-left: #cccccc;

}

#main h1{
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main h2 {
	clear: both;
	width: 92%;
	font-size: 114%;
	color: #196882;
	background-color: #fafcfe;
	border-left: 5px solid #196882;
	border-bottom: 1px solid #cccccc;
	margin: 10px;
	padding: 1px 12px;

}

#main h3 {
	clear: both;
	font-size: 104%;
	width: 92%;
	color: #006699;
	margin: 10px 20px;
	padding: 1px 3px;
	border-bottom: 1px dashed #cccccc;
	text-align: left;
}

.goaisatu{
	width: 630px;
	height: 70px;
	margin-top: 10px;
	padding-top: 70px;
	padding-left: 10px;
	background: url(img/bg-goaisatu.jpg) 0 0 no-repeat;
}

.section {
	width: 92%;
	margin-left: 20px;
	margin-bottom: 30px;

}

.section2{
	width: 88%;
	color: #222222;
	margin-left: 20px;
	margin-bottom: 25px;
}
.section3 {
	width: 92%;
	margin-left: 35px;
	margin-bottom: 10px;

}

.flow{
	width: 88%;
	margin: 15px 20px;

}

.price table {
	width: 92%;
	margin: 0px 20px 20px 20px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

.price th{
	width: 30%;
	padding: 5px 10px;
	background: #DFEFFE;
	border: solid 1px #cccccc;

}

.price td{
	width: 70%;
	padding: 5px 10px;
	border: solid 1px #cccccc;

}

.parts table {
	width: 50%;
	margin: 0px 20px 20px 20px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

.parts th{
	padding: 5px 10px;
	background: #DFEFFE;
	border: solid 1px #cccccc;

}

.parts td{
	padding: 5px 10px;
	border: solid 1px #cccccc;
	text-align: center;
}

.tokusho table{
	width: 92%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-left: 24px;
	margin-top: 20px;
}

.tokusho th{
	padding: 5px 10px;
	width: 25%;
	background: #DFEFFE;
	border: solid 1px #cccccc;
}

.tokusho td{
	padding: 5px 10px;
	border: solid 1px #cccccc;
}

.name {
	font-size: 1.4em;
	color: #336699;
}


#infomation{
	text-align: left;
	width: 600px;
	padding: 0px 10px 10px 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
/*	border-bottom: #196882 1px solid;*/
}

#infomation ul{
	list-style-image: url(img/bullet.gif);
	margin-top: 2px;
}

#sidebar {
	float: left;
	width: 200px;
/*	height: 700px;*/
/*	background: ivory url(img/sidebar-bg.jpg) 0 0 repeat-y;*/
}

#sidebar img {
	margin: 3px 1px;
}
.mailmaga{
	background: url(img/h1-mailmaga.jpg) 0 0 no-repeat;
	padding-top: 150px;
	text-align: center;
	height: 210px;
	color: #336699;
	font-size: 0.9em;
}

#footer {
	background-color: #A2CEFF;
	clear: both;
	width: 900px;
	height: 25px;
	padding: 5px 0px;
	border-top: 5px solid #DEF6FF;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: white;
}

#footer a:hover{
	text-decoration: none;
	color: #196882;
}

.page-list{
	color: #555555; 
	font-size: 0.9em; 
	margin-bottom: 10px;
	margin-top: 40px;
	text-align: center;
}

.contact2{
	background: #fcfeff url(img/h1-contact2.jpg) 0 0 no-repeat;
	border: #cccccc 1px solid;
	width: 620px;
	padding: 45px 10px 10px 10px;
	margin: 15px 0px;
}

.contact2 table{
	width: 100%;
}

.contact2 td{
	width: 50%;
	background: url(img/sankaku.gif) left center no-repeat;
	padding-left: 15px;
}

.aligncenter{
clear: both;
margin-left: auto; 
margin-right: auto; 
display: block; 
margin-top: 20px;
}

