/*@charset "utf-8";*/

/* SITE - STYLE
*************************************************************/
body {
	margin: 0px;
	padding: 0px;
	color: #535353;
	font-size: 78%;
	font-family: "Lucida Grande", "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana, Osaka, sans-serif;
	line-height: 150%;
	background: #a3c3ba url("img/wall.gif");
	text-align: center;
	word-break: break-all;
	}

html {
	scrollbar-face-color: #dae1e0;
	scrollbar-3d-light-color: #dae1e0;
	scrollbar-arrow-color: #02846c;
	scrollbar-base-color: #dae1e0;
	scrollbar-darkshadow-color: #a3c3ba;
	scrollbar-highlight-color: #a3c3ba;
	scrollbar-track-color: #a3c3ba;
	scrollbar-shadow-color:#a3c3ba;
	}

/* Elements - Styles
*************************************************************/
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1em;
	color: #242424;
	background: url("img/mark.jpg") no-repeat 0px 0px;
	}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	}

h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

/* header
*************************************************************/
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: url("img/wall_head.jpg") no-repeat 0px 0px;
	width: 770px;
	height: 117px;
	}

#header h1 {
	display: none;
	}

#header h2 {
	display: none;
	}

#banner {
	margin: 0px 5px 0px 407px;
	}

#banner a {
	display: block;
	width: 325px;
	height: 75px;
	text-indent: -325em;
	text-decoration: none;
	}

/* header menu
*************************************************************/
#menu {
	margin: 16px 0px 0px 400px;
	height: 24px;
	border-right: 10px solid #6db38e;
	}

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

#menu li {
	float: left;
	text-indent: -770em;
	}

#menu a{
	text-decoration: none;
	}

li#bt1 a {
	margin: 0px;
	width: 95px;
	height: 22px;
	display: block;
	}
li#bt1 a:hover {
	background: url(img/ov01.jpg) no-repeat;
	}

li#bt2 a {
	margin: 0px 0px 0px 12px;
	width: 90px;
	height: 22px;
	display: block;
	}
li#bt2 a:hover {
	background: url(img/ov02.jpg) no-repeat;
	}

li#bt3 a {
	margin: 0px 0px 0px 10px;
	width: 57px;
	height: 22px;
	display: block;
	}
li#bt3 a:hover {
	background: url(img/ov03.jpg) no-repeat;
	}

li#bt4 a {
	margin: 0px 0px 0px 10px;
	width: 78px;
	height: 22px;
	display: block;
	}
li#bt4 a:hover {
	background: url(img/ov04.jpg) no-repeat;
	}

/* container
*************************************************************/
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	width: 770px;
	background: url("img/left_line.jpg") repeat-y;
	}

/* content
*************************************************************/
#content {
	width: 760px;
	}

/* side
*************************************************************/
#side {
	margin: 0px 12px 0px 12px;
	padding: 20px 0px 0px 0px;
	background: url("img/wall_side.jpg") no-repeat 0px 0px;
	}

/* ind
*************************************************************/
#ind {
	margin: 0px 0px 0px 320px;
	}

/* center
*************************************************************/
#center {
	margin: 10px 12px 10px 12px;
	}

#center2 {
	margin: 10px 12px 0px 22px;
	}

/* footer
*************************************************************/
#footer {
	margin: 20px 0px 0px 15px;
	padding: 2px 7px 5px 10px;
	border-top: 2px dotted #02846b;
	font-size: 0.8em;
	color: #02846b;
	}

/* news
*************************************************************/
#news {
	margin: 15px 0px 0px 10px;
	line-height: 130%;
	color: #003366;
	scrollbar-3d-light-color: #fff;
	scrollbar-arrow-color: #f26f2f;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #fff;
	}

#news h2 {
	background: url("img/title_news.jpg") no-repeat 0px 0px;
	height: 24px;
	text-indent: -100em;
	}

#newsbox {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 100px;
	overflow: auto;
	}

#news ul{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 0.8em;
	}

#news li{
	margin: 0px 10px 5px 0px;
	}

/* Part ID
*************************************************************/
#dss {
	float: left;
	height: 68px;
	}

#product {
	background: url("img/corner.gif") no-repeat 712px 0px;
	clear: both;
	margin: 10px 0px 0px 10px;
	}

/* Paragraph .. Etc CLASS
*************************************************************/
p {
	margin: 0px;
	padding: 0px;
	}

.b {
	font-weight: bold;
	}

.nml{
	font-weight: normal;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.fleft {
	float: left;
	}

.ind {
	margin: 0px 7px 0px 20px;
	}

.ind2 {
	margin: 0px 0px 0px 150px;
	}

.ind3 {
	margin: 0px 0px 0px 77px;
	}

.ind4 {
	margin: 0px 7px 0px 30px;
	}

.btdod {
	border-bottom: 2px dotted #dcdcdc;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	}

.tpdod {
	border-top: 2px dotted #dcdcdc;
	padding: 10px 0px 0px 0px;
	}

.mglf {
	margin-left: 20px;
	}

.mgrt {
	margin-right: 10px;
	}

.sml {
	font-size: 0.9em;
	color: #02846b;
	line-height: 140%;
	}

.copy {
	margin: 10px 0px 0px 0px;
	font-size: 9px;
	}

/* Images Class
*************************************************************/
.dss {
	margin: 0px 10px 0px 10px;
	float: left;
	}

/* Table Body
*************************************************************/
table {
	font-size: 1em;
	}

.vt {
	vertical-align: top;
	}

.ws {
	white-space: nowrap;
	}

.bdtop {
	border-top: 1px solid #02846b;
	}

.bdbtm {
	border-bottom: 1px solid #02846b;
	}

ul#dec {
	margin-bottom: 0px;
	list-style-type: decimal;
	line-height: 140%;
	}

ul#lat {
	margin-bottom: 0px;
	list-style-type: lower-alpha;
	line-height: 140%;
	}

/* Table PRODUCT
------------------------------------------------------------*/
.product {
	width: 712px;
	border-bottom: 2px solid #c0d4cc;
	}

.product th {
	background: url("img/grad_01.jpg");
	letter-spacing: 3em;
	width: 175px;
	height: 46px;
	color: #02846b;
	border-top: 1px solid #02846b;
	border-left: 1px solid #02846b;
	border-bottom: 1px solid #02846b;
	border-right: 1px dashed #02846b;
	}

/* Table DETAIL
------------------------------------------------------------*/
.detail {
	background: url("img/grad_02.jpg") repeat-x;
	width: 725px;
	margin: 10px 0px 0px 10px;
	border-collapse: collapse;
	}

.detail th {
	background: url("img/4k.gif") no-repeat 6px 5px;
	padding: 1px 0px 0px 20px;
	height: 21px;
	text-align: left;
	letter-spacing: 0.5em;
	color: #02846b;
	border-top: 1px solid #02846b;
	border-left: 1px solid #02846b;
	border-right: 1px solid #02846b;
	border-bottom: 1px dashed #02846b;
	}

.detail td {
	padding: 5px 20px 5px 0px;
	border-left: 1px solid #02846b;
	border-right: 1px solid #02846b;
	border-bottom: 1px solid #02846b;
	}

.detail img {
	margin: 0px 7px 0px 5px;
	}

/* Table MATRIX
------------------------------------------------------------*/
.matrix {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0px 0px 0px 17px;
	width: 715px;
	text-align: center;
	border: 1px solid #02846b;
	background: #FFFFF0;
	}

.matrix th {
	background: url("img/grad_01.jpg") repeat-x;
	border-left: 1px solid #02846b;
	border-bottom: 2px solid #02846b;
	color: #02846b;
	padding: 4px 2px 5px 2px;
	}

.matrix td {
	border: 1px solid #02846b;
	padding-top: 4px;
	padding-bottom: 4px;
	}

/* Table OVERVIEW
------------------------------------------------------------*/
.overview {
	margin: 0px 0px 0px 19px;
	}

.overview th {
	padding: 4px 12px 4px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #003636;
	background-color: #e8f1ef;
	border-left: 3px solid #5fb39f;
	border-right: 2px solid #d2e7e2;
	}

.overview td {
	line-height: 140%;
	padding: 4px 2px 4px 10px;
	border-bottom: 2px dotted #dcdcdc;
	}

/* Table AUTHOR
------------------------------------------------------------*/
.author {
	margin: 30px 0px 10px 0px;
	}

.author th {
	padding: 4px 7px 4px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #003636;
	line-height: 140%;
	border-bottom: 2px solid #dcdcdc;
	}

.author td {
	line-height: 140%;
	padding: 4px 2px 4px 4px;
	border-bottom: 2px dotted #dcdcdc;
	}

/* INPUT,TEXTAREA << Table OVERVIEW ..on INQ
*************************************************************/
.submits {
	margin: 14px 7px 0px 0px;
	text-align: right;
	}

.submit {
	width: 120px;
	}

input {
	width: 200px;
	}

textarea {
	width: 240px;
	height: 75px;
	scrollbar-3d-light-color: #fff;
	scrollbar-arrow-color: #02846b;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #fff;
	}

/* Anchor-Styles
*************************************************************/
a {
	text-decoration: none;
	}

a:link {
	color: #ff9900;
	}

a:visited {
	color: #ff9900;
	}

a:active {
	color: #535353;
	}

a:hover {
	color: #02846b;
	text-decoration: underline;
	}

#footer a {
	color: #02846b;
	}

