@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 3: 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;	
}
.maincol {
	clear: both;
	text-align: left;
}

#content {
	padding-top: 4px;
}

#main h2 {
	margin-bottom: 1em;
}
ul.banner {
	background: url(images/bannerBg.gif) repeat-x center bottom;
	margin-top: 13px;
	margin-bottom: 7px;
}
/* ¥ */
* html ul.banner {
	height: 1%;
}
/**/
ul.banner {
	zoom: 1;
}
ul.banner:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
ul.banner li {
	float: left;
	padding-right:6px;
}
ul.banner li.lastChild {
	padding-right: 0;
}
ul.banner li img {
	vertical-align: bottom;
}
#main h3 {
	clear: both;
}
#conceptBox {
	padding-top: 15px;
	padding-bottom: 15px;

}
#conceptBox .leftCol {
	width: 330px;
	float: left;
}
#conceptBox .rightCol {
	padding-top: 15px;
	width: 250px;
	float: right;
}
.conceptBox p {
	padding-top: 15px;
	padding-left: 345px;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 1.4;
}

#sidebar {
	margin-top: 5px;
}

.bannerArea {
	margin: 1em 0;
}