@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;	
}

.maincol {
	clear: both;
	text-align: left;
}


/*
===== 2: Overwrite ===========================
*/
div#upperBg {
	background: url(images/bodyBg.jpg) repeat-x center top;
}



#flashBg {
 clear: both;
	margin-left: 7px;
	padding-top: 19px;
	background: url(images/flashBg.jpg) no-repeat center top;
	width: 900px;
	height: 369px;
}
#flashcontent {
	width: 708px;
	height: 362px;
	float: left;
}
.naviBox {
	width: 180px;
	float: right;
}

ul#gnavi {
	margin-top: 1px;
	clear: both;
}

div.content {
	padding: 28px 38px 0px 31px;
	background: url(images/topBodyBg.gif) repeat-y center top;
	width: 845px;
}

.leftBox {
	margin-top: 16px;
	width: 482px;
	float: left;
}


.rightBox {
	width: 323px;
	float: right;
}

dl.eventInfo {
	padding: 10px 14px;
}
dl.eventInfo dt {
	color: #f1946e;
	font-weight: bold;
}
dl.eventInfo dd {
	margin-bottom: 5px;	
	padding-bottom: 10px;
	padding-left: 15px;	
	border-bottom: #787878 1px dotted;
}
dl.eventInfo dd img {
	margin: 0 10px 3px 0;
	float: left;
}
.readmore {
	text-align: right;
}

div#entriesList {
	padding: 10px 43px 10px 25px;
	background: url(images/blogBody.gif) repeat-y center top;
	width: 255px;
}
dl.blogNews dd {
	background: url(images/infoPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 3px;	
}

ul.topNavi {
	padding-top: 96px;
}
ul.topNavi li.btn02 {
	padding-top: 22px;
}
ul.topNavi li.btn03 {
	padding-top: 16px;
}
ul.topNavi li.btn04 {
	padding-top: 17px;
}
ul.topNavi li img {
	vertical-align: top;
}