@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: underline;
}
a:visited {
	color: #1d3994;
  text-decoration: underline;
}
a:hover {
	color: #fe6e2b;
  text-decoration: none;
}
a:active {
	color: #1d3994;
  text-decoration: underline;
}
/*
[
----------------------------------------------------------- */
.blogEntryHeader {
	background: url(images/entryTitle.gif) repeat-y 0 0;
	padding: 5px 0 5px 25px;
	width: 611px;
}
.blogEntryHeader h3 {
	padding: 0;
	line-height: 1.3;	
}
.posted {
	line-height: 1.3;
}
.contentBtn {
	margin-top: 2em;
}
ul.entryNavi {
	text-align: center;
	margin: 1em 0;
}
ul.entryNavi li {
	display: inline;
}
li.prev a {
	background: url(images/prev.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
}		
li.home {
	padding: 0 30px;
}
li.next a {
	background: url(images/next.gif) no-repeat 100% 1px;
	padding-right: 20px;
}
ul.list {
	margin-bottom: 1em;
}
ul.list li {
	background: url(images/listPoint.gif) no-repeat 0 7px;
	padding-left: 18px;
}


