@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;	
}

.blogEntryBody h3 img {
	margin: 1em 0;
}
.point {
	color: red;
}
dl.inquiry {
	margin-bottom: 1em;
}
dl.inquiry dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.inquiry dd {
	margin-left: 130px;
	margin-bottom: 5px;	
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 2px;
	padding-left: 24px;
	padding-bottom: 3px;
}

.entryHeader {
	margin: 0 15px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: #999 3px double;
}

table.list {
}
table.list td,table.list th {
	padding: 5px 10px;
	border: #ddd 1px solid;
}
table.list th {
	background: #f3eee9;
}
.textArea {
	float: left;
	width: 308px;
}
.photoArea {
	float: right;
	width: 216px;
}
.photoArea img {
	padding: 2px;
	border: #ddd 1px solid;
}
.photoArea img {
	margin: 0 0 10px 0;
}
.contactBtn {
	margin: 1em 0;
}
.back {
	text-align: right;
	padding: 10px;
}
.back a {
	background: url(images/back.jpg) no-repeat 0 0;
	padding: 0 0 10px 25px;
}
ul.index {
	clear: both;
}
.no01,.no02,.no03,.no04,.no05 {
	float: left;
	padding: 5px 10px;
	border: #ddd 1px solid;
}
.indexLine {
	clear: both;
}
.head {
	background: #f3eee9;
}
.no01 {
	width: 65px;
}
.no02 {
	width: 130px;
}
.no03 {
	width: 60px;
}
.no04 {
	width: 55px;
}
.no05 {
	width: 120px;
}
.hrLine {
	clear: both;
	margin: 1em 0;
	height: 1px;
	border-top: #999 1px dotted;
}
.blogEntryBody {
	font-size: 108%;
	padding:25px 25px 15px 25px;
}
