@charset "utf-8";
@import "../common/css/0-import.css";
#main {
	padding: 28px 0 0 25px;
	background: none;
}

.banner {
	margin-bottom: 1px;
}

#conts {
	float: left;
}

#conts h2 {
	position: relative;
}

#conts h2 a {
	background: url(../img/index/more_over.gif) no-repeat;
	width: 85px;
	height: 12px;
	position: absolute;
	top: 13px;
	left: 523px;
}

#conts h2 a:hover {
	background-color: #FFF;
}

#conts h2 a:hover img {
	visibility: hidden;
}

#conts .topics {
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
	border: 0;
	border-collapse: collapse;
}

#conts .topics th {
	width: 75px;
	padding: 10px 0 6px 10px;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #EFEFEF;
}

#conts .topics td {
	line-height: 1.3;
	vertical-align: top;
	border-bottom: 1px solid #EFEFEF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
 
#conts .topics td.icon {
	width: 73px;
	vertical-align: top;
	padding: 6px;
}

#conts .topics td.topic_title {
	width: 448px;
}

#sideBar {
	float: right;
}

#sideBar ul li{
	margin-bottom: 11px;
	float: right;
	clear: right;
}

#sideBar ul li a {
	display: block;
	width: 230px;
	height: 70px;
}

#sideBar ul li.btn01 a {
	background: url(../img/index/sideBtn01_over.jpg) no-repeat;
}

#sideBar ul li.btn02 a {
	background: url(../img/index/sideBtn02_over.jpg) no-repeat;
}

#sideBar ul li.btn03 a {
	background: url(../img/index/sideBtn03_over.jpg) no-repeat;
}

#sideBar ul li a:hover {
	background-color: #FFF;
}

#sideBar ul li a:hover img {
	visibility: hidden;
}

#footer {
	background: #103675 url(../common/img/footer_back.gif) repeat-x left top;
}

.footer {
	background: url(../common/img/footer_icon.gif) no-repeat right top;
}
#calender {
	margin-bottom: 30px;
	margin-top: 10px;
	width: 230px;
}
.img_calender {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
.calendertxt {
	line-height: 120%;
	font-size: 10px;
	margin: 5px;
}

