﻿@charset "utf-8";

/*
(C) NAKATSUKAGU INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	FOOTER

*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.8em;
	color: #000;
	text-align: center;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

body#RED {
	background-image: url(img/common/bg-red.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

body#BK {
	background-image: url(img/common/logo-bk.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
div.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#header, div#footer { width: auto; }

div#header div.inner, div#footer div.inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	height: 87px;
	overflow: hidden;
	margin: 0px;
}

h1#logo {
	width: 153px;
	height: 118px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 10;
	display: none;
}

h1#logo a {
	background-image: url(img/common/name.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 153px;
	height: 118px;
	overflow: hidden;
	text-indent: -7777em;
	display: block;
}

* html h1#logo a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/name.png", sizingMethod="crop");
}

h1#logoJP {
	background-image: url(img/common/namejp.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 138px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 32px;
	overflow: hidden;
	text-indent: -7777em;
}

* html h1#logoJP {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/namejp.png", sizingMethod="crop");
}

body#BK div#header div.innerBK {
	height: 190px;
	position: relative;
	background-image: url(img/common/logojp02.gif);
	background-position: 733px 155px;
	background-repeat: no-repeat;
}

div.innerBK div.logoW {
	width: 137px;
	height: 105px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

div.innerBK div.logoW a {
	background-image: url(img/common/logow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 137px;
	height: 105px;
	cursor: pointer;
	text-indent: -7777em;
	overflow: hidden;
}

div.innerBK div.naviSUB {
	position: absolute;
	top: 10px;
	right: 20px;
	width: auto;
	height: 30px;
	font-size: 10px;
	color: #FFF;
}

div#header div.innerBK a {
	color: #FFF;
}

div#header div.innerBK a:visited {
	color: #FFF;
}

div#header div.innerBK a:hover {
	color: #a61c1e;
}






/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/

/* INDEX */

div#B01 {
	width: 86px;
	height: 18px;
	position: absolute;
	top: 400px;
	left: 700px;
}

div#B01 a {
	background-image: url(img/common/B01.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 86px;
	height: 18px;
	display: block;
	text-indent: -7777em;
	overflow: hidden;
	cursor: pointer;
}

div#B01 a:hover {
	background-color: #ffb6c1;
}

* html div#B01 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/B01.png", sizingMethod="crop");
}

div#B02 {
	width: 100px;
	height: 18px;
	position: absolute;
	top: 423px;
	left: 700px;
}

div#B02 a {
	background-image: url(img/common/B02.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 18px;
	display: block;
	text-indent: -7777em;
	overflow: hidden;
	cursor: pointer;
}

div#B02 a:hover {
	background-color: #ffb6c1;
}

* html div#B02 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/B02.png", sizingMethod="crop");
}

div#L01 {
	width: 71px;
	height: 12px;
	margin: 1em 0;
}

div#L01 a {
	background-image: url(img/common/L01.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 71px;
	height: 12px;
	display: block;
	text-indent: -7777em;
	overflow: hidden;
	cursor: pointer;
}

div#L01 a:hover {
	background-color: #ffb6c1;
}

* html div#L01 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/L01.png", sizingMethod="crop");
}

div#L02 {
	width: 99px;
	height: 12px;
	margin: 1em 0;
}

div#L02 a {
	background-image: url(img/common/L02.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 99px;
	height: 12px;
	display: block;
	text-indent: -7777em;
	overflow: hidden;
	cursor: pointer;
}

div#L02 a:hover {
	background-color: #ffb6c1;
}

* html div#L02 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/L02.png", sizingMethod="crop");
}

div#L03 {
	width: 71px;
	height: 12px;
	margin: 1em 0;
}

div#L03 a {
	background-image: url(img/common/L03.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 71px;
	height: 12px;
	display: block;
	text-indent: -7777em;
	overflow: hidden;
	cursor: pointer;
}

div#L03 a:hover {
	background-color: #ffb6c1;
}

* html div#L03 a {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="img/common/L03.png", sizingMethod="crop");
}

/* company */

div.companyTOP {
	width: 900px;
	height: 160px;
	background-image: url(./img/common/chair.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

div.companyTOP h6 {
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	left: 6.6em;
}

div.Table dl {
	margin-left: 8em;
}

div.Table dl dt {
	clear: left;
	float: left;
	width: 15em;
	zoom: 1;
}

div.Table dl dd {
	margin-left: 15em;
	zoom: 1;
}

div.Table span.Line {
	border-bottom: 1px solid #000;
	height: 1px;
	clear: both;
	float: none;
	display: block;
	margin: 4px 0;
	overflow: hidden;
}

div.Table span.Line hr { display: none; }



/* contact */

div.contactTOP {
	width: 900px;
	height: 160px;
	background-image: url(contact/img/chair.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

h6.cTop {
	background-image: url(contact/img/contactImg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -7777em;
	overflow: hidden;
	position: absolute;
	width: 355px;
	height: 68px;
	left: 6.6em;
	display: block;
	bottom: 20px;
	left: 80px;
}

table.sol {
	border-collapse: collapse;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	margin: 5px 0px;
}
 
table.sol td {
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px;
	padding: 3px;
}

table.sol p.Title {
	margin-left: 11em;
}

table.sol p.TELNR {
	font-size: 16px;
}

span.mail a {
	color: #a61c1e;
}

span.mail a:visited {
	color: #a61c1e;
}

span.mail a:hover {
	color: #808080;
}




/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

div.Top {
	width: 900px;
	height: 470px;
	position: relative;
	display: block;
	overflow: hidden;
	//background-image: url(img/common/topimage090207.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.info {
	width: 800px;
	height: 120px;
	padding: 50px;
}

div.info span.Link {
	font-size: 16px;
}


/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	background-image: url(img/common/footerImg02.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	text-align: left;
	font-size: 11px;
	width: 900px;
	height: 20px;
	position: relative;
	clear: both;
}

div#footer div.inner a {
	color: #FFF;
}

div#footer div.inner a:hover {
	color: #000;
}

div#footer div.inner div.Contents {
	position: absolute;
	left: 1em;
	top: 2px;
}

div#footer div.inner div.Copy {
	position: absolute;
	right: 1em;
	top: 2px;
}

div.Sp {
	width: 900px;
	height: 50px;
	display: block;
}



