@charset "UTF-8";

/* Initialize Cascading Style Sheets */

* {
	font-family: 'Lucida Grande', 'Verdana', sans-serif !important;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, select, textarea {
	font-family: 'Osaka', 'ＭＳ Ｐゴシック', sans-serif !important;
}

a, abbr, acronym, cite, code, dfn, em, img, kbd, object, q, ruby, samp, span, sub, sup, var {
	display: inline;
}
 
address, blockquote, div, h1, h2, h3, h4, h5, h6, hr, p, pre {
	display: block;
}

a {
	text-decoration: none;
	border: none;
	background: transparent;
}

abbr, acronym, dfn {
	cursor: help;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	border-bottom: 1px dashed #999999;
}

cite {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dashed #999999;
}

cite a {
	border: none;
}

code, kbd, samp {
	text-decoration: none;
	font-family: monospace !important;
	font-style: normal;
	font-weight: normal;
	white-space: pre;
}

var {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	white-space: pre;
}

em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

img, a img {
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
}

img.left {
	display: block;
	float: left;
	margin: 0px 0.4em 0.4em 0px;
	border: none;
}
 
img.right {
	display: block;
	float: right;
	margin: 0px 0px 0.4em 0.4em;
	border: none;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

object {
	display: block;
}

q {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

q:before, q:after {
	content: "\22";
}

ruby {
	ruby-align: auto;
	ruby-overhang: auto;
}
 
rt, rp {
	font-size: 60%;
	font-weight: normal;
}

sup {
	line-height: 1.0;
	font-style: normal;
	font-size: 60%;
	font-weight: normal;
	vertical-align: 0.4em;
}

address {
	font-style: normal;
	font-weight: normal;
}

blockquote, pre {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 0.4em;
	border-top: 1px solid #555555;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #555555;
	background: #f7f7f7;
}

ul.parallel li {
	list-style: none;
	margin-left: 2em;
}

ul.disc li {
	list-style: disc outside;
	margin-left: 2em;
}

ul.square li {
	list-style: square outside;
	margin-left: 2em;
}

ul.inline li {
	display: inline;
	margin-right: 1em;
}

ol.parallel li {
	list-style: none;
	margin-left: 2em;
}

ol.decimal li {
	list-style: decimal outside;
	margin-left: 2em;
}

table {
	line-height: 1.0;
	font-family: 'Lucida Grande', 'Verdana', sans-serif !important;
	font-size: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse !important;
	border-spacing: 0px;
}

caption {
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0.4em;
	border: none;
	white-space: nowrap;
	text-align: center;
}

colgroup, col, thead, tbody, tfoot {
	margin: 0px;
	padding: 0px;
	border: none;
}

th {
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0.4em;
	border: none;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	empty-cells: show;
}

td {
	margin: 0px;
	padding: 0.4em;
	border: none;
	text-align: left;
	vertical-align: middle;
	empty-cells: show;
}

td.nowrap {
	white-space: nowrap;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

form {
	line-height: 1.5;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

fieldset, legend, label {
	margin: 0px;
	padding: 0px;
}

option {
	border: none;
}

input, select, option {
	margin: 0px;
	padding: 0px 0.2em;
	border-top: 1px solid #555555;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #555555;
	background: #f7f7f7;
}

input#send, input#reset {
	margin: 0px;
	padding: 0px 0.2em;;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #cccccc;
}

input[type="radio"] {
	-moz-appearance: radio;
}

textarea {
	line-height: 1.2;
	margin: 0px;
	padding: 0.2em;
	border-top: 1px solid #555555;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #555555;
	background: #f7f7f7;
}

ins {
	display: inline;
	text-decoration: none;
	margin: 0.4em;
	padding: 0.4em;
	border: 1px dashed #999999;
}
 
ins.block {
	display: block;
}
 
ins.block[datetime]:before {
	content: attr(datetime)"\306B \8FFD \8A18";
	margin-left: 1em;
	padding: 0.4em;
}

del {
	display: inline;
	text-decoration: line-through;
	color: #999999;
	margin: 0px 0.4em;
}

del.block {
	display: block;
}
 
del.block[datetime]:before {
	content: attr(datetime)"\306b \53d6 \4e0b \3052";
	margin-left: 1em;
	padding: 0px 0.4em;
}

.invisible {
	visibility: hidden;
}
 
.indisplay {
	display: none;
}

.clear {
	clear: both;
}

hr.invisible {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0.1em;
	height: 0.1px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */





/*	Hollyハック
	コメントの書式を「／＊　￥＊／」という形式で記述することで、MacIE5のみを排除する。*/
del { /* \*/ color: #00f; /* */ }

/*	スターハック
	セレクタの前に「* html」をつけると、IE4〜6、MacIE4〜5 で適用され、他のブラウザでは適用されない。*/
* html em { color: #00f; }

/*	アンダースコアハック
	プロパティの先頭にアンダースコア（_）をつけると、IE4〜6で適用され、他のブラウザでは適用されない。*/
em { _color: #00f; }

/*	ハッシュハック×
	プロパティの先頭にシャープ（#）をつけると、IE4〜6、MacIE5、Opera7、Mozilla、Firefoxで適用され、他のブラウザでは適用されない。*/
em { #color: #00f; }

/*	スター7ハック
	セレクタの前に「html*」をつけると、IE5.5〜6、MacIE5、Safariで適用され、他のブラウザでは適用されない。*/
html*em { color: #00f; }
（注）html*とセレクタの間にペースを入れない

/*	スターハック＋スター7ハック
	Safariにのみ適用する。*/
em { color: #000; }
html*em { color: #0ff; }
* html em { color: #000; }

/*	子供要素ハック
	WinIE以外に適用する。*/
html>body em { color: #00f; }





/* Default */
/*
h1, h2, h3, h4, h5, h6 {
	font-family: "HGP明朝E", "HGPｺﾞｼｯｸE", "Lucida Grande", "Verdana", sans-serif !important;
}
*/
body {
	line-height: 1.5;
	font-size: 80%;
	color: #333333;
	background: #ffffff;
	text-align: center;
}

a, table {
	color: #333333;
}





/* 2 Column Liquid Layout */

#wrapper {
	position: relative;
	width: 99%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-inner {
	position: static;
	width: auto;
}

#alpha, #beta, #gamma, #delta, #epsilon {
	position: relative;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner, #epsilon-inner {
	position: static;
}

#beta-inner, #gamma-inner {
	padding: 10px 0px;
}

#alpha {
	width: 100%;
}

#beta {
	float: left;
	width: 300px;
	margin-right: -300px;
	z-index: 2;
}

#beta>* {
	position: relative;
	z-index: 2;
}

#gamma {
	width: 100%;
	float: left;
	z-index: 1;
}

#gamma-inner {
	margin-left: 300px;
}

#container {
	width: 100%;
}

#epsilon {
	clear: both;
	width: 100%;
	padding: 10px 0px;
}





/* Header */

#alpha h1 {
	font-size: 100%;
}

#alpha h1 a {
	display: block;
	width: 100%;
	height: 100px;
	white-space: nowrap;
	text-indent: -100em;
}

#alpha ul {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#alpha ul li {
	display: block;
	float: left;
	overflow: hidden;
	list-style: none;
	width: 120px;
}

#alpha ul li a {
	display: block;
	line-height: 1.8;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	width: 120px;
	white-space: nowrap;
	text-align: center;
}





/* Navi */

#beta ul {
	margin: 0px 10px 0px 0px;
}

#beta ul li ul {
	margin: 0px 0px 0px 10px;
}

#beta ul li {
	display: block;
	float: left;
	overflow: hidden;
	list-style: none;
	width: 290px;
	margin-bottom: 1px;
}

#beta ul li ul li {
	display: list-item;
	float: none;
	overflow: visible;
	list-style: disc inside;
	width: auto;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* \*/
html>body #beta ul li ul li {
	list-style: none;
}
html>body #beta ul li ul li:before {
	display: marker;
	content: "\00BB \0020";
}
/* */

#beta ul li a {
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0.4em 0px 0.4em 9px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
}

#beta ul li a:hover {
	padding: 0.4em 0px 0.4em 5px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
}

body#overview #beta ul li.overview a,
body#iso9001 #beta ul li.iso9001 a,
body#product #beta ul li.product a,
body#recruit #beta ul li.recruit a,
body#contact #beta ul li.contact a,
body#archive #beta ul li.archive a {
	padding: 0.4em 0px 0.4em 5px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
}

#beta ul li ul li a {
	display: inline;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px;
	border: none;
	white-space: normal;
}

#beta ul li ul li a:hover {
	text-decoration: none;
	color: #999999;
	padding: 0px;
	border: none;
}

body#product #beta ul li.product ul li a {
	padding: 0px;
	border: none;
}





/* Container */

.article {
	margin: 0px 0px 20px;
}

.article a {
	text-decoration: underline;
}

.article a:hover {
	text-decoration: none;
	color: #999999;
}

.article p {
	text-indent: 1em;
}

.article p.article-footer {
	clear: both;
	font-weight: bold;
	color: #999999;
	margin: 10px 0px;
	border-top: 1px solid #cccccc;
	text-align: right;
}

.article h2 {
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.article h3 {
	clear: both;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px;
	padding-left: 5px;
	border-left: 5px solid #cccccc;
}

.article li.thumb {
	display: block;
	float: left;
	overflow: hidden;
	list-style: none;
	font-size: 90%;
	width: 172px;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	white-space: nowrap;
	text-align: center;
}
html>body .article li.thumb {
	width: 150px;
}

.article li.thumb img {
	display: block;
}

.article dt {
	clear: left;
	float: left;
	width: 5em;
}

.article dd {
	margin-left: 5em;
}

.article table {
	line-height: 1.5;
	margin-bottom: 10px;
}

.article table.auto {
	width: auto;
}

.article table.both {
	clear: both;
	width: auto;
}

.article table.left {
	clear: left;
	width: auto;
}

.article table.right {
	clear: right;
	width: auto;
}

.article caption {
	padding: 0.4em 0px 0.4em 5px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align: left;
}

.article th,
.article td {
	border-bottom: 1px solid #eeeeee;
}

body#product .article caption {
	padding: 0.4em 5px;
	border: none;
	text-align: center;
}

body#product .article th {
	border: 1px solid #333333;
	background: #cccccc;
}

body#product .article td {
	border: 1px solid #333333;
}

body#recruit .article table.auto {
	padding: 0.4em;
	border-top: 1px solid #555555;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #555555;
	
}

body#recruit .article table.auto caption {
	
	border: none;
	
	text-align: left;
}

body#recruit .article table.auto th,
body#recruit .article table.auto td {
	
	border: none;
	background: #f7f7f7;
}

body#archive .article ul {
	padding: 0px 10px 10px;
	border: 1px solid #cccccc;
}

body#archive .article li {
	list-style: none;
	margin-top: 10px;
}

#map {
	width: 100%;
	height: 500px;
}



/* Footer */

#epsilon {
	border-top: 1px solid #cccccc;
	text-align: center;
}

#epsilon p,
#epsilon address {
	color: #999999;
	font-weight: bold;
}
