@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: category Title ===========================
*/
#categoryTitle {
	background: url(images/pageTitle_bottom.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c01Title {
	background: url(images/pageTitle01.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c02Title {
	background: url(images/pageTitle02.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c03Title {
	background: url(images/pageTitle03.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c04Title {
	background: url(images/pageTitle04.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c05Title {
	background: url(images/pageTitle05.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c06Title {
	background: url(images/pageTitle06.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#contactTitle {
	background: url(images/pageTitle07.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
#c08Title {
	background: url(images/pageTitle08.gif) no-repeat right top;
	padding: 60px 0 0 18px;
	zoom: 1;	
}
.rightBox {
	float: right;
	margin: 0 0 15px 15px;
}
.leftBox {
	float: left;
	width: 330px;
}
img.photo {
	padding: 4px;
	border: #b0b0b0 1px solid;
	margin-right: 10px;
}
.hrLine {
	border-top: #565656 1px dotted;
	height: 1px;
	margin: 10px 0;
}
.blogEntry {
	clear: both;
}
/*
===== table ===========================
*/

.blogEntryBody h3.concept {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: #454545 1px solid;
	padding-bottom: 2px;
}

caption {
	background: url(images/point.gif) no-repeat 0 4px;
	padding-left: 18px;
	font-size: 110%;
	text-align: left;
	margin: 7px 0;
}
table.company {
	border-collapse: collapse;
	width: 570px;
	border-top: #dedcda 1px solid;
	border-left: #dedcda 1px solid;
	margin-bottom: 1em;
}
table.company td {
	padding: 8px 10px;
	border-right: #dedcda 1px solid;
	border-bottom: #dedcda 1px solid;	
}	
table.company td.firstCel {
	width: 90px;
	background: #f1f8f1;
}
table.company2 {
	border-collapse: collapse;
	width: 570px;
	border-top: #dedcda 1px solid;
	border-left: #dedcda 1px solid;
	margin-bottom: 1em;	
}
table.company2 td {
	padding: 15px 10px;
	border-right: #dedcda 1px solid;
	border-bottom: #dedcda 1px solid;	
}	
table.company2 td.firstCel {
	width: 150px;
	background: #f1f8f1;	
}

/*
===== wood ===========================
*/
h3.wood {
	font-size: 123.1%;
	color: #114891;
}
h4.wood {
	font-size: 108%;
	color: #ff9102;
	background: url(images/woodPoint.gif) no-repeat 0 5px;
	padding-left: 18px;
}
h3.wood02 {
	margin: 10px 0;
}
.addressBox {
	clear: both;
	margin-top: 10px;
	width: 519px;
	border: #4b4b4b 1px solid;
	padding: 10px 25px;
}
.addressBox address {
	margin-bottom: 10px;
}
/*
===== links ===========================
*/
dl.links dt {
	width: 100px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.links dd {
	margin-left: 110px;
	margin-bottom: 5px;	
}

/*
===== policy ===========================
*/
dl.policy dd {
	margin-bottom: 20px;
	margin-left: 14px;
}
dl.policy dd ul.policy {
	margin-left: 15px;
}

/*
===== sitemap ===========================
*/
.point {
	color: red;
}
dl.sitemap dd {
	padding-left: 1.5em;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: #565656 1px dotted;
}
dl.sitemap dt {
	padding-left: 18px;
}
dl.sitemap dt.links {
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: #565656 1px dotted;
	background: url(images/linkPoint.gif) no-repeat 0 4px;
}
ul.sitemap li {
	background: url(images/linkPoint.gif) no-repeat 0 4px;
	padding-left: 18px;
}
	
