@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;
}
.blogEntryBottom {
	border-top: #999 1px dotted;
}
img.photo {
	padding: 3px;
	border: #999 1px solid;
	margin: 5px 0 0 0;
}
img.france {
	margin: 1em;
}
.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.entryList {
	width: 100%;
}

ul.indexList {
	margin: 1em 0 0 0
}
ul.indexList li a {
	background: url("images/point.gif") no-repeat 0 8px;
	padding: 5px 0 5px 20px;
	border-bottom: #999 1px dotted;
	display: block;
	width: 45%;
	float: left;
}
ul.indexList li a:link,ul.indexList li a:visited {
	text-decoration:  none;
	color: #666666;
}
ul.indexList li a:hover {
	text-decoration: none;
	color: #666666;
	background: #e6e6e7 url("images/point_o.gif") no-repeat 0 8px;
}
ul.indexList li a:active {
	text-decoration:  none;
	color: #666666;
}
table.entryList {
	width: 100%;
	margin: 7px 0;
}
table.entryList tr.even {
	background: #eeeeee;
}
table.entryList td {
	padding: 7px 10px;
	border: #bfbfbf 1px solid;
}
ul.pageNavi {
	text-align: center;
	margin: 0 auto;
}
ul.pageNavi li {
	display: inline;
	margin-left: 10px;
}
ul.pageNavi li.prev a {
	background: url(images/prev.gif) no-repeat 0 0;
	padding-left: 15px;
}
ul.pageNavi li.next a {
	background: url(images/next.gif) no-repeat 100% 0;
	padding-right: 15px;
}
ul.backMumber {
	margin: 10px 15px;
}
ul.backMumber li {
	background: url(images/backMumberPoint.gif) no-repeat 0 5px;
	padding-left: 20px;
}

.categoryTitle {
	font-size: 116%;
	background: url(images/categoryPoint.gif) no-repeat 0 0;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 1em;
}

.calenderBg {
	margin: 10px 0;
	background: #fff;
}
.calendarDayWithEntries {
	background: #FF9900;
}
.calendarDayWithEntries a:link,.calendarDayWithEntries a:visited,.calendarDayWithEntries a:hover,.calendarDayWithEntries a:active {
	color: #fff;
	text-decoration: none;
}


