@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 "/themes/concept/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;
}

ul.sideMenu {
	margin-top: 15px;
}
ul.sideMenu li {
	border-left: #ff352e 5px solid;
	padding: 2px 0 2px 10px;
	margin-bottom: 3px;
}
.back {
	text-align: right;
}
.back a {
	background: url(images/backPoint.gif) no-repeat 0 0;
	padding-left: 20px;
}
.blogEntryBody h3 img {
	margin: 1.5em 0 2em 0;
}

.hrLine {
	border-top: #999 1px dotted;
	margin: 2em 0;
	height: 1px;
	clear: both;
}
ul.thumb li {
	float:left;
	margin: 0 10px 10px 0;
}

.listBox h4 {
	background: url(images/pointo.gif) no-repeat 0 3px;
	padding-left: 25px;
	font-size: 116%;
	margin-bottom: 5px;
}
.listBox ul {
	margin-left: 25px;
}
.listBox ul li {
	background: url(images/listPoint.gif) no-repeat 0 7px;
	padding-left: 13px;
}
p.kakudai {
	margin: 2px 0 0 0;
	font-size: 93%;
}

.style01 {
	background: url(images/style01.jpg) no-repeat right top;
	width: 332px;
	height: 602px;
	padding: 0 210px 0 0;
}
