@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 */

/*
===== 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;	
}

/*
===== 2: category Title ===========================
*/
#main {
	background: url(images/pageTitle01.gif) no-repeat right top;
	padding: 60px 0 0 0;
}


dl.staff dt {
	background: url(images/point.gif) no-repeat 0 4px;
	padding-left: 18px;
}
dl.staff dd {
	margin-bottom: 1em;
}

.blogEntry {
	border: #B4B4B4 1px solid;
	padding: 25px;
}
.blogEntryHeader {
	background: url(images/entryTitle.gif) no-repeat 0 0px;
	padding-left: 30px;
	border-bottom: #a18366 1px solid;
	padding-bottom: 7px;
	padding-top: 3px;
}
.blogEntryHeader h2 {
	font-weight: normal;
	line-height: 1.1;
}
.leftBox {
	width: 240px;
	float: left;
}
.rightBox {
	width: 277px;
	float: right;
}
img.photo {
	padding: 4px;
	border: #b0b0b0 1px solid;
	margin-right: 10px;
}
