@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: mainArea ===========================
*/

.blogEntryHeader h2 {
	background: url(images/entryHeader.gif) no-repeat left bottom;
	padding-bottom: 6px;
	border: none;
	margin-bottom: 10px;
	color: #00436b;
}


div#main_img {
	background: url(images/main_img.jpg) no-repeat center top;
	width: 900px;
	height: 347px;
}

table.com {
	color: #666666;
	width: 580px;
	border: 1px solid #b5c1e3;
	border-collapse: separate;
	border-spacing: 1px;
}
table.com th {
	width: 70px;
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #e9f3ff;
	vertical-align: top;
}
table.com td {
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #fff;
}

table.history {
	color: #666666;
	width: 580px;
	border: 1px solid #b5c1e3;
	border-collapse: separate;
	border-spacing: 1px;
}
table.history th {
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #e9f3ff;
	vertical-align: top;
}
table.history td {
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #fff;
}

.point {
	color: #FF0000;
}
dl.inquiry {
	width: 560px;
	margin-bottom: 1em;
}
dl.inquiry dt {
	float: left;
	width: 170px;
	clear:left;
	margin-bottom: 5px;
}
dl.inquiry dd {
	margin-left: 180px;
	margin-bottom: 5px;
}

dl.sitemap dt {
	font-size: 108%;
	margin-top: 10px;
}
dl.sitemap dt.firstChild {
	margin-top: 0;
}
dl.sitemap dd {
	padding: 2px 0 5px 15px;
}
dl.sitemap dd ul li {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 18px;
}
.rss-js-entry {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 18px;
}

.inqBtn {
	margin: 1em 0;
}
.line {
	margin: 10px 0;
	border-bottom: #474747 1px dotted;
	height: 1px;
}