@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: #3d72b9;
	text-decoration: none;
}
a:visited{
	color: #3d72b9;
	text-decoration: none;	
}
a:hover{
	color: #ffc105;
	text-decoration:underline;	
}
a:active{
	color: #3d72b9;
	text-decoration: none;	
}

.pageTitle {
	background: url(images/pageTitle.gif) no-repeat center top;
	width: 839px;
	height: 68px;
}

.categoryTitle {
	background: url(images/categoryTitle.gif) no-repeat left bottom;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 2em;
}


/*
===== staff ===========================
*/

dl.staff dt {
	width: 69px;
	height: 20px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	text-indent: -9999px;
}
dl.staff dt.bath { 
	background: url(images/bath.jpg) no-repeat center top;
}
dl.staff dt.syumi {
	background: url(images/syumi.jpg) no-repeat center top;
}
dl.staff dt.bunya {
	background: url(images/bunya.jpg) no-repeat center top;
}
dl.staff dt.shikaku {
	background: url(images/shikaku.jpg) no-repeat center top;
}
dl.staff dd {
	margin-left: 80px;
	margin-bottom: 10px;
}

dl.staff02 dt {
	background: url(images/comme.jpg) no-repeat center top;
	width: 69px;
	height: 20px;
	text-indent: -9999px;	
}
dl.staff02 dd {
	width: 360px;
	padding: 5px;
}
.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat 0 0;
	padding: 2px 0 2px 15px;
	border: none;
}
.photo {
	margin: 0 0 1em 1em;
}
.blogEntryBottom {
	border-top: #b4b4b4 1px dotted;
}
.staffTitle {
	margin-top: 10px;
	background: url(images/staffTitle.jpg) no-repeat center top;
	width: 370px;
	height: 23px;
}
.staffBody {
	background: url(images/staffBody.jpg) repeat-y center top;
	padding: 10px 20px;
	width: 330px
}
.staffBottom {
	background: url(images/staffBottom.jpg) no-repeat center top;
	width: 370px;
	height: 7px;
}
