@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;	
}
.photo {
	border: 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 {
	border: #333 1px solid;
	padding: 15px;
}
#map {
	margin: 10px 0 0 0;
	width: 568px;
	height: 300px;
	border: #333 1px solid;
}

table.event0810 {
	width: 100%;
	margin: 1em 0;
}
table.event0810 td,
table.event0810 th {
	vertical-align: top;
	padding: 5px;
}
table.event0810 td {
	border-bottom: #ddd 1px solid;
}
table.event0810 th {
	width: 100px;
	border-bottom: #999 1px solid;
}
.blogEntry h4 {
	font-weight: bold;
	color: #3d72b9;
}
.blogEntry h5 {
	font-weight: bold;
}
