@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;
}
.blogEntry {
	margin-bottom: 2em;
}
.photo {
	margin: 10px 0 20px 0;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 3px;
	padding-left: 20px;
	color: #e94f60;
	font-size: 116%;
	margin-bottom: 3px;
}
.blogEntryBody h5 {
	font-weight: bold;
	margin-bottom: 5px;
}
	
table.more {
	width: 100%;
	border: #bfbfbf 1px solid;
}
table.more td,
table.more th {
	padding: 7px 15px;
}
table.more th {
	border-bottom: #bfbfbf 1px solid;
}
ul.more li {
	display: inline;
	padding-right: 10px;
}

table.kotobuki {
	width: 100%;
	border-collapse:collapse;
  border-spacing:1px;
	border: #bfbfbf 1px solid;
}
table.kotobuki th,
table.kotobuki td {
	padding: 5px;
	vertical-align: top;
	border: #bfbfbf 1px solid;	
}
table.kotobuki th {
	background: #F9CEC9;
	width: 50px;
}
table.kotobuki td.toshi {
	width: 70px;
	background: #D7DADC;
}
dl.kakikata dt {
	font-weight: bold;
}
dl.kakikata dd {
	padding: 3px 15px 5px 25px;
}
.bottomLine {
	border-top: #999 1px dotted;
	height: 1px;
	margin: 1em 0 5px 0;
}
ul.list {
	margin: 0 15px 0 20px;
}
ul.list li {
	background: url(images/listPoint.gif) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}