@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/js/thickbox.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;
}
p.text {
	margin-bottom: 1em;
}
ul.indexThumb li {
	margin: 0 0 1em 0;
	padding-bottom: 1.5em;
	border-bottom: #999 1px dotted;
}
.title {
	background:url("images/point.jpg") no-repeat 0 5px;
	padding-left: 20px;
	margin-bottom: 3px;
}
ul.indexThumb li img {
	border: #c5b5b3 2px solid;
	margin-right: 15px;
}
ul.indexThumb li a:link,ul.indexThumb li a:visited {
	color: #666666;
	text-decoration: none;
}
ul.indexThumb li a:hover {
	color: #ff8610;
	text-decoration: none;
}
ul.indexThumb li a:active {
	color: #666666;
	text-decoration: none;
}
#index .blogEntry {
	margin: 0 10px 10px 0;
}
img.photo {
	margin: 0;
}
.blogEntryHeader {
	background:url("images/point.jpg") no-repeat 0 0px;
	padding-left: 20px;
	margin-bottom: 3px;
}
.blogEntryHeader h3 {
	font-size: 93%;
	padding: 0;
}
.blogEntryBody {
	padding: 0;
}
.blogEntryBody img {
	border: #c5b5b3 2px solid;
	margin-right: 15px;
}
