@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 */

/*
===== 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;	
}
.bodyContent {
	 margin:0;
	 padding:0;
}
div#container {
	 width: 900px;
	 background: none;
}
.maincol {
	text-align: left;
}
#header {
	 background: none;
}
* + html #header {
	 height: 90px;
}
#header .leftCol {
	width: 230px;
} 
#header .rightCol {
	background: url(images/gnaviBg.gif) repeat-x center top;
}
#topContent {
	clear:both;
  background: url(images/mainBg.jpg) no-repeat 0 0;
  width: 900px;
  height: 652px;
}
#topContent .leftCol {
	padding-top: 320px;
	width: 180px;
	float: left;
}
#topContent .leftCol address {
	padding: 70px 0 10px 8px;
	line-height: 1.3;
}
#topContent .rightCol {
	padding-top: 300px;
	width: 704px;
	float: right;
}
.blogNewsBox {
	padding-left: 35px;
}
dl.blogList {
	margin-top: 12px;
}
dl.blogList dt {
	font-weight: bold;
}
dl.blogList dd {
	margin-bottom: 10px;
	margin-left: 15px;
}
.rss-js {
	margin: 0px 0 0 0px;
}
.rss-js-entry {
	background: url(images/newsPoint.jpg) no-repeat 0 3px;
	padding-left: 13px;
}
dl.news {
	margin: 10px 0 10px 0px;
}
dl.news dt {
	margin-bottom:3px;
}
ul.newsList {
	margin-left: 15px;
}
ul.newsList li {
	background: url(images/newsPoint.jpg) no-repeat 0 3px;
	padding-left: 13px;
}
.sideLine {
	margin: 5px 10px;
	border-top: #b2cac4 1px solid;
	clear: both;
}
.leftCol p {
	padding: 8px 0 0 8px;
	line-height: 1.3;
}

	