@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}
.blogEntryHeader {
	background: url(images/entryTitle.gif) no-repeat 0 0;
}
.blogEntryHeader h3 {
	color: #922d8c;
}
.blogEntry {
	margin-bottom: 2em;
}
.photo {
	margin: 10px 0 20px 0;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 5px;
	padding-left: 20px;
	color: #922d8c;
	font-size: 116%;
	margin-bottom: 3px;
}
.blogEntryBody h5 {
	font-weight: bold;
	margin-bottom: 5px;
}
dl.houyou dt {
	background: url(images/dtPoint.gif) no-repeat 0 4px;
	padding-left: 15px;
	color: #922d8c;
	font-weight: bold;	
}
dl.houyou dd {
	padding: 5px 0 20px 15px;
}
dl.mumber dt {
	padding-bottom: 5px;
	font-weight: bold;
}
dl.mumber dd {
	padding: 0px 0 20px 15px;
}
