@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;
}
.categoryName {
	background: url(images/categoryTitle.jpg) no-repeat 0 0;
}
.blogEntryHeader {
	background: url(images/blogEntryHeader.gif) no-repeat 0 0;
	padding-left: 20px;
	border-bottom: 0;
}
.blogEntryHeader h3 {
	line-height: 1.2;
}
.blogEntryBottom {
	border-top: #999 1px dotted;
}
img.photo {
	padding: 3px;
	border: #999 1px solid;
	margin: 5px 0 0 0;
}
.rightBox {
	padding:  0 2.5em 1em 0;
}
.blogEntryBody {
	padding: 15px 25px;
}
ul.indexList li {
	background: url("images/indexPoint.jpg") no-repeat 0 2px;
	padding: 0 0 3px 30px;
	margin-bottom: 10px;
	border-bottom: #ddd 1px dotted;
}
ul.indexList li a:link,ul.indexList li a:visited,ul.indexList li a:hover,ul.indexList li a:active {
	text-decoration: none;
}
.entry-navi {
	margin: 1em 0;
}

table.bace {
	width: 100%;
	margin-bottom: 15px;
}
table.bace td,table.bace th {
	padding: 10px;
	vertical-align: top;
}
table.bace td {
	border-bottom: #ccc 1px solid;
}
table.bace th {
	border-bottom: #333 1px solid;
	width: 70px;
}
ul.photoList li {
	float: left;
	margin: 0 25px 15px 0;
}