@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :topics.css
	version:1.0
	style info :??pB
======================================================================= */
/* import@efBNg?X^CV[g??K??
----------------------------------------------------------------------------- */
@import "default.css"; /*ZbgAfont.cssA?`*/
@import "base.css"; /*TCg??*/
@import "layout.css"; /*TCg?{CAEg*/


/* 
----------------------------------------------------------------------------- */
#container{
	background-image: url('../img/main_bk02.gif');
}

#main_wrop{
	border-bottom: 5px solid #89308D;
	background-image: url(../profile/img/main_bottom.jpg);
	padding-bottom: 100px;
}

#contents{
	padding-top: 25px;
	border-top: 10px solid #89308D;
	background-image: url(../topics/img/contents_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer{
	border-top: 2px solid #89308D;
}

/* 
----------------------------------------------------------------------------- */
#contents h2{
	height:60px;
	background-image: url(../topics/img/title_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#contents #main h3{
	height:45px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 25px;
	margin-top: 45px;
}


#contents #main h3.notice{
	background-image: url(../topics/img/title_notice.jpg);
}

#contents #main h3.title_detail{
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 0px;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-right: 1px none #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px none #CCC;
	background-color: #FFF;
	margin: 45px 15px 25px 0px;
	font-size: 129%;
	background-image: url(../topics/img/title_bk.gif);
	height: auto;
}

#contents #main hr{
	clear: both;
	padding: 10px 0px;
	height: 0px;
	border-top: 1px none #999;
	border-right: 1px none #999;
	border-bottom: 1px dotted #999;
	border-left: 1px none #999;
}

#contents #main img{
	margin: 10px;
}

#contents #main .news{
	width:513px;
	margin: 0px auto;
}

#contents #main p.page{
	text-align: center;
}

#contents #main .news p.date{
	color: #666;
}

#contents #sub{
	width: 172px;
	padding: 130px 0px 0px;
}

#contents #sub #sub_navi{
	background-color: #F7F5ED;
	border: 1px solid #999;
	font-weight: normal;
	width: 170px;
	padding: 10px 0px;
}

#contents #sub #sub_navi h2{
	height: 32px;
	width: 150px;
	margin: 0px auto 15px;
}

#contents #sub #sub_navi hr{
	border-top: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 1px solid #666;
	border-left: 0px solid #FFF;
	height: 0px;
	padding: 0px;
	clear: both;
	margin: 10px 0px;
	}

#contents #sub #sub_navi h2.navi_notice{
	background-image: url(../topics/img/navi_notice.gif);
	clear: both;
	margin-top: 1em;
}

#contents #sub #sub_navi h2.navi_year{
	background-image: url(../topics/img/navi_year.gif);
}
#contents #sub #sub_navi h2.navi_news{
	background-image: url(../topics/img/navi_news.gif);
}

#contents #sub #sub_navi a{
	font-weight: normal;
}

#contents #sub #sub_navi ul{
	width: 150px;
	margin: 0px auto;
}

#contents #sub #sub_navi li{
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding: 2px 0px 2px 15px;
}

#contents #sub #sub_navi .btn_back{
	width: 145px;
	margin: 0px auto;
	overflow: hidden;
}

#contents #sub #sub_navi .btn_back a{
	background-image: url(../img/btn_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 145px;
}

#contents #sub #sub_navi .btn_back a:hover{
	background-position: 0px -35px;
}
