﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.6;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	color: #333;
	background-color:#FFF;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #38927D;
}

a:active {
	color: #006699;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p.txt {
	padding-left:10px;
}
p.top {
	text-align:right;
	clear:both;
}
p.top a {
	color:#5134E1;
	padding:0 0 0px 20px;
	text-decoration:underline;
	line-height:2;
}
p.top a:hover {
	color:#5134E1;
}
p.pankuzu {
	text-align:right;
	font-size:11px;
	color:#666;
	padding:1px 0 10px 0;
}

h2 {
	position:absolute;
	top:1px;
	left:7px;
}
h3 {
	clear:both;
	background:url(../image/h3-line.jpg) no-repeat left bottom;
	width:520px;
	padding:5px 0 2px 6px;
	margin-bottom:5px;
	font-size:1em;
}

/*		全体構造
-----------------------------------------------------------------*/
div#container {
	font-size:1.2em;
	width:850px;
	margin:0 auto;
}
div#header {
	position:relative;
	height:61px;
	background:url(../image/head-bg.jpg) no-repeat;
}
div#header p {
	position:absolute;
	left:99px;
	top:6px;
	font-size:11px;
}
div#header span {
	position:absolute;
	right:11px;
	top:4px;
}

/* index.html */

div#mainimg {
	position:relative;
	height:290px;
}
div#mainimg ul {
	position:absolute;
	left:0px;
	top:250px;
	height:33px;
	background:url(../image/gnavi-bg.jpg) no-repeat;
	padding:7px 0 0 2px;
}
div#mainimg ul li ,div#otherimg ul li {
	float:left;
}
div#mainimg ul li a:hover img , div#otherimg ul li a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}

/* other content */

div#otherimg {
	position:relative;
	height:200px;
}
div#otherimg ul {
	position:absolute;
	left:0px;
	top:160px;
	height:33px;
	background:url(../image/gnavi-bg.jpg) no-repeat;
	padding:7px 0 0 2px;
}


div#main {
	width:810px;
	margin:0 auto;
	clear:both;
	padding:8px 30px 10px 10px;
	background:url(../image/main-bg.jpg) repeat-y;
}
div#side {
	width:250px;
	float:left;
}
div#side iframe {
	width:250px;
	height:350px;
	margin-bottom:10px;
}

div#side div.company {
	background:url(../image/comoany-bg.jpg) no-repeat;
	padding:62px 0 0 0;
	width:250px;
	margin-bottom:10px;
}
div#side div.company dl {
	background:url(../image/side-dl-bg.jpg) repeat-y;
	width:240px;
	padding-left:10px;
}
div#side div.company dl dt span {
	font-weight:bold;
	display:block;
}
div#side div.company ul {
	background:url(../image/side-dl-bg.jpg) repeat-y;
	width:240px;
	padding-left:9px;
	border-bottom:5px solid #EEE;
}
div#side div.company ul li {
	padding-bottom:5px;
}
div#side a:hover img  {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div#side p {
	padding:20px 0 0;
}

div#content {
	width:520px;
	float:right;
}

/*   index   */
div.index {
	background:url(../image/index-cbg.jpg) no-repeat center top;
	padding:160px 0 0 0;
}
div.index a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.index p {
	margin-bottom:10px;
}

div.index div.Box {
	background:url(../image/index01.jpg) no-repeat;
	padding:0 10px 0 210px;
}
div.index div.Box span {
	padding:30px 0 20px 80px;
	display:block;
}
div.index div.BoxLeft ,div.index div.BoxRight {
	float:left;
	background:url(../image/box-bg.jpg);
	padding:5px;
	width:162px;
}
div.index div.BoxCenter {
	float:left;
	background:url(../image/box-bg.jpg);
	padding:5px;
	width:162px;
	margin:0 2px;
}
div.index div.BoxLeft dl {
	background:url(../image/index2.jpg) no-repeat #FFF;
}
div.index div.BoxCenter dl {
	background:url(../image/index3.jpg) no-repeat #FFF;
}
div.index div.BoxRight dl {
	background:url(../image/index4.jpg) no-repeat #FFF;
}

div.index dl {
	width:162px;
	padding:215px 0 0 0;
}
div.index dl dt {
	color:#006699;
	font-weight:bold;
	padding:0 0 0 4px;
}
div.index dl dd {
	padding:0 0 0 4px;
}

div#fnavi {
	background:url(../image/fnavi-bg.jpg) repeat-x;
	height:21px;
	clear:both;
	padding:6px 10px 0 0;
}
div#fnavi ul {
	text-align:right;
}
div#fnavi ul li {
	display:inline;
	border-left:1px solid #333;
	padding:0 14px 0 14px;
}
div#fnavi ul li.lastChild {
	border-right:1px solid #333;
}
div#fnavi ul li a {
	color:#333;
}

div#footer {
	padding:5px;
	background:#D8D8D8;
	height:60px;
	position:relative;
}

div#footer dl {
	background:url(../image/footer-bg.jpg) no-repeat;
	padding-left:80px;
	position:absolute;
}
div#footer dl dt {
	font-weight:bold;
}
div#footer p {
	text-align:right;
	position:absolute;
	background:url(../image/copy.jpg) no-repeat right bottom;
	right:5px;
	top:5px;
	padding-bottom:15px;
}

/*   new.html  */
div#news {
	width:250px;
	background:url(../image/information-bg.jpg) no-repeat;
	padding:85px 0 0 0;
	font-size:12px;
}
div#news div#in {
	background:url(../image/information-y.jpg) repeat-y;
	padding-left:20px;
}
div#news div#bot {
	background:url(../image/information-bot.jpg) no-repeat center bottom;
	height:21px;
}
div#news dl {
	height:240px;
	width:220px;
	overflow-y:scroll;
	overflow-x:hidden;
}
div#news dl dt {
	color:#006699;
	font-weight:bold;
	padding:8px 5px 0 0;
}
div#news dl dd {
	padding:2px 5px 0 0;
}
div#news dl dd span {
	border-bottom:1px dotted #999;
	display:block;
	padding-bottom:5px;
}

/*   service.html  */
div.service {
	background:url(../image/service-bg.jpg) no-repeat center top;
	padding:180px 0 0 0;
}
div.service a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.service p {
	margin-bottom:10px;
}

div.service div.Box {
	background:url(../image/service02.jpg) no-repeat;
	padding:40px 10px 30px 250px;
	margin-top:20px;
}
div.service div.Box p {
	padding-bottom:20px;
}
div.service div.Box span {
	color:#CC0000;
	font-weight:bold;
}

/*   flow.html  */
div.flow {
	background:url(../image/flow-bg.jpg) no-repeat center top;
	padding:180px 0 0 0;
}
div.flow a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.flow dl {
	margin-top:20px;
}
div.flow dl dt {
	padding-bottom:5px;
}
div.flow dl dd {
	padding:0 0 30px 10px;
}
div.flow dl dd span {
	color:#CC0000;
}

/*   intro.html  */
div.intro {
	background:url(../image/intro-bg.jpg) no-repeat center top;
	padding:180px 0 0 0;
}
div.intro a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.intro p {
	padding:10px 0 10px 0;
}

div.intro ul {
	padding:10px 0 20px 20px;
}
div.intro ul li {
	width:220px;
	float:left;
	padding-bottom:20px;
}
div.intro ul li a {
	background:url(../image/intro-arr.jpg) no-repeat left center;
	padding:0 0 0 25px;
	font-weight:bold;
}
div.intro h4 {
	clear:both;
	background:url(../image/intro-h4.jpg) no-repeat left bottom;
	width:520px;
	padding:5px 0 2px 6px;
	margin-bottom:5px;
	margin-top:20px;
	font-size:1em;
}

div.intro h5 {
	clear:both;
	background:url(../image/intro-h5.jpg) no-repeat left bottom;
	width:295px;
	height:30px;
	padding-left:20px;
	font-size:1em;
	line-height:1.9;
}

div.intro div.Box {
	clear:both;
	border-bottom:1px dotted #CCC;
	padding:10px 0;
}
div.intro div.Box img {
	float:left;
}
div.intro div.Box dl {
	float:right;
	width:315px;
}
div.intro div.Box dl dd {
	padding:0 0 0 10px;
}

/*   company.html  */
div.company {
	background:url(../image/company-bg.jpg) no-repeat center top;
	padding:130px 0 0 0;
}
div.company a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.company p {
	padding:10px 0 10px 0;
}

div.company table {
	margin-bottom:25px;
}
div.company table tr {
	background:url(../image/company-line.jpg) no-repeat center bottom;
}
div.company table th {
	width:120px;
	font-weight:normal;
	color:#999;
	text-align:left;
	padding:20px 0 2px 10px;
}
div.company table td {
	padding:20px 0 2px 10px;
}

div#map {
	width:516px;
	height:346px;
	margin:20px 0;
	border:1px solid #CCC;
	padding:1px;
}

/*   contact.html  */
div.contact {
	background:url(../image/contact-bg.jpg) no-repeat center top;
	padding:130px 0 0 0;
}
div.contact a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.contact p {
	padding:10px 0 10px 0;
}
div.contact p.bt {
	padding:10px 0 40px 0;
}

div.contact table {
	margin:20px 0 25px 0;
}
div.contact table th {
	width:120px;
	font-weight:normal;
	text-align:left;
	background:url(../image/contact-arr.jpg) no-repeat left top;
	padding:9px 0 9px 20px;
	vertical-align:top;
}
div.contact table th span {
	color:#CC0000;
	font-weight:bold;
}
div.contact table td {
	color:#999;
	padding:9px 0 9px 0;
}

div.contact table td input.in ,div.contact table td.area textarea {
	background-color:#EEE;
	border:1px solid #CCC;
}
div.contact table td select {
	border:1px solid #CCC;
	background:#FFF;
	height:20px;
}
div.contact table td.no {
	text-align:right;
	color:#333;
}

/*   kawasaki.html  */
div.kawasaki {
	background:url(../image/kawasaki-bg.jpg) no-repeat center top;
	padding:180px 0 0 0;
}
div.kawasaki a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}
div.kawasaki p {
	padding:10px 0 10px 0;
}

div.kawasaki div.Box {
	clear:both;
}

div.kawasaki div.Box dl {
	float:left;
	border:1px solid #CCC;
	padding:1px;
	width:123px;
	margin:0 3px 20px 0;
}
div.kawasaki div.Box dl dt span {
	font-weight:bold;
	color:#006699;
	display:block;
	border-bottom:1px dotted #CCC;
	padding:0 0 0 2px;
}
iv.kawasaki div.Box dl dd {
	padding:0 0 0 2px;
}