﻿@charset "UTF-8";

/* *************************************************************
 * 目次
 *
 * + リンクテキスト
 * + BODY
 * + HEADER
 * + FOOTER
 * + NAVIGATION
 * + FOOTER-NAVIGATION
 * + UTILITY-NAVIGATION
 * + CONTENT
 * + ADDRESS
 *
 * *************************************************************
 */



/* リンクテキスト ********************************************** */
a:link {
	color: #336699;
	text-decoration: underline;
	}
a:visited {
	color: #336699;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	color: #517DA8;
	text-decoration: underline;
	}

/* BODY ******************************************************** */
body {
	background: url(../img/bkg_body.png) repeat-y 0 0;
	background-color: #DFDFDF;
	}

/* HEADER ****************************************************** */
#header {
	width: 760px;
	height: 70px;
	background: url(../img/bkg_header.png) repeat-x 0 0;
	border-bottom: 1px solid #cccccc;
	}
#header #title-area {
	padding: 5px;
	}
#header #site-title {
	}
#header #site-title a:link,
#header #site-title a:visited {
	text-decoration: none;
	}
#header #site-title a span {
	font-family: "MS UI Gothic";
	line-height: 100%;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	}

#header #sub-title {
	font-family: "Verdana";
	line-height: 1.5;
	font-size: 85%;
	color: #996633;
	letter-spacing: 0px;
	}


/* FOOTER ****************************************************** */
#footer {
	width: 760px;
	border-top: 1px solid #cccccc;
	background: url(../img/bkg_footer.png) repeat-x 0 35px;
	height: 55px;
	}

#footer .copyright {
	text-align: center;
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	}
#footer a {
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	text-decoration: none;
	}


/* NAVIGATION ************************************************** */

.layout-1 #nav-area {
	top: 58px;
	}
.layout-2 #nav-area {
	top: 298px;
	}
#categories #nav-area {
	top: 58px;
	}

/* NAVIGATION-A ************** */
.layout-2 #nav-area #main-nav h2,
.layout-1 #nav-area #main-nav h2 {
	display: none;
	}
.layout-2 #nav-area #main-nav,
.layout-1 #nav-area #main-nav {
	background: #333333 url(../img/bkg_main-nav-a.png) repeat-x 0 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #ffffff;
	}
.layout-2 #nav-area #main-nav li,
.layout-1 #nav-area #main-nav li {
	float :left;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}
.layout-2 #nav-area #main-nav li a,
.layout-1 #nav-area #main-nav li a {
	display: block;
	padding: 14px 15px 13px 15px;
	font-family: "MS UI Gothic";
	line-height: 100%;
	font-size: 110%;
	font-weight: bold; 
	color: #4C4C4C;
	text-decoration: none;
	}
.layout-2 #nav-area #main-nav li a:active,
.layout-2 #nav-area #main-nav li a:focus,
.layout-2 #nav-area #main-nav li a:hover,
.layout-1 #nav-area #main-nav li a:active,
.layout-1 #nav-area #main-nav li a:focus,
.layout-1 #nav-area #main-nav li a:hover {
	background: url(../img/bkg_main-nav-a_.png) repeat-x 0 0;
	padding: 15px 15px 12px 15px;
	color: #666666;
	}

.layout-2 #nav-area #main-nav li a.present,
.layout-1 #nav-area #main-nav li a.present {
	background: url(../img/bkg_main-nav-a-.png) repeat-x 0 0;
	padding: 14px 15px 13px 15px;
	color: #336699;
	}
.layout-2 #nav-area #main-nav li a.present:active,
.layout-2 #nav-area #main-nav li a.present:focus,
.layout-2 #nav-area #main-nav li a.present:hover,
.layout-1 #nav-area #main-nav li a.present:active,
.layout-1 #nav-area #main-nav li a.present:focus,
.layout-1 #nav-area #main-nav li a.present:hover {
	padding: 15px 15px 12px 15px;
	color: #D0411C;
	}


/* NAVIGATION-B ************** */
.layout-4 #nav-area #main-nav h2,
.layout-3 #nav-area #main-nav h2 {
	display: none;
	}
.layout-4 #nav-area #main-nav,
.layout-3 #nav-area #main-nav {
	margin: 0 10px 20px 10px;
	}
.layout-4 #nav-area #main-nav li,
.layout-3 #nav-area #main-nav li {
	margin-top: 2px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url(../img/bkg_main-nav-b.png) no-repeat left center;
	}
.layout-4 #nav-area #main-nav li a,
.layout-3 #nav-area #main-nav li a {
	display: block;
	padding: 9px 10px 9px 15px;
	font-family: "MS UI Gothic";
	line-height: 100%;
	font-size: 110%;
	font-weight: bold; 
	color: #330000;
	text-decoration: none;
	}
.layout-4 #nav-area #main-nav li a:active,
.layout-4 #nav-area #main-nav li a:focus,
.layout-4 #nav-area #main-nav li a:hover,
.layout-3 #nav-area #main-nav li a:active,
.layout-3 #nav-area #main-nav li a:focus,
.layout-3 #nav-area #main-nav li a:hover {
	background: url(../img/bkg_main-nav-b_.png) no-repeat left center;
	padding: 9px 10px 9px 17px;
	color: #663300;
	}

.layout-4 #nav-area #main-nav li a.present,
.layout-3 #nav-area #main-nav li a.present {
	background: url(../img/bkg_main-nav-b-.png) no-repeat left center;
	color: #CC0000;
	padding: 9px 10px 9px 25px;
	}
	
.layout-4 #nav-area #main-nav li a.present:active,
.layout-4 #nav-area #main-nav li a.present:focus,
.layout-4 #nav-area #main-nav li a.present:hover,
.layout-3 #nav-area #main-nav li a.present:active,
.layout-3 #nav-area #main-nav li a.present:focus,
.layout-3 #nav-area #main-nav li a.present:hover {
	background: url(../img/bkg_main-nav-b-.png) no-repeat left center;
	color: #D0411C;
	padding: 9px 10px 9px 25px;
	}

/* FOOTER-NAVIGATION ******************************************* */
#footer-nav {
	width: 760px;
	margin: 30px 0 5px 0;
	text-align: center;
	}
#footer-nav h2 {
	display: none;
	}
#footer-nav a {
	padding: 0px 5px;
	border-left: 1px solid #999999;
	}
#footer-nav a span {
	line-height: 110%;
	}



/* UTILITY-NAVIGATION ****************************************** */
#utility-nav {
	position: absolute;
	top: 47px;
	left: 371px;
	width: 400px;
	height: 30px;
	text-align: right;
	font-size: 90%;
	}
#utility-nav h2 {
	display: none;
	}
#utility-nav a {
	padding: 0 0 0 14px;
	background: url(../img/ico_utility-nav.png) no-repeat 0 0;
	text-decoration: none;
	color: #663300;
	}
#utility-nav a:active,
#utility-nav a:focus,
#utility-nav a:hover {
	background: url(../img/ico_utility-nav_.png) no-repeat 0 0;
	}
#utility-nav a span {
	line-height: 110%;
	}


/* CONTENT ***************************************************** */
#content {
	margin: 15px 0;
	}
#content #article {
	width: 560px;
	}

/* NOTIFY *************** */
#content #notify {
	width: 560px;
	}
#content #notify h2 {
	padding: 0 0 3px 0;
	margin: 3px 10px 0 10px;
	border-bottom: #CCCC99 solid 2px;
	}
#content #notify h2 span {
	padding: 5px 3px 4px 20px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-blue.png) no-repeat left top;
	color: #5C4523;
	}
#content #notify .article {
	margin: 5px 10px 20px 10px;
	}


/* INFORMATION *************** */
#content #information {
	width: 560px;
	}
#content #information h2 {
	border-bottom: #CCCC99 solid 2px;
	padding: 0 0 3px 0;
	margin: 3px 10px 0 10px;
	}
#content #information h2 span {
	padding: 5px 3px 4px 20px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-blue.png) no-repeat left top;
	color: #5C4523;
	}
#content #information ul {
	margin: 0 10px 30px 10px;
	}
#content #information ul li {
	}
#content #information ul li a {
	display: block;
	width: 540px;
	padding: 8px 0;
	background: url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	text-decoration: none;
	overflow: hidden;
	}
#content #information ul li a:active,
#content #information ul li a:focus,
#content #information ul li a:hover {
	background: #FFF3C4 url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	}
#content #information ul.date-tit span.date {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 85%;
	font-family: "Trebuchet MS";
	color: #FF7A19;
	}
#content #information ul.date-tit span.title {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	color: #333333;
	font-family: "MS UI Gothic";
	background: url(../img/ico_arrow-blue.png) no-repeat 0px 2px;
	}
#content #information ul.tit-date span.date {
	display: block;
	float: right;
	padding: 0 10px 0 10px;
	font-size: 85%;
	font-family: "Trebuchet MS";
	color: #FF7A19;
	}
#content #information ul.tit-date span.title {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	color: #333333;
	font-family: "MS UI Gothic";
	background: url(../img/ico_arrow-blue.png) no-repeat 0px 2px;
	}
* html #content #information ul.date-tit li {
	margin: 0 0 -2px 0;
	}
* html #content #information ul.tit-date li {
	margin: 0 0 -2px 0;
	}


/* SIDE ********************** */
#content #side  h2 {
	padding: 0 0 3px 0;
	margin: 15px 0 5px 10px;
	}
#content #side  h2 span {
	padding: 5px 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-blue.png) no-repeat left top ;
	}

#content #side #counter h2 {
	margin: 10px 10px 0 10px;
	}
#content #side #counter h2 {
	margin: 10px 10px 0 10px;
	}
#content #side #counter #counter-image {
	margin: 10px 10px 0 10px;
	text-align: center;
	font-size: 0%;
	line-height: 0;
	}
#content #side #qr-code {
	padding: 0 40px;
	}
.side-txt {
	padding: 0 10px;
	line-height: 1.4;
	}


/* 2ND-H1 ******************** */
#page-title {
	height: 53px;
	overflow: hidden;
	background: url(../img/bkg_h1.png) repeat-x 0 0;
	}
#page-title h1 {
	padding: 6px 0 0 15px;
	font-size: 160%;
	font-weight: bold;
	color: #333333;
	}
#page-title #page-sub-title {
	padding: 0 0 0 15px;
	font-size: 85%;
	font-family: "Tahoma";
	color: #999999;
	}

/* TOPIC-PATH **************** */
#topic-path {
	background: #FFF3C4;
	border-bottom: 1px solid #cccccc;
	}
#topic-path h2 {
	display: none;
	}
#topic-path ul li {
	float: left;
	}
#topic-path ul li {
	float: left;
	}
#topic-path ul li a {
	float: left;
	padding: 2px 5px 2px 10px;
	}
* html #topic-path ul li a {
	padding: 3px 5px 2px 10px;
	}
#topic-path ul li.home a {
	background: url(../img/bkg_topic-path-home.gif) no-repeat 5px 6px;
	padding: 3px 5px 2px 18px;
	}
#topic-path ul li.usually a {
	background: url(../img/bkg_topic-path-usually.gif) no-repeat 0 6px;
	}
#topic-path ul li.present a {
	background: url(../img/bkg_topic-path-present.gif) no-repeat 0 6px;
	}
* html #topic-path ul li.home a {
	background: url(../img/bkg_topic-path-home.gif) no-repeat 5px 4px;
	padding: 3px 5px 2px 20px;
	}
* html #topic-path ul li.usually a {
	background: url(../img/bkg_topic-path-usually.gif) no-repeat 0 4px;
	}
* html #topic-path ul li.present a {
	background: url(../img/bkg_topic-path-present.gif) no-repeat 0 4px;
	}

#topic-path ul li.home a:active,
#topic-path ul li.home a:focus,
#topic-path ul li.home a:hover {
	background: url(../img/bkg_topic-path-home_.gif) no-repeat 5px 6px;
	}
#topic-path ul li.usually a:active,
#topic-path ul li.usually a:focus,
#topic-path ul li.usually a:hover {
	background: url(../img/bkg_topic-path-usually_.gif) no-repeat 2px 6px;
	}
* html #topic-path ul li.home a:active,
* html #topic-path ul li.home a:focus,
* html #topic-path ul li.home a:hover {
	background: url(../img/bkg_topic-path-home_.gif) no-repeat 5px 4px;
	padding: 3px 5px 2px 20px;
	}
* html #topic-path ul li.usually a:active,
* html #topic-path ul li.usually a:focus,
* html #topic-path ul li.usually a:hover {
	background: url(../img/bkg_topic-path-usually_.gif) no-repeat 2px 4px;
	}
#topic-path ul li.home a {
	color: #666666;
	}
#topic-path ul li.usually a {
	color: #666666;
	}
#topic-path ul li.present a {
	color: #333333;
	text-decoration: none;
	}


/* ADDRESS ***************************************************** */
#address {
	width: 760px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
	}


#address h2 {
	float: left;
	width: 180px;
	margin-top: 13px;
	}
#address ul {
	float: left;
	width: 420px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}
#address address {
	float: left;
	padding: 0 0 0 30px;
	}


#address h2 span {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0 10px;
	}

#address ul li {
	margin-left: 30px;
	}
#address ul li.add span.title {
	display: none;
	}
#address ul li.tel {
	float: left;
	}
* html #address ul li.tel {
	float: left;
	margin-left: 15px;
	}
#address ul li.fax {
	float: left;
	}
#address ul li.url {
	clear: both;
	}

#address address {
	}
#address address a span {
	display: none;
	}
#address address a {
	display: block;
	width:80px;
	height: 37px;
	background: url(../img/bkg_address-link.png) no-repeat 0 0;
	}
#address address a:active,
#address address a:focus,
#address address a:hover {
	background: url(../img/bkg_address-link_.png) no-repeat 0 0;
	}



/* ARTICLE ***************************************************** */
#content #article {
	
	}

/* HEADING ******************* */
#content #article h2 {
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	border-bottom: #CCCCCC solid 1px;
	}
#content #article h2 span {
	padding: 3px 3px 0 26px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-blue.png) no-repeat left top ;
	color: #5C4523;
	}
#content #article h3 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h3 span {
	padding: 5px 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-ora.png) no-repeat left top;
	}
#content #article h4 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h4 span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}
#content #article h5 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h5 span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}
#content #article h6 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h6 span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}



/* HEADING-BOX *************** */
#content #article .h2-box {
	padding: 5px 10px 10px 10px;
	}
#content #article .h3-box {
	padding: 5px 10px 10px 20px;
	}
#content #article .h4-box {
	padding: 5px 10px 10px 20px;
	}
#content #article .h5-box {
	padding: 5px 10px 10px 20px;
	}
body #content #article .h2-box p,
body #content #article .h3-box p,
body #content #article .h4-box p,
body #content #article .h5-box p,
body #content #article .h6-box p {
	line-height: 1.5;
	}


/* LIST ********************** */
/* common に移動 */


/* TABLE ********************* */
/* 下部に移動 */


/* IMAGE ********************* */
#content #article .image-center {
	margin: 0 0 5px 0;
	text-align: center;
	}
#content #article .image-left {
	float: left;
	margin: 0px 5px 5px 5px;
	}
#content #article .image-right {
	float: right;
	margin: 0px 5px 5px 5px;
	}

/* BOTTOM-LINK ********************* */
#bottom-link {
	padding: 10px 0 10px 0;
	text-align: center;
	}
#bottom-link h2 {
	display: none;
	}




/* 分岐設定・パーツ設定 ********************* */

/* タイトルロゴ ********* */
.logo-txt-png #title-area {
	background: url(../img/bkg_header-logo.png) no-repeat 10px 25px;
	}

#title-area {
	height: 55px;
	}
.logo-txt-png #site-title,
.logo-txt-gif #site-title,
.logo-txt-jpg #site-title {
	padding: 25px 0 0 45px;
	}
.logo-txt-png #sub-title,
.logo-txt-gif #sub-title,
.logo-txt-jpg #sub-title {
	padding: 0 0 0 46px;
	font-family: "Verdana";
	line-height: 100%;
	font-size: 85%;
	color: #507931;
	letter-spacing: 0px;
	}

.txt-only #title-area,
.txt-only #title-area,
.txt-only #title-area {
	background: url();
	}
.logo-only- #site-title,
.logo-txt- #site-title,
.txt-only #site-title {
	padding: 25px 0 0 10px;
	}
.logo-only- #sub-title,
.logo-txt- #sub-title,
.txt-only #sub-title {
	padding: 0 0 0 11px;
	font-family: "Verdana";
	line-height: 100%;
	font-size: 85%;
	color: #507931;
	letter-spacing: 0px;
	}

.logo-only-png #site-title,
.logo-only-png #sub-title,
.logo-only-gif #site-title,
.logo-only-gif #sub-title,
.logo-only-jpg #site-title,
.logo-only-jpg #sub-title {
	display: none;
	}

/* サイドリンクエリア ********* */

#side-banner ul.text-type {
	margin: 0 10px 0 10px;
	}
#side-banner ul.img-type {
	margin: 0 9px 0 9px;
	}
#side-banner ul.text-type {
	padding: 1px 0 0 0;
	background: #ffffff url(../img/lin_bline-1-1.gif) repeat-x left top;
	}
#side-banner ul.text-type li {
	}
#side-banner ul.text-type li a {
	display: block;
	width: 180px;
	padding: 2px 0;
	background: #ffffff url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	color: #333333;
	text-decoration: none;
	}
#side-banner ul.text-type li a:active,
#side-banner ul.text-type li a:focus,
#side-banner ul.text-type li a:hover {
	background: #F5F9DD url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	color: #BE6229;
	}
#side-banner ul.text-type li a span {
	padding: 0 0 0 10px;
	background: url(../img/ico_dia-gre.png) no-repeat -4px 2px;
	}
	
#side-banner ul.img-type li {
	margin: 0 0 1px 0;
	font-size: 0%;
	line-height: 0%;
	}
#side-banner ul.img-type li a img {
	border: 1px solid #ffffff;
	}
#side-banner ul.img-type li a:active img,
#side-banner ul.img-type li a:focus img,
#side-banner ul.img-type li a:hover img {
	border: 1px solid #ff9933;
	}
#side-banner ul.image-type li {
	}

/* ボトムリンクエリア ********* */

#bottom-link .img-type a img {
	border: 1px solid #ffffff;
	}
#bottom-link .img-type a:active img,
#bottom-link .img-type a:focus img,
#bottom-link .img-type a:hover img {
	border: 1px solid #ff9933;
	}
#bottom-banner {
	}
#bottom-banner {
	}




/* トップ用フリーエリア ********* */


#home .free-area {
	margin: 10px 0 20px 0;
	padding: 0 10px;
	}
#home .free-area p {
	line-height: 1.3;
	}
	


#content #free-contents {
	width: 560px;
	}
#content #free-contents h2 {
	padding: 0 0 3px 0;
	margin: 3px 10px 0 10px;
	border-bottom: #CCCC99 solid 2px;
	}
#content #free-contents h2 span {
	border-bottom: #CCCC99 solid 2px;
	padding: 5px 3px 4px 20px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/ico_squ-blue.png) no-repeat left top;
	color: #5C4523;
	}
#content #free-contents .free-article {
	margin: 10px 15px 20px 15px;
	}




/* セカンド用フリーエリア ********* */


#categories .free-area {
	margin: 5px 0 20px 0;
	padding: 0 0px;
	}
#categories .free-area p {
	line-height: 1.3;
	}

/* セカンド用テーブルエリア ********* */

.table-area table {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 5px 0 10px 0;
	}
.table-area td,
.table-area th {
	border: 1px solid #999999;
	padding: 10px;
	}
.table-area thead th {
	background: #CB2C03;
	}
.table-area thead th span {
	font-weight: normal;
	color: #ffffff;
	}
.table-area tbody th {
	background: #FFF3C4;
	}
.table-area tbody th span {
	background: #FFF3C4;
	font-weight: normal;
	}

.tel-aa {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	}

/*---------------------------------------------------
input form Version: 2006.03.13
----------------------------------------------------*/
input.name_01{
	text-align:left;
	width:90px;
	margin:0px 10px 0px 0px;
	}
input.name_02{
	text-align:left;
	width:90px;
	}
input.birth_01{
	text-align:left;
	width:50px;
	margin:0px 5px 0px 0px;
	}
input.place_01{
	text-align:left;
	width:40px;
	margin:0px;
	}
input.place_02{
	text-align:left;
	width:40px;
	margin:0px 14px 0px 0px;
	}
input.place_03{
	text-align:left;
	width:210px;
	margin:0px 5px 0px 0px;
	}
input.company{
	text-align:left;
	width:210px;
	margin:0px 5px 0px 0px;
	}
input.tel_01{
	text-align:left;
	width:210px;
	margin:0px 5px 0px 0px;
	}
input.mail_01{
	text-align:left;
	width:210px;
	margin:0px 5px 0px 0px;
	}
textarea.textarea_01{
	text-align:left;
	width:210px;
	height:80px;
	margin:0px 5px 0px 0px;
	}
#sendbtm {
	display: block;
	height: 50px;
	}
ul.btm_01{ 
	padding: 0; 
	margin: 0 0 0 70px; 
	list-style-type: none; 
	} 

ul.btm_01 li {
	float: left; 
	margin-right: 5px; 
	padding: 2px; 
	text-align: center; 
	} 

/* フロート解除 ************************************************ */

ul.btm_01:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

/* TABLE ************************************************** */



.data-table-w {
	width: 530px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
	
.data-table-w2 {
	width: 610px;
	border-collapse: collapse;
	margin: 0;
	}

	
.data-table-w th,
.data-table-w td,
.data-table-w2 th,
.data-table-w2 td,
.data-table th,
.data-table td {
	padding: 4px 6px;
	border-bottom: #CCCCCC solid 1px;
	text-align: left;
	vertical-align: top;
	}
	
.data-table-w tr,
.data-table-w2 tr,
.data-table tr {
	}

.data-table-w2 th,
.data-table-w th {
	width: 180px;
	font-weight: bold;
	background: #EEF0DD;
	padding: 0 0 0 14px;
	}
	
.data-table th {
	width: 120px;
	font-weight: bold;
	background:  url(../img/categories/ico_th.gif) no-repeat 3px 4px #EEF0DD;
	padding: 0 0 0 14px;
	}
	

.data-table-w p,
.data-table p {
	margin-bottom: 10px;
	}

.data-table-w h5,
.data-table h5 {
	font-weight: bold;
	padding-bottom: 3px;
	}
	
.data-table-w th .att,
.data-table th .att {
	color: #CC3300;
	font-weight: normal;
	padding-left: 10px;
	}

.data-table-w td .sample {
	color: #666666;
	}

.data-table-w .remarks {
	width: 100px;
	color: #7A9D34;
	padding-left: 3px;
	}

/* text decolation *************** */

.txt-blue {
	color: #0000FF;
	}
.txt-red {
	color: #FF0000;
	}