﻿@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;
	margin-bottom:20px;
}
p.top a {
	display:block;
	color:#2D3D7B;
	background:url(../image/pagetop.jpg) no-repeat 460px;
	padding:0 0 0 25px;
	height:12px;
	line-height:12px;
	text-decoration:none;
}
p.top a:hover {
	text-decoration:underline;
}
p.pankuzu {
	text-align:right;
	font-size:11px;
	color:#666;
	padding:1px 0 10px 0;
}

h1 {
	position:absolute;
	left:30px;
	top:14px;
}
h2 {
	position:absolute;
	left:260px;
	top:45px;
	font-weight:normal;
	font-size:1em;
}

/*		layout
-----------------------------------------------------------------*/

div#container {
	font-size:1.2em;
	width:840px;
	margin:0 auto;
}
/*                      #header                           */
div#header {
	width:840px;
	margin:0 auto;
	height:95px;
	background:url(../image/head-bg.jpg) no-repeat;
	position:relative;
}
div#header p {
	position:absolute;
	right:30px;
	top:30px;
}
div#header a:hover {
	opacity : 0.55;
	filter: alpha(opacity=55);
}


div#mainimg {
	width:800px;
	margin:0 auto;
	clear:both;
	padding:0 20px;
	background:url(../image/main-bg.jpg) repeat-y;
}

div#main {
	width:780px;
	margin:0 auto;
	clear:both;
	padding:10px 30px 0;
	background:url(../image/main-bg.jpg) repeat-y;
}


/*                      #side                           */
div#side {
	float:left;
	width:180px;
}
div#side ul {
	background:url(../image/menu-bg.jpg) no-repeat;
	width:164px;
	height:174px;
	padding:8px;
	margin-bottom:10px;
}

div#side dl {
	border:1px solid #9DB7D2;
	width:178px;
}
div#side dl dt {
	background:url(../image/side-dt.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	line-height:20px;
	height:22px;
}
div#side dl dd {
	background:#F0F4F8;
	border:1px solid #FFF;
	padding:5px 10px;
	color:#000;
}
/*                      #content                        */
div#content {
	float:right;
	width:581px;
}
/*                      #fnavi                        */
ul#fnavi {
	padding:20px 0 5px 0;
	text-align:right;
}
ul#fnavi li {
	display:inline;
	border-right:1px solid #333;
}
ul#fnavi li.lastChild {
	border-right:none;
}

ul#fnavi li a {
	color:#333;
	text-decoration:none;
	padding:0 10px 0 8px;
}
ul#fnavi li a:hover {
	text-decoration:underline;
}



/*                      #footer                         */

div#footer {
	width:810px;
	margin:0 auto;
	padding:0 30px 0 0;
	clear:both;
	text-align:right;
	background:url(../image/footer-bg.jpg) repeat-y;
}
div#footer address {
	color:#FFF;
	font-style:normal;
	height:30px;
	line-height:30px;
}

/*                   .index                               */
div.index p.bnr {
	margin-bottom:20px;
}
div.index p.cap {
	padding:5px 10px 20px;
}

div.index dl {
	clear:both;
	margin:0 10px 10px 10px;
	padding:0 180px 0 0;
	height:140px;
}
div.index dl.tenso {
	background:url(../image/index01.jpg) no-repeat right top;
}
div.index dl.shishoseki {
	background:url(../image/index02.jpg) no-repeat right top;
}
div.index dl.daikou {
	background:url(../image/index03.jpg) no-repeat right top;
	margin:0 10px 20px 10px;
}
div.index dl dt {
	background:url(../image/dl-arr.jpg) no-repeat left center;
	padding:0 0 0 20px;
}
div.index dl dd {
}
div.index dl dd span {
	padding:20px 0 0 0;
	display:block;
	text-align:right;
}

/*                   .company                               */
div.company table {
	margin:10px 0 20px 20px;
}
div.company table th {
	background:#DFECFF;
	text-align:left;
	font-weight:normal;
	padding:4px 10px;
	width:100px;
	border-bottom:5px solid #FFF;
}
div.company table td {
	padding:4px 10px;
	border-bottom:5px solid #FFF;
}

/*                   .price                                 */
div.price table {
	margin:10px 5px 20px 5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
div.price table th {
	background:#F7FAFF;
	padding:5px 10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	white-space:nowrap;
}
div.price table th span {
	font-size:10px;
}
div.price table th.cap {
	background:url(../image/price-bg.jpg) repeat-y;
	width:100px;
	padding:5px 0;
}
div.price table td {
	padding:4px 8px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:11px;
}
div.price table td.yen {
	text-align:right;
}
div.price p.under {
	font-size:1.4em;
	text-align:center;
	padding:0 0 20px;
}

/*                   .maps                                 */
div.maps div#map {
	width:500px;
	height:370px;
	margin:0 0 20px 40px;
}

div.maps p.cap {
	text-align:center;
	font-size:1.4em;
	color:#000066;
	padding:10px 0;
}
div.maps dl {
	clear:both;
	padding:0 0 0 20px;
}
div.maps dl dt {
	float:left;
	width:130px;
	height:75px;
}
div.maps dl dd {
	float:left;
	width:350px;
	height:70px;
	padding:5px 0 0 0;
}

div.maps p.under {
	clear:both;
	padding:0 0 20px 30px;
}
/*                   .link                                 */
div.link p {
	padding:10px 0 0 20px;
}
div.link ul {
	padding:0 0 20px 20px;
}
div.link dl {
	padding:10px 0 0 20px;
	width:200px;
}
div.link dl dd {
	text-align:center;
	line-height:3;
}
div.link ol {
	padding:0 0 20px 20px;
}

div.link div.linkarea {
	padding:10px;
	margin-bottom:10px;
}
div.link div.linkarea h4 {
	background:url(../image/link-bg.jpg) no-repeat;
	width:542px;
	height:21px;
	line-height:1.1;
	color:#003399;
	font-size:1.2em;
	padding:0 0 0 20px;
	margin-bottom:5px;
}

div.link div.linkarea img {
	float:right;
	padding:0 10px 0 40px;
}
div.link div.linkarea p {
	padding:0 0 0 10px;
}
