@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

body {
	background: url(images/bg.jpg) repeat-x 0 0;
}
#main {
	float: left;
}
#sub {
	float: right;
}
#mainImg {
	margin-top: 1px;
}
ul.sideNavi li img {
	vertical-align: top;
}

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;
}

.section {
	margin-bottom: 2em;
}
.topNewsTitle a {
	background: url(images/newsTitle.jpg) no-repeat 0 0;
	width: 630px;
	height: 61px;
	display: block;
}
.topNewsBody {
	background: url(images/newsBody.jpg) repeat-y 0 0;
	padding: 0 33px 0 32px;
	width: 565px;
}
ul.topNewsList {
	padding-bottom: 5px;
}
ul.topNewsList li,
.rss-js-entry {
	background: url(images/newsPoint.gif) no-repeat 0 9px;
	padding: 2px 0 2px 15px;
	border-bottom: #999 1px dotted;
}
.topNewsBottom {
	background: url(images/newsBottom.gif) no-repeat 0 0;
	padding: 0px 33px 0 0;
	width: 597px;
	height: 41px;
	text-align: right;
}
.blogBox {
	background: url(images/blogImg.jpg) no-repeat 18px 60px;
	border: #b1b1b1 1px solid;
	padding: 17px;
	margin-bottom: 2em;
	height: 160px;
}
.blogBox h2 {
	margin-bottom: 10px;
}
.rssBox {
	padding-left: 190px;
}
.conceptBox {
	border-left: #ddd 3px solid;
	padding: 5px 10px 0 15px;
	width: 310px;
	float: left;
}
.conceptBox h3 {
	line-height: 1.3;
	margin-bottom: 5px;
	font-size: 116%;
	font-weight: bold;
}
#preparationBox {
	width: 267px;
	padding: 10px;
	border: #b1b1b1 1px solid;
	float: right;
}
#preparationBox img {
	margin-bottom: 10px;
}
#preparationBox .rss-js-entry {
	line-height: 1.3;
	margin: 7px 2px;
	background: url(images/newsPoint.gif) no-repeat 0 6px;
	padding: 2px 0 9px 15px;
	border-bottom: #999 1px dotted;	
}