body{
	background-color: #eff9fb;
	background-image: url(images/body_bg.png);
	margin: 0;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	overflow-x: hidden;
	overflow-y: scroll;
}
a{
	color: #000000;
	cursor: pointer;
}
a:hover{
	color: #00bcde;
}
a img{
	border: 0;
}
#header_zone{
	width: 980px;
	height: 150px;
}
#header_zone .img{
	background-image: url(images/asa53_header_980x190.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 190px;
}
#menu_zone{
	background-image: url(images/menu_zone_bg.png);
	background-repeat: repeat-x;
	width: 777px;
	height: 40px;
	float: left;
}
#right_zone{
	width: 200px;
	float: right;
	margin-top: 20px;
}
#left_zone{
	width: 140px;
	clear: left;
	float: left;
}
#body_zone{
	margin-top: 10px;
	width: 640px;
	float: left;
}
#menu_zone ul.menu{
	margin: 0;
	padding: 0;
	width: 700px;
	position: relative;
}
#menu_zone ul.menu li{
	display: inline;
	float: left;
	text-align: center;
}
#menu_zone ul.submenu{
	padding: 0;
	margin: 0;
	position: absolute;
	visibility: hidden;
}
#menu_zone ul.submenu li{
	float: none;
}
#menu_zone ul.menu li a{
	background-image: url(images/mainmenu_all.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 11px;
	width: 100px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
#menu_zone ul.menu li a:hover{
	background-position: -100px 0px;
	color: #116a9d;
}
#menu_zone ul.menu li a.here, #menu_zone ul.menu li a.here:hover{
	background-position: -200px 0px;
	color: #ffffff;
}
#menu_zone ul.menu li:hover ul.submenu{
	visibility: visible;
}
#menu_zone ul.submenu li a{
	background-image: none;
	background-color: #88d4e2;
	border: 3px solid #0b87ef;
	padding-top: 8px;
	padding-bottom: 7px;
	width: 94px;
}
#menu_zone ul.submenu li a:hover{
	background-image: none;
	color: #0b87ef;
}
#menu_zone ul.submenu li a.subhere{
	border-color: #0775d1;
	color: #0775d1;
}

#news_page{
	font-size: 12px;
}

#user_block{
	margin: 0;
	background-color: #ffffff;
	border: 5px solid #239ddd; /*1548c9*/
	padding: 15px 10px;
	width: 110px;
	font-size: 12px;
}
#user_block *{
	font-size: 12px;
}
#user_block input.post{
	width: 110px;
}
#user_block form{
	margin: 0;
}
#chat_block, #idea_block{
	background-image: url(images/block_200_sky.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom: 5px;
	border: 1px dashed #ccccee;
	width: 198px;
	font-size: 12px;
	color: #ffffff;
}
#anuthin_block{
	background-image: url(images/block_200_blue.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom: 5px;
	border: 1px dashed #eeeecc;
	width: 198px;
	font-size: 12px;
	color: #ffffff;
}
#anuthin_block .message, #idea_block .message{
	background-color: #ffffff;
	border: 1px dotted #eeeecc;
	padding: 10px;
	width: 156px;
	/*height: 100px;*/
}
#anuthin_block .post_title{
	float: left;
	clear: both;
	color: #1c597b;
	font-size: 12px;
}
#anuthin_block .post_user{
	float: right;
	clear: both;
	color: #999999;
	font-size: 10px;
}
 .body, #idea_block .body, #anuthin_block .body{
	padding: 10px;
}
.chat{
	background-image: url(images/chat.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 180px;
	height: 200px;
	color: #000000;
}
#chat_block .chat_body{
	padding: 10px 10px 0px 10px;
	width: 160px;
	height:160px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#chat_block .chat_body .chat_message{
	float: left;
	clear: both;
	color: #000000;
	font-size: 12px;
}
#chat_block .chat_body .chat_user{
	float: right;
	clear: both;
	color: #999999;
	font-size: 10px;
}
#chat_block .post{
	position: relative;
	top: -13px;
	color: #000000;
	height: 24px;
}
#chat_block .chat_text{
	width: 150px;
	float: left;
}
#chat_block .chat_enter{
	background-image: url(images/chat_enter.png);
	background-repeat: no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	float: right;
}
#idea_block .idea_title{
	float: left;
	clear: both;
}
#idea_block .idea_who{
	float: right;
	clear: both;
	color: #000000;
}


#photo_block{
	width: 630px;
	height: 490px;
}
#photo_block .photo_show{
	margin: 0 auto;
	width: 460px;
	height: 385px;
	position: relative;
}
#photo_block .photo_frame{
	background-image: url(images/photo_frame.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 460px;
	height: 385px;
	z-index: 200;
}
#photo_block .button{
	background-image: url(images/arrow_b.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 340px;
	cursor: pointer;
}
#photo_block a .button.prev_img{
	background-position: 0px 0px;
	left: 180px;
}
#photo_block a .button.next_img{
	background-position: -39px 0px;
	left: 241px;
}
#photo_block a:active .button.prev_img{
	background-position: 0px -39px;
}
#photo_block a:active .button.next_img{
	background-position: -39px -39px;
}
#photo_block .photo_img_area{
	background-color: #ffffff;
	position: absolute;
	left: 30px;
	top: 55px;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
#photo_block .photo_menu{
	background-image: url(images/photo_menu_bg.png);
	margin: 5 auto;
	width: 510px;
	height: 90px;
	overflow: hidden;
}
#photo_block .album_slide{
	margin: 10px;
	height: 70px;
}
#photo_block .album_book{
	float: left;
	margin: 0px 10px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
#photo_block .album_pic{
	background-image: url(images/album_back.png);
	background-repeat: no-repeat;
	width: 82px;
	height: 66px;
}
#photo_block .album_img{
	margin: 13px 13px 5px 5px;
	max-width: 64px;
	max-height: 48px;
}
#board_block .body, #news_block .body, #history_block .body{
	font-size: 12px;
}
#info_block .body{
	font-size: 13px;
}
#history_block{
	font-size: 12px;
}
#history_block td{
	font-size: 12px;
}
#calendar_block table{
	border-right: 1px solid #aad7f0;
}
#calendar_block th{
	background-color: #ffffff;
	border-top: 1px solid #aad7f0;
	border-left: 1px solid #aad7f0;
	border-bottom: 1px solid #aad7f0;
	width: 89px;
	height: 10px;
	font-size: 13px;
}
#calendar_block tr.day td{
	background-color: #4face2;
	border-left: 1px solid #aad7f0;
	width: 89px;
	height: 10px;
	vertical-align: top;
	font-size: 10px;
}
#calendar_block tr.txt td{
	background-color: #ffffff;
	border-bottom: 1px solid #aad7f0;
	border-left: 1px solid #aad7f0;
	width: 89px;
	height: 50px;
	vertical-align: middle;
	font-size: 10px;
}
#calendar_block tr td.non{
	background-color: #eeeeee;
}
#calendar_block .month{
	font-weight: bold;
}
#calendar_block .b-prev{
	background-image: url(images/b_prev.png);
	border: 0;
	width: 30px;
	height: 20px;
}
#calendar_block .b-next{
	background-image: url(images/b_next.png);
	border: 0;
	width: 30px;
	height: 20px;
}
#camp_table{
	border: 0;
	width: 100%;
}
#camp_table td{
	height: 20px;
}
#map_block{
	width: 100%;
}

.block-630 .top{
	background-image: url(images/block_630_bg_top.png);
	background-repeat: no-repeat;
	width: 630px;
	height: 15px;
}
.block-630 .middle{
	background-image: url(images/block_630_bg_middle.png);
	background-repeat: repeat-y;
	width: 630px;
}
.block-630 .bottom{
	background-image: url(images/block_630_bg_bottom.png);
	background-repeat: no-repeat;
	width: 630px;
	height: 40px;
}
.block-630 ul{
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}
.block-630 .head{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.block-630 .body{
	padding: 0px 25px 0px 18px;
}

#lnwmap{
	width:620px;
	height:390px;
	margin: 0 auto;
}
tr.odd td{
	background-color: #ddddff;
}
.username{
	font-weight: bold;
	color: #187eb8;
}
.b-his{
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	display: block;
}
.date{
	font-size: 11px;
	font-weight: bold;
	color: #aaaacc;
}
.user{
	font-size: 12px;
	font-weight: bold;
	color: #cc3333;
}
a.more{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


.b12{
	font-size: 12px;
	font-weight: bold;
}
.b14{
	font-size: 14px;
	font-weight: bold;
}
.b16{
	font-size: 16px;
	font-weight: bold;
}
#admin_page{
	font-size: 12px;
}
#admin_page .info_table th{
	border: 1px solid #000000;
	height: 25px;
}
#admin_page .info_table td{
	border: 1px solid #000000;
	height: 20px;
}

#admin_page .info_table tr.new td{
	background-color: #ff9999;
}
#admin_page .info_table tr.show td{
	background-color: #99ff99;
}
#admin_page .info_table tr.noshow td{
	background-color: #aaaaaa;
}

#admin_page .idea_table td{
	vertical-align: top;
	text-align: left;
}
#admin_page .idea_table input[type=text], #admin_page .idea_table textarea{
	width: 630px;
	font-size: 12px;
}
#admin_page .idea_table textarea{
	height: 80px;
	overflow-y: scroll;
}
li.new .date{
	color: #009900;
}
li.show .date{
	color: #999999;
}
#news_page li a.here{
	color: #aa0000;
}

#admin_info_block{
	margin-top: 10px;
}
#admin_info_block input[type=text]{
	width: 596px;
}

#message_box{
}
#idea_page{
	margin: 0px auto;
	width: 610px;
}
#idea_page .idea_unit{
	margin-top: 10px;
	margin-bottom: 5px;
}
#idea_page .idea_unit .good{
	cursor: pointer;
}
