@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF9900;
	background-image: url(../0_images/bg.gif);
	background-repeat: repeat-x;
}

.boxBG {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffc30d;
	background-image: url(../0_images/box_bg.gif);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.header, .header a:link, .header a:visited, .header a:hover, .header a:active{
	font-size: 9px;
	color: #333333;
}
.box {
	color: #000000;
	vertical-align: top;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.boxTitle {
	font-weight: bold;
}
.boxWithThumb {
	color: #82560A;
	vertical-align: top;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.article {
	color: #000000;
}
.logo {
	padding-left: 15px;
}
