/* DEFAULT SETTING 
basecolor #92B63D*/
body{
	margin:0;
	padding:0;
	background:#fff1e3;
	font-size:13px;
	text-align:center;
	line-height:1.5;
	color:#666;
	font-family:verdana,'MS UI Gothic',sans-serif;
}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

img { vertical-align: middle; }

/* FONT DECORATIONT */
a{color:#878443;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width: 940px;
	text-align:left;
	margin:auto;
	padding:auto;	
	border-righ:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#fff;
}

/* HOMEbtn */
#home{
	float:left;
	line-height:1.2;
	color:#666;
}
#home a span{
	display:block;
	font-weight:normal;
	font-size:10px;
	color:#4E79AA;
}

/* HEADER */
#header{
	position:relative;
	margin: 0;
	padding: 0;
	height:170px;
	border-bottom:1px solid #666;
	background: #fff;
}
#logo{
	background:url(img/logo.png) top left no-repeat;
	width:900px;
	height:150px;
	margin: 0 0 10px;
}
#logo a{
	display:block;
	width: 270px;
	height: 90px;
	text-decoration:none;
	overflow:hidden;
}
#logo h1{
	font-size: 1px;
	font-weight:bold;
	color:#000;
	margin:0;
	padding:20px 0 0 0;
		text-indent: -9999px;
}
#logo p{
	font-size: 1px;
	color:#666;
	font-weight:normal;
	margin:0;
	padding:0;
	text-indent: -9999px;
}



/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	right:15px;
	width: 610px;
}


* html #mainmenu{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	right:15px;
	width: 630px;
}

*:first-child+html #mainmenu{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	right:15px;
	width: 630px;
}


#mainmenu div.mm {
	position:relative;
	float:left;
}

#mainmenu ul{
	margin:0;
	padding:0;
}

#mainmenu div.mm ,
#mainmenu li{
	/* position:relative;
	float:left; */
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.2;
}
#mainmenu li {
	float:left;
}

#mainmenu div.mm span,
#mainmenu li span{
	display:block;
	font-weight:normal;
	font-size:10px;
	color:#fff5cc;

}
#mainmenu a{
	display:block;
	font-size:12px;
	margin:0;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	background: url(img/mainmenu_bg.png) bottom left repeat-x;
	color:#aa0000;
	border-bottom:2px solid #ff9000;
}
#mainmenu a:hover,#mainmenu .active{
	border-bottom:2px solid #ff6600;
		color:#fff;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:15px;
	top:8px;
	margin:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 10px;
	color:#666;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 0 5px;
	padding:0;
}

#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0px;
	width:165px;
	border-bottom:1px dotted #ccc;
}
#childmenu a{
	display:block;
	font-size:0.8em;
	line-height:9px;
	padding:3px 0 3px 16px;
	text-decoration:none;
	background:url(img/childmenu_off.gif) no-repeat left center;
	color:#666;
}
#childmenu a:hover,#childmenu .active{
	background:url(img/childmenu_on.gif) no-repeat left center;
}



/* PAGENAVI */
#pagenavi{
	font-size:0.8em;
	position:absolute;
	left:20px;
	top:5px;
}


/* CONTENTS */
#contents{
	margin: 10px 0;
	padding:0;
}


/* MAINCONTENTS */
#main{
	float:right;
	width: 680px;

	padding:10px 20px;
}

h3{
	font-size:1.25em;
	margin:0 0 10px 0;
	padding: 10px 0 10px 40px;
	color: #0243c7;
	font-weight:bold;
	background: url(img/h3.png) center left no-repeat;
	clear:both;
}
h4{
	background: url(img/h4.gif) center left no-repeat;
	font-size:1em;
	margin:0 0 5px 0;
padding: 8px 0 8px 30px;
}


h4.image-title {
background: none;
padding: 0;
}



/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:600px;
	margin:0 0 30px 0;
}


/* SIDEBAR */
#side{
	float:left;
	width: 220px;
	margin:0;
	padding:0;
	line-height:1.2;
}

#side_navi{
	margin:0 0 30px 0;
	padding:10px 0 0 10px;
	background:url(img/bg_side_navi.gif) no-repeat left top;
}

#side h2{
	font-size:1.2em;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.0;
	background:url(img/bg_pagetitle.jpg) no-repeat;
	color:#000;
	font-weight:normal;
	
}
#side h2 span{
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height:1.0;
	margin:3px 0 0 0;
	padding:2px 0 0 0;
	color:#666;
	border-top:1px solid #ddd;
}

#side h4{
	background:url(img/bg_side_h4.gif) center right no-repeat;
	font-size: 1.0em;
	margin:0 0 10px 0;
	padding: 12px 10px;
	color:#111;
	font-weight:bold;
	line-height: 1.0;
}

#side .sidebox,
#side .sidebox01,
#side .sidebox02{
	width: 210px;
	margin:0 0 15px 0;
	padding: 0 0 0 10px;
	overflow:hidden;
}
.sidebox01 ul{
	margin:0 0 0 5px;
	padding:0;
	font-size:0.8em;
	color:#999;
	list-style:none;
}
.sidebox01 li{
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	background:url(img/icon_list.gif) no-repeat left center;
}
.sidebox01 li a{
	color:#666;
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:10px 0;
	margin:0 10px 0 0;
}
#pagetop a{
	color:#666;
}

/* FOOTER */
#footer{
	text-align:right;
	font-size:0.8em;
	margin:0;
	padding:10px 20px 20px 20px;
	border-top:3px solid #ccc;
	font-weight:bold;
	background:#f7f7f7;
}
#footermenu{
	margin:0 0 5px 0;
	font-weight:normal;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 0 5px;
	display:inline;
}
#footermenu a{
	padding:0 0 0 5px;
	border-left:1px solid #ccc;
	text-decoration:underline;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:598px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #999;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin-bottom:0;
	background-image:none;
	background-color:#eee;
	color:#333;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 10px 0;
	padding:3px 10px;
	color:#666;
	font-size:0.8em;
	background:#f7f7f7;
	border-bottom:1px dotted #ccc;
}
.blog_body{
	overflow:hidden;
	width:580px;
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
.blog_bottom a{
	color:#333;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}
#entory_preview a,#entory_next a{
	color:#333;
}

/* BBS PAGE */
.bbs{
	border:1px solid #999;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	background-image:none;
	background-color:#eee;
	color:#333;
}
.bbs_cnt{
}
.bbs_body{
	margin:5px 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}

/* POST */
.post{
	border:none;
	background-image:none;
	background-color:#eee;
	color:#666;
	font-size:1em;
	padding:2px 10px;
	line-height:1.2;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width: 720px;
	height: 246px;
	float: right;
	margin: 5px 0 20px;
	background: url(img/catch.jpg) top right no-repeat;
	text-indent: -9999px;
	font-size: 1px;

}
#topimage a{
	display:block;
	width: 720px;
	height: 253px;
}


/* TOPNEWS */
#top_news{

}
.news_contents{
	overflow:hidden;
	width:600px;
	margin:0 0 20px 0px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#333;
	padding:3px 0 2px 24px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:10px 6px;
	font-weight:bold;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
.topnews_body a{
	color:#666;
}

/* TOPPHOTO */
#top_photo{

}
.photo_contents{
	margin:0 10px 20px 0px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	width:220px;
	right:15px;
	top:3px;
	text-align:right;
} 
#search .search{
	width:130px;
	height:13px;
	font-size:0.8em;
	border:1px solid #ccc;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	padding:5px 0 5px 8px;
	margin:0;
	color:#333;
	border:1px solid #ccc;
	background-image:none;
	background-color:#eee;
	line-height:1.0;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
	background:#fff;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:22px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}


#navi_search{
position:relative;
background:#f7f7f7;
border-bottom:1px solid #ddd;
height:24px;
}

.powered {
margin: 20px 10px;
font-size: 10px;
color: #777;
}

/* PRINT STYLES */

@media print{
body{
	margin:0;
	padding:0;
	background:#fff;
	font-size:13px;
	text-align:center;
	line-height:1.5;
	color:#000;
	font-family:verdana,'MS UI Gothic',sans-serif;
}
}

@media print{ 
 #side {display: none;}
}
@media print{ 
 #mainmenu{display: none;}
}
@media print{ 
 #navi_search {display: none;}
}

@media print{ 
 #search {display: none;}
}
@media print{ 
 #search {display: none;}
}
@media print{ 
#footer {display: none;}
}
@media print{ 
#layout { width: 100%; border: none; }
}
@media print{ 
#main { width: 90%; }
}
@media print{ 
#topimage {
clear: right;
text-align: left;
background: url(img/catch.jpg) top center no-repeat;
}
}
@media print{ 
#pagetop {display: none;}
}

@media print{ 
.powered {display: none;}
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:170px;height:50px;text-indent: -10000px;}

