/*********************************
Koganecho Bazaar
http://www.koganecho.net/
Top
9th , July, 2008
*********************************/
#wrapper {
	margin : 0px auto;
	padding : 0px;
	text-align : center;
	background : url("../img/mascot.gif") no-repeat center bottom #fff ;
}

#wrapper #container{
	text-align : left;
	clear : both;
	margin : 0px auto;
	padding : 0;
	width : 800px ;
	min-height:430px; 
}

/*Topics*/
#wrapper #container #topics {
	margin : 0px 0 0 10px;
	padding : 50px 0 0 10px;
	width : 420px;
}

#wrapper #container #topics ul {
	margin : 10px 0px;
	padding : 0px;
	list-style-type : none;
	font-size : 0.96em;
}
#wrapper #container #topics li.event {
	margin : 0 0 0.6em 0 ;
	padding : 0px 0px 0px 28px;
	background :url("../img/news/icon_event.gif") no-repeat left top;
}
#wrapper #container #topics li.news {
	margin : 0 0 0.6em 0 ;
	padding : 0px 0px 0px 28px;
	background :url("../img/top/icon_news.gif") no-repeat left top;
}

#wrapper #container #topics li span {
	display : block;
	font-weight : bold;
	color:#816D27;
	font-size : 0.92em ;
}
#wrapper #container #topics li a:link {
	text-decoration : none;
	color : #4b4948 ;
}
#wrapper #container #topics li a:visited {
	text-decoration : none;
	color : #8a8a8a;
}
#wrapper #container #topics li a:hover ,
#wrapper #container #topics li a:active {
	text-decoration : none;
	color : #2f9dc8 ;
}
#wrapper #container #topics li a.pdf {
	background :url("../img/icon_pdf.gif") no-repeat right center;
	padding-right:22px
}
#wrapper #container #topics li a.page {
		text-decoration : none;
		background :url("../img/sitemap/icon_01.gif") no-repeat right center;
		padding-right : 20px ;
}

/*bnr*/
#wrapper #container .bnr {
	margin : 100px 0 0em 20px;
	padding : 0px 0 0 10px;
	width : 400px;
}


/* Language Select */
#choiceLang {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-top: -150px;
	margin-left: -200px;
	background:url("../img/language_body.jpg") no-repeat;
	text-align:center;
	padding:10px;
	}

#choiceLang .copy {
	margin : 60px auto 0px auto;
}
#choiceLang .btn{
	margin : 60px auto 50px auto;
}

