@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 "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;
}

.categoryNavi {
	clear: both;
}

.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);
}
ul.photoThumb {
	margin-left: 15px;
}
ul.photoThumb li {
	float: left;
	margin: 0 15px 10px 0;
}
ul.photoThumb li img {
	margin-bottom: 5px;
}
p.caption {
	clear: both;
}
