@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
h2.pageTitle {
	margin-bottom: 2em;
}
h2.pageTitle a {
	background: url(images/pageTitle.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}

.blogEntry {
	background: #e9e9e9;
	padding: 17px;
}
*+html .blogEntry {
	padding-bottom: 3px;
}
.blogEntryBody {
	padding: 0;
}

.photoBlock {
	width: 250px;
	float: left;
}
.textBlock {
	width: 355px;
	float:right;
}
.name {
	margin-bottom: 1em;
	font-size: 116%;
	color: #8dbb40;
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 23px;
}
.name h3 {
	font-weight: bold;
}
