@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/thickbox/thickbox.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;
}


.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat center top;
	width: 580px;
	padding: 0px 0 2px 30px;
	border: none;
}

blockquote {
	clear: both;
	margin-top: 2em;
	border: #a9ddff 15px solid;
	padding: 15px 20px;
	background: url(images/bg.gif);
}

.hrLine {
	clear: both;
	height: 1px;
	border-top: #333 1px dashed;
	margin: 10px 0;
}

.section {
	margin-bottom: 2em;
}
.section h4,blockquote h4 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.thumb li {
	display: inline;
}
ul.thumb li img {
	vertical-align: top;
	margin: 0 5px 8px 0;	
}
.photo {
	margin: 0 0 1em 1em;
}
ul.wakuList li {
	margin-bottom: 2em;
}
ul.wakuList li img {
	border: 1px solid #B4B4B4;
	padding: 4px;
}
