@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 */
@import "/themes/gallery/Scripts/thickbox.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;	
}
ul.subMenu {
	padding-bottom: 8em;
}
.entryBg {
	background: url(images/image.jpg) no-repeat right bottom;
	width: 665px;
	height: 100%;
}
.strong {
	font-weight: bold;
}
.blogEntryBody p {
	padding-left: 19px;
}
.blogEntryBody h2 {
	margin-bottom: 1em;
}
.title {
	font-size: 116%;
	font-weight: bold;
	color: #009270;
	line-height: 1.2;
}
ul.indexThumb {
	clear: both;
}
ul.indexThumb li {
	float: left;
}
ul.indexThumb li div img {
	border: #999 1px solid;
}
ul.indexThumb li a:hover img  {
	border: #a0f0de 1px solid;
}
.hrLine {
	margin: 1em 0;
	height: 1px;
	border: #999 1px dotted;
}
.hrLine hr {
	display: none;
}

#index .blogEntry {
	clear: none;
	width: 80px;
	float: left;
	padding: 10px 5px;
}
#index .blogEntryBody p {
	padding: 0;
}
.pageable {
	clear: both;
	margin: 1em 0;
}
