@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.main fla
	02.topics
	03.tbox1
	04.tbox2

=====================================================================*/

/*--------------------------------------------------------------------
	01.main-fla
--------------------------------------------------------------------*/
#main-fla{margin-top: 20px;}


/*--------------------------------------------------------------------
	02.topics
--------------------------------------------------------------------*/
#sidebar div#topics div{
	background: none;
	height: 200px;
	overflow: auto;
}
#topics table{width: 190px;}
#topics th,
#topics td{
	font-size: 10px;
	text-align: left;
}
#topics th{
	padding: 8px 8px 0 10px;
	background: url(img/bg_topics-th.gif) no-repeat top left;
	font-weight: bold;
	color: #6b6c6b;
}
#topics td{padding: 0 8px 0 10px;}


/*--------------------------------------------------------------------
	03.tbox1
--------------------------------------------------------------------*/
#tbox1{
	margin-left: auto;
	margin-right: auto;
	background: url(img/bg_tbox1.gif) repeat-y;
	width: 590px;
}
#tbox1:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#tbox1 div{
	width: 285px;
	text-align: left;
}
#tbox1 p{
	padding: 10px 25px 0 25px;
	text-align: left;
}
#tbox1 a img{
	padding-top: 15px;
	padding-left: 25px;
}
#tbottom{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(img/bg_tbottom.gif) no-repeat;
	width: 590px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
}


/*--------------------------------------------------------------------
	04.tbox2
--------------------------------------------------------------------*/
#tbox2{
	margin: 35px auto 50px auto;
	padding-bottom: 10px;
	background: url(img/bg_tbox2.gif) repeat-y;
	border-bottom: solid 3px #dbdbdb;
	width: 590px;
}
#tbox2 ul,
#tbox2 ul li,
#tbox2 ul li a{
	display: inline;
	height: 90px;
	outline: none;
}
#tbox2 ul{
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	height: 90px;
}
#tbox2 ul li img#men{
	padding-left: 5px;
	padding-right: 5px;
}