@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */
@import "/common/themes/top/css/DropDownMenu.css";
@import "/common/themes/top/css/concept.css";

@import "css/jquery.lightbox-0.5.css";
/*
===== 1: link setting ===========================
*/
a:link {
	text-decoration: none;
	color: #951c10;	
}
a:visited {
	text-decoration: none !important;
	color: #951c10;	
}
a:hover{
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #951c10;	
}


/*
===== 2: mainArea ===========================
*/

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryBottom {
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
}
.bodyContentEven {
  background: #ffffff;
}
.bodyContentOdd {
  background: #e3e4e0;
}

.hrLine {
	border-top: #333 1px dashed;
	margin: 1em 0 2em 0;
	height: 1px;
	clear: both;
}

ul.thumb li {
	float: left;
	margin: 0 3px 0px 0;
	padding: 0;
}
ul.thumb li img {
	vertical-align: middle;
}

