@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 ===========================
*/

div#main_img {
	background: url(images/main_img.jpg) no-repeat center top;
	width: 900px;
	height: 347px;
}

.blogEntry {
	margin-top: 25px;
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 630px;
	height: 52px;
}
.blogEntryHeader h2 {
	border: none;
	padding: 0 0 0 5px;
	line-height: 1.3;
}
.posted {
	margin: 0 20px 0 19px;
	padding: 7px 0 0 5px;
}
.blogEntryBody {
	background: url(images/entryBody.gif) repeat-y center top;
	padding: 20px 35px;
	width: 560px;
}
.blogEntryBottom {
	padding: 0px 35px;
	background: url(images/entryBottom.gif) no-repeat center top;
	width: 560px;
	height: 31px;
}
.staticHeader {
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 630px;
	height: 18px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}

table.flight {
	color: #666666;
	width: 550px;
	border: 1px solid #b5c1e3;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 1em;
}
table.flight th {
	width: 230px;
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #e9f3ff;
	vertical-align: top;
}
table.flight td {
	padding: 5px;
	border-right: 1px solid #b5c1e3;
	border-bottom: 1px solid #b5c1e3;
	background-color: #fff;
}

.blogEntryBody h3.name {
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 20px 5px 0px;
	padding: 10px 0 0 0;
	color: #CE7049;
	border-bottom: #dbdbdb 1px solid;
	background: none;
}
.leftCol {
	width: 320px;
	float: left;
}
.rightCol {
	width: 200px;
	float: right;
}
.line {
	clear: both;
	margin: 2em 0;
	border-bottom: #333 1px dotted;
	height: 1px;
}
.line02 {
	clear: both;
	margin: 1em 0;
	border-bottom: #333 1px dotted;
	height: 1px;
}
.back {
	clear: both;
	width: 120px;
	margin-left: 530px;
	background: url(images/back.gif) no-repeat 0 3px;
	padding-left: 18px;
	font-size: 85%;
}