@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;
}
#topContent .leftCol {
	padding-top: 320px;
	width: 180px;
	float: left;
}
#topContent .leftCol address {
	padding: 70px 0 10px 8px;
	line-height: 1.3;
}
#topContent .rightCol {
	margin-top: 18px;
	width: 704px;
	float: right;
}
.blogNewsBox {
	padding-left: 35px;
}

.rss-js-entry {
	background: url(images/newsPoint.jpg) no-repeat 0 4px;
	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;
}

#photoArea {
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}
.since {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.infoArea {
	width: 158px;
	padding: 11px;
	border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
	float: left;
	background: #e9e9e9;
	margin-bottom: 2em;
}
.brandArea {
	width: 158px;
	padding: 11px;
	border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
	float: left;
	background: #e9e9e9;
	margin-left: 9px;
	margin-bottom: 2em;	
}
.blogArea {
	width: 304px;
	padding: 11px;
	border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
	float: left;
	background: #e9e9e9;
	margin-left: 9px;
	margin-bottom: 2em;	
}
.infoArea h3,.brandArea h3,.blogArea h3 {
	margin-bottom: 10px;
}
.infoArea h4,.brandArea h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.photoSpace {
	margin-bottom: 5px;
}
.blogArea a:link,.blogArea a:visited,.links a:link,.links a:visited {
	color: #666666;
	text-decoration: none;
}
.blogArea a:hover,.links a:hover {
	color: #FF9900;
	text-decoration: none;
}
.blogArea a:active,.links a:active {
	color: #666666;
	text-decoration: none;
}
dl.blogList dd {
	margin-bottom: 7px;
}
.bodyLine {
	background: url(images/line.gif) repeat-y 0 30px;
}

#topContent{
    zoom:1;/*for IE 5.5-7*/
}
#topContent:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html #topContent{
	display:inline-table;
	/*\*/display:block;/**/
}

.koshin {
	margin: 1em 0 0 10px;
}
