﻿@charset "UTF-8";

/* *************************************************************
 * 目次
 *
 * + リンクテキスト
 * + BODY
 * + HEADER
 * + FOOTER
 * + NAVIGATION
 * + FOOTER-NAVIGATION
 * + UTILITY-NAVIGATION
 * + CONTENT
 * + ADDRESS
 *
 * 広州用ｶｽﾀﾏｲｽﾞ 09.03.31 yashi
 * *************************************************************
 */



/* リンクテキスト ********************************************** */
a:link {
	/* color: #121B24; */
	color:#D2691E;
	text-decoration: underline;
	}
a:visited {
	color: #B5A25E;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	/* color: #666666; */
	color: #CD5C5C
	text-decoration: underline;
	}

/* BODY ******************************************************** */
body {
	background: url(../img/bkg_body.png) repeat-y 0 0;
	}

/* HEADER ****************************************************** */
#header {
	height: 94px;
	background: url(../img/bkg_header.png) no-repeat 0px 0px;
	margin: 0 0 0 -20px;
	}
#header #title-area {
	/* padding: 30px 0 0 40px; */
	margin: -15px 0 0 -10px;
	padding: 30px 0 0 40px;
	}
#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: #ffffff;
	}

#header #sub-title {
	font-family: "Verdana";
	line-height: 100%;
	font-size: 85%;
	color: #FFFFCC;
	letter-spacing: 0px;
	}


/* FOOTER ****************************************************** */
#footer {
	width: 760px;
	border-top: 1px solid #cccccc;
	background: url(../img/bkg_footer.png) repeat-x 0 0;
	height: 50px;
	}
#footer .copyright {
	text-align: center;
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	color: #FFFFFF;
	}
#footer a {
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	text-decoration: none;
	color:#FFFF99;
	}


/* NAVIGATION ************************************************** */

.layout-1 #nav-area {
	top: 94px;
	}
.layout-2 #nav-area {
	top: 334px;
	}
.layout-2 #nav-area ul {
	border-bottom: 1px solid #cccccc;
	}
#categories #nav-area {
	top: 94px;
	}

/* 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;
	}
.layout-2 #nav-area #main-nav ul,
.layout-1 #nav-area #main-nav ul {
	padding: 0 0 0 5px;
	}
.layout-2 #nav-area #main-nav li,
.layout-1 #nav-area #main-nav li {
	float :left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #9e9e9e;
	}
.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: #464646;
	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 {
	padding: 15px 15px 12px 15px;
	color: #999999;
	}

.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: #ffffff;
	}
.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 {
	color: #CCCCCC;
	}


/* 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 {
	background: #333333;
	margin: 0 10px 20px 10px;
	}
.layout-4 #nav-area #main-nav li,
.layout-3 #nav-area #main-nav li {
	display: inline;
	}
.layout-4 #nav-area #main-nav li a,
.layout-3 #nav-area #main-nav li a {
	background: url(../img/bkg_main-nav-b.png) repeat-x 0 0;
	display: block;
	padding: 10px 10px 10px 10px;
	font-family: "MS UI Gothic";
	line-height: 100%;
	font-size: 110%;
	font-weight: bold; 
	color: #333333;
	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 {
	padding: 10px 10px 10px 12px;
	/* color: #ffffff; */
	color: #980000;
	}

.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) repeat-x 0 0;
	/* color: #ffffff; */
	color: #980000;
	}
.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 {
	/* color: #ffffff; */
	color: #980000;
	}

/* 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: 30px;
	/*left: 360px;
	width: 400px;*/
	left: 400px;
	width: 360px;
	height: 30px;
	text-align: right;
	}
#utility-nav h2 {
	display: none;
	}
#utility-nav a {
	padding: 0 0 0 15px;
	background: url(../img/ico_utility-nav.png) no-repeat 0 0;
	text-decoration: none;
	color: #FFFFFF;
	}
#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: 10px 0;
	background-color:#FFFFFF;
	}
#content #article {
	width: 560px;
	}

/* NOTIFY *************** */
#content #notify {
	width: 560px;
	}
#content #notify h2 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 10px 0 10px;
	}
#content #notify h2 span {
	padding: 0 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	/* border-bottom: 3px solid #323C45; 09.03.31 yashi*/
	border-bottom: 3px solid #8C0000;
	background: url(../img/ico_cir-gre.png) no-repeat left top;
	}
#content #notify .article {
	margin: 5px 10px 20px 10px;
	}



/* INFORMATION *************** */
#content #information {
	width: 560px;
	}
#content #information h2 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 10px 0 10px;
	}
#content #information h2 span {
	padding: 0 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	/* border-bottom: 3px solid #323C45; 09.03.31 yashi*/
	border-bottom: 3px solid #8C0000;
	background: url(../img/ico_cir-gre.png) no-repeat left top;
	}
#content #information ul {
	margin: 0 10px 5px 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: #F5F9DD 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: #736535;
	}
#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_dia-gre.png) no-repeat -4px 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: #736535;
	}
#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_dia-gre.png) no-repeat -4px 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;
	}
	
.box-footer p{
    	text-align:right;
	font-size: xx-small;
	}
.box-footers{
    	text-align:right;
	font-size: 80%;
	margin: 0 10px 5px 10px;
	/* border-top:dotted 1px #999999; */
	}


/* SIDE ********************** */
#content #side { 
	}
#content #side h2 {
	background: url(../img/bkg_heading_side.png) repeat-x left bottom;
	/* background: url(../img/bkg_heading.png) repeat-x left bottom; 09.03.31 yashi*/
	padding: 0 0 3px 0;
	/* margin: 0 10px 0 10px; 09.03.31 yashi*/
	/* margin: 15px 0 5px 10px; 09.04.06 yashi*/
	margin: 15px 10px 5px 10px;
	}
#content #side h2 span {
	/* padding: 0 3px 0 16px; 09.03.31 yashi*/
	padding: 5px 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	/* border-bottom: 3px solid #121B24; 09.03.31 yashi*/
	background: url(../img/ico_cir-gre.png) no-repeat left center;
	/* background: url(../img/ico_squ-ora.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;
	}
/* 09.03.31 yashi */
#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: 10px 0 0 15px;
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
	}
#page-title #page-sub-title {
	padding: 0 0 0 15px;
	font-size: 85%;
	font-family: "Tahoma";
	color: #2B353F;
	}

/* TOPIC-PATH **************** */
#topic-path {
	background: #ebebeb;
	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;
	background: #ffffff;
	}


#address h2 {
	float: left;
	width: 150px;
	margin-top: 13px;
	}
#address ul {
	float: left;
	width: 460px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
#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; */
	margin-left: 20px;
	}
/*	09.03.30 yashi
#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 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h2 span {
	padding: 0 3px 0 16px;
	font-size: 120%;
	font-weight: bold;
	
	/* border-bottom: 3px solid #121B24; */
	border-bottom: 3px solid #8C0000;
	background: url(../img/ico_cir-gre.png) no-repeat left top;
	}
#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: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}
#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 30px;
	}
#content #article .h5-box {
	padding: 5px 10px 10px 40px;
	}
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 ********************** */


/* TABLE ********************* */
#content .table-area table {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 5px 0 10px 0;
	}
#content .table-area td,
#content .table-area th {
	border: 1px solid #999999;
	padding: 10px;
	}

#content .table-area thead th {
	background: #2E3741;
	}
#content .table-area thead th span {
	font-weight: normal;
	color: #ffffff;
	}
#content .table-area tbody th {
	background: #FCFAC7;
	}
#content .table-area tbody th span {
	background: #FCFAC7;
	font-weight: normal;
	}

#content .table-area .type-normal {
	}
#content .table-area .type-thttd {
	}
#content .table-area .type-thltd {
	}
#content .table-area .type-th2td {
	}



/* 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;
	}

/* CONTAINER ********************* */

#container {
	background-color:#FFFFFF;
	}

/* BOTTOM-LINK ********************* */
#bottom-link {
	background: #ffffff;
	padding: 10px 0 10px 0;
	text-align: center;
	}
#bottom-link h2 {
	display: none;
	}





/* 分岐設定・パーツ設定 ********************* */

/* タイトルロゴ ********* */
.logo-txt-png #title-area {
	background: url(../../data/img/bkg_title-logo.png) no-repeat 40px 40px;
	}
.logo-txt-gif #title-area {
	background: url(../../data/img/bkg_title-logo.gif) no-repeat 40px 40px;
	}
.logo-txt-jpg #title-area {
	background: url(../../data/img/bkg_title-logo.jpg) no-repeat 40px 40px;
	}
.logo-only-png #title-area {
	background: url(../../data/img/bkg_title-logo.png) no-repeat 40px 40px;
	}
.logo-only-gif #title-area {
	background: url(../../data/img/bkg_title-logo.gif) no-repeat 40px 40px;
	}
.logo-only-jpg #title-area {
	background: url(../../data/img/bkg_title-logo.jpg) no-repeat 40px 40px;
	}

#title-area {
	/* height: 45px;*/
	height: 70px;
	}

.logo-txt-png #site-title,
.logo-txt-gif #site-title,
.logo-txt-jpg #site-title {
	padding: 15px 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: 15px 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-gif #site-title,
.logo-only-gif #sub-title,
.logo-only-jpg #site-title,
.logo-only-jpg #sub-title,
.logo-only-png #site-title,
.logo-only-png #sub-title {
	display: none;
	}
*/
.logo-only-gif #site-title a span,
.logo-only-gif #sub-title,
.logo-only-jpg #site-title a span,
.logo-only-jpg #sub-title,
.logo-only-png #site-title a span,
.logo-only-png #sub-title {
	display: none;
	}
.logo-only-gif #site-title a,
.logo-only-jpg #site-title a,
.logo-only-png #site-title a {
	display: block;
	width: 340px;
	height: 70px;
	/* width: 300px;
	height: 50px; */
	
	}

/* サイドリンクエリア ********* */

#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: 5px 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: 5px 0 20px 0;
	padding: 0 10px;
	}
#home .free-area p {
	line-height: 1.3;
	}
	
/* 09.04.06 Add*/
#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;
	}
/* 09.04.06 Add*/


/* セカンド用フリーエリア ********* */


#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: #405C30;
	}
.table-area thead th span {
	font-weight: normal;
	color: #ffffff;
	}
.table-area tbody th {
	background: #EFF4C6;
	}
.table-area tbody th span {
	background: #EFF4C6;
	font-weight: normal;
	}

/* yashi 09.04.06 */
.redfont {
	color: #CC0000;
	}

.redfontb {
	color: #CC0000;
	font-weight: bold;
	}

