@charset "utf-8";
body {
	font-family: Times New Roman, Arial, Tahoma, Sans Serif, Times, Verdana;
	font-size: 10.5pt;
	margin: 0px;
	color: #000000;
	background-color: #e4ffe4;
}
/*---------------------*/
/*		   MISC        */
/*---------------------*/
p, multicol {
	display: block;
	margin: 1em 0;
	text-align: justify;
}
a, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EF6D00;
	text-decoration: underline;
}
img {
	border: none;
}
.arrow_y {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	background-image: url(arrow_y.gif);
}
#visitor_id {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	background-color: #e4ffe4;
}
/*----------------------------/
	WIDTH: 800px
/----------------------------*/
.w808 {
	width: 808px;
}
.w800 {
	width: 800px;
}
/*----------------------------/
	LEFT COLUMN - WIDTH: 580px
/----------------------------*/
.w580 {
	width: 580px;
}
.w578 {
	width: 578px;
}
.w560 {
	width: 560px;
}
/*----------------------------/
	LEFT COLUMN - WIDTH: 780px
/----------------------------*/
.w780 {
	width: 780px;
}
.w778 {
	width: 778px;
}
.w760 {
	width: 760px;
}
/*----------------------------/
	RIGHT COLUMN - WIDTH: 190px
/----------------------------*/
.w190 {
	width: 190px;
}
.w188 {
	width: 188px;
}
.w170 {
	width: 170px;
}
/*----------------------------/
		PADDING10px
/----------------------------*/
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
/*---------------------*/
/*		   MAIN        */
/*---------------------*/
#wrapper {
	margin: auto;
}
#container {
	float: left;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
}
#maincontent {
	background-color: #FFFFFF;
	margin: auto;
}
#header {
	background-image: url(hn-header.gif);
	float: left;
	height: 122px;
	border-top: 1px solid #CCCCCC;
}
#logo {
	width: 179px;
	height: 88px;
	padding-left: 19px;
	padding-top: 10px;
	float: left;
}
#banner {
	width: 452px;
	height: 100px;
	background-image: url(hn-rbanner.gif);
	float: right;
}
#mainbody {
	float: left;
}
#body-topblock {
	float: left;
}
#body-bottomblock {
	float: left;
}
/*---------------------*/
/*  TOP NAV - MENU     */
/*---------------------*/
#topnav {
	float: left;
	height: 32px;
}
#topnav-begin {
	float: left;
	width: 1px; height: 32px;
	background-image: url(topnav-begin.gif);
	background-repeat: repeat-x;
}
#topnav-center {
	float: left;
	height: 32px;
	background-image: url(topnav-center.gif);
	background-repeat: repeat-x;
}
#topnav-end {
	float: right;
	width: 1px; height: 32px;
	background-image: url(topnav-end.gif);
	background-repeat: repeat-x;
}
#topnav-menu {
	float: left;
	overflow: hidden;
}
#topnav-sec {
	float: left;
	background-image: url(topnav-sec.gif);
	width: 2px; height: 32px;
}
#topnav-date {
	float: right;
	width: 150px;
}
.topnav-txt {
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}

#topnav-menu a {
	text-decoration: none;
}
#topnav-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topnav-menu a {
	float: left;
	margin-top: 3px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px 0px 0px 10px;
	cursor: hand;
}
#topnav-menu a span {
	display: block;
	padding: 3px 8px 0px 0px;
	color: white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav-menu a span {float:none;}
/* End IE5-Mac hack */
#topnav-menu a:hover span {
	color: red;
}
#topnav-menu a.current { /*Selected Tab style*/
	background-position: 0 -0px; /*Shift background image up to start of 2nd tab image*/
	color: red;
	background: url(menu-over-left.gif) no-repeat left top;
	height: 30px;
}
#topnav-menu a.current span{ /*Selected Tab style*/
	background-position: 100% -82px; /*Shift background image up to start of 2nd tab image*/
	float: left;
	background: url(menu-over-right.gif) no-repeat right top;
	color: red;
	height: 30px;
}
#topnav-menu a:hover { /*onMouseover style*/
	background-position: 0% 0px; /*Shift background image up to start of 2nd tab image*/
	background: url(menu-over-left.gif) no-repeat left top;
	height: 30px;
}
#topnav-menu a:hover span { /*onMouseover style*/
	background-position: 100% 0px; /*Shift background image up to start of 2nd tab image*/
	float: left;
	background: url(menu-over-right.gif) no-repeat right top;
	height: 30px;
}
/*---------------------*/
/*	END TOP NAV - MENU */
/*---------------------*/
/*---------------------*/
/*		TOP BLOCK      */
/*---------------------*/
#topblock {
	float: left;
	width: 385px;
}
#topblockleft {
	float: left;
	width: 185px;
}
#topblockright {
	float: right;
	width: 190px;
}
#topblock .topblock-tl {
	width: 10px;
	float: left;
	height: 10px;
	background-image: url(topblock-tl.gif);
}
#topblock .topblock-tc {
	width: 365px;
	float: left;
	height: 9px;
	border-top: #cbe6ff solid 1px;
}
#topblock .topblock-tr {
	width: 10px;
	float: right;
	height: 10px;
	background-image: url(topblock-tr.gif);
}
#topblock .topblock-body {
	width: 383px;
	float: left;
	border-left: #cbe6ff solid 1px;
	border-right: #cbe6ff solid 1px;
}
#topblock .topblock-bl {
	width: 10px;
	float: left;
	height: 10px;
	background-image: url(topblock-bl.gif);
}
#topblock .topblock-bc {
	width: 365px;
	float: left;
	height: 9px;
	border-bottom: #cbe6ff solid 1px;
}
#topblock .topblock-br {
	width: 10px;
	float: right;
	height: 10px;
	background-image: url(topblock-br.gif);
}
/*---------------------*/
/*	  END TOP BLOCK    */
/*---------------------*/
#body-main {
	float: left;
}
#leftcol {
	float: left;
}
#rightcol {
	float: right;
}
/*---------------------*/
/*	    INDEX NEWS     */
/*---------------------*/
#indexnews {
	float: left;
	width: 558px;
	padding: 10px 10px 0 10px;
}
#indexnews-leftcol {
	float: left;
	width: 374px;
}
#indexnews-leftcol .newsthumb {
	border: 1px solid #A5A5A5;
}
#indexnews-leftcol .fmp {
	float: left;
	padding: 1px;
	margin-right: 8px;
	margin-bottom: 5px;
}
#indexnews-leftcol .title {
	font-weight: bold;
}
#indexnews-leftcol .preview {
	text-align: justify;
}
#indexnews-rightcol {
	float: right;
	width: 184px;
}
#indexnews-rightcol ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}
#indexnews-rightcol li {
	list-style-type: circle;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 5px;
}
#indexnews-rightcol .newsthumb {
	border: 1px solid #A5A5A5;
}
#indexnews-rightcol .fmp {
	float: left;
	padding: 1px;
	margin-right: 8px;
}
/*---------------------*/
/*	  END INDEX NEWS   */
/*---------------------*/
/*---------------------*/
/*	     NEWS_CAT      */
/*---------------------*/
#news_cat {
	float: left;
	width: 558px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #319AFF;
}
#news_cat .datetime {
	font-size-adjust: none;
	text-align: justify;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 9pt;
}
#news_cat .big_title {
	font-size: 14pt;
	color: #d35fdd;
	text-align: center;
}
#news_cat .full_content {
	text-indent: 15px;
}
#news_cat .minidetail {
	float: left;
	text-align: center;
	width: 554px;
	background: #cbf3ff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #d35fdd;
}
#news_cat-left {
	float: left;
	width: 138px;
}
#news_cat-left .newsthumb {
	border: 1px solid #A5A5A5;
}
#news_cat-left .fmp {
	float: left;
	padding: 1px;
	margin-right: 8px;
}
#news_cat-right {
	float: right;
	width: 420px;
}
#news_cat-right .title {
	font-weight: bold;
	font-size-adjust: none;
	text-align: justify;
	padding-bottom: 5px;
}
#news_cat-right .preview {
	text-align: justify;
}
#newscat-page {
	text-align: center;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
}
#newscat-pageid {
	background-color: #cbf3ff;
	border: 1px solid #319AFF;
	padding-left: 5px;
	padding-right: 5px;
}
#newscat-otherid {
	float: left;
	width: 568px;
	padding-left: 5px;
	padding-right: 5px;
}
#newscat-otherid .datetime {
	font-size-adjust: none;
	text-align: justify;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 8pt;
}
#newscat-otherid ul {
	list-style-type: none;
	text-align: justify;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#newscat-otherid li {
	background-image: url(arrow.gif);
	background-position: 1px 7px;
	background-repeat: no-repeat;
	padding-top: 3px;
}
#newscat-otherid li a {
	padding-left: 15px;
}
/*---------------------*/
/*	   END NEWS_CAT    */
/*---------------------*/
/*---------------------*/
/*	  CONTACT MODULE   */
/*---------------------*/
#hn-contact-wrapper {
	padding: 5px;
	background: #FFFFFF;
}
#hn-contact-wrapper .required {
	color: #FF0000;
}
#hn-contact-info {
	margin: auto;
	font-size: 14px;
}
#hn-contact-info .title {
	color: blue;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: center;
}
#hn-contact-info .info-table {
	border: 1px solid #6c9bb9;
	background-color: #FFFFFF;
}
#hn-contact-info .leftrow {
	background-color: #b4d8ed;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 15px;
	width: 30%;
}
#hn-contact-info .rightrow {
	background-color: #e1ebf1;
	text-align: justify;
	padding: 3px;
	width: 70%;
}
#hn-contact-error {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#hn-contact-text {
	margin: 0;
	padding: 0;
	clear: both;
}
#hn-contact-text .left {
	float: left;
	padding: 5px;
	text-align: right;
	width: 225px;
}
#hn-contact-text .right {
	margin-left: 100px;
	padding: 5px;
}
#hn-contact-text .input {
	background-color: #eafff4;
	width: 300px;
}
#hn-contact-text .input_area {
	background-color: #eafff4;
	width: 400px;
}
#hn-contact-text .input_captcha {
	background-color: #eafff4;
	width: 100px;
}
#hn-contact-button {
 	font-weight: bold;
	background-color: #e2e2e2;
	border: 1px solid #666666;
}
/*---------------------*/
/*	END CONTACT MODULE */
/*---------------------*/
/*---------------------*/
/*	    ACCOUNTING     */
/*---------------------*/
#accounting {
	padding: 10px;
	font-size: 11pt;
	line-height: 18px;
	text-indent: 20px;
}
/*---------------------*/
/*   END ACCOUNTING    */
/*---------------------*/
/*---------------------*/
/*	    MAIN BLOCK     */
/*---------------------*/
#mainblock {
	float: left;
}
#mainblock-top {
	float: left;
}
#mainblock-top .mainblock-leftcorner {
	margin-left: -10px;
	height: 26px;
	float: left;
}
#mainblock-top .leftcornertxt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#mainblock-top .mainblock-leftcorner-l {
	width: 5px;
	float: left;
	height: 26px;
	background-image: url(mainblock-leftcorner-l.gif);
}
#mainblock-top .mainblock-leftcorner-c {
	height: 26px;
	float: left;
	border-top: #319aff solid 1px;
	background: #FFFFFF;
}
#mainblock-top .mainblock-leftcorner-r {
	width: 5px;
	float: right;
	height: 26px;
	background-image: url(mainblock-leftcorner-r.gif);
}
#mainblock-top .mainblock-rest {
	height: 26px;
	float: left;
}
#mainblock-top .resttxt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#mainblock-top .mainblock-tl {
	width: 10px;
	float: left;
	height: 26px;
	background-image: url(mainblock-tl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#mainblock-top .mainblock-tc {
	float: left;
	height: 26px;
	background-image: url(mainblock-tc.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainblock-top .mainblock-tr {
	width: 10px;
	float: right;
	height: 26px;
	background-image: url(mainblock-tr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#mainblock-body {
	float: left;
	border-left: #319aff solid 1px;
	border-right: #319aff solid 1px;
}
#mainblock-bottom {
	float: left;
}
#mainblock-bottom .mainblock-bl {
	width: 10px;
	float: left;
	height: 10px;
	background-image: url(mainblock-bl.gif);
}
#mainblock-bottom .mainblock-bc {
	float: left;
	height: 9px;
	border-bottom: #319aff solid 1px;
}
#mainblock-bottom .mainblock-br {
	width: 10px;
	float: right;
	height: 10px;
	background-image: url(mainblock-br.gif);
}
/*---------------------*/
/*	  END MAIN BLOCK   */
/*---------------------*/
/*---------------------*/
/*	   RIGHT BLOCK     */
/*---------------------*/
#rightblock {
	float: right;
}
#rightblock-top {
	float: left;
}
#rightblock-top .righttitle {
	text-align: center;
	padding-top: 10px;
}
#rightblock .rightblock-tl {
	width: 10px;
	float: left;
	height: 34px;
	background-image: url(rightblock-tl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#rightblock .rightblock-tc {
	float: left;
	height: 34px;
	background-image: url(rightblock-tc.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rightblock .rightblock-tr {
	width: 10px;
	float: right;
	height: 34px;
	background-image: url(rightblock-tr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#rightblock-body {
	float: left;
	border-left: #319aff solid 1px;
	border-right: #319aff solid 1px;
}
#rightblock-bottom {
	float: left;
}
#rightblock .rightblock-bl {
	width: 10px;
	float: left;
	height: 10px;
	background-image: url(rightblock-bl.gif);
}
#rightblock .rightblock-bc {
	float: left;
	height: 9px;
	border-bottom: #319aff solid 1px;
}
#rightblock .rightblock-br {
	width: 10px;
	float: right;
	height: 10px;
	background-image: url(rightblock-br.gif);
}
/*---------------------*/
/*	 END RIGHT BLOCK   */
/*---------------------*/
/*---------------------*/
/*	      PIKACHU      */
/*---------------------*/
#pik_module_container {
	width: 720px;
	margin: auto;
}
#pik_module_wrapper {
	width: 720px;
	float: left;
	margin: 5px;
}
.pik_loading {
	text-align: center;
	width: 720px;
	margin: auto;
}
.pik_container {
	width: 720px;
	margin: auto;
}
.pik_wrapper {
	width: 720px;
	float: left;
	background: #348017;
	border: 1px solid #FFFFFF;
}
.pik_name {
	color: #00FF00;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 640px;
	padding-left: 40px;
	padding-right: 40px;
}
.pik_info {
	text-align: center;
	vertical-align: middle;
	width: 640px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	float: left;
	color: #FFFFFF;
}

.pik_input {
	width: 25%;
	float: left;
	text-align: center;
}
.pik_score {
	width: 25%;
	float: left;
	text-align: center;
}
.pik_blood {
	width: 25%;
	float: left;
	text-align: center;
}
.pik_level {
	width: 25%;
	float: left;
	text-align: center;
}
.pik_editor {
	text-align: center;
	clear: both;
	position: absolute;
	width: 720px;
	top: 970px;
}

.pik_timerbar_wrapper {
	width: 640px;
	margin: auto;
}
.pik_timerbar {
	width: 640px;
	float: left;
}
.pik_timerbar_num {
	/*width: 148px;*/ 
	width: 56px;
	float: right;
}
.pik_timerbar_num input {
	/*width: 148px;*/
	width: 56px;
	text-align: center;
}
.pik_timerbar_bg {
	/*width: 572px;*/
	width: 550px;
	float: left;
}

.pik_board {
	text-align: center;
	width: 720px;
	float: left;
}
/*---------------------*/
/*	   END PIKACHU     */
/*---------------------*/
/*---------------------*/
/*	 CLIENT BTBLOCK    */
/*---------------------*/
#client-btblock {
	float: left;
}
/*---------------------*/
/*	END CLIENT BTBLOCK */
/*---------------------*/
#footer {
	float: left;
	clear: both;
	border-top: 1px ridge #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer .foottxt {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}