﻿/*---------------------------------------------------JS用CSS 不要改 -----------------*/

.posthidden {display:none}
.postshown {display:inline}

/*-----------------------------------------------內容設定CSS 隨便你改-----------------*/
.div_center {
	width:500px;
	height:400px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background-color:#FFCC99;}
.div_in {
	width:460px;
	height:360px;
	background-color:#fff;
	padding:20px;
	background-image:url(../images/bg.jpg);
	background-position:0 100%;
	background-repeat:no-repeat;}
.menu {
	background:url(../images/icon_02.jpg) no-repeat 0 3px;
	margin-top:8px;
	padding:0 0 5px 10px;
	height:30px;
	border-bottom:1px #e3e3e3 dashed;
	display: block;
	
	}
.menu a{color:#656565; font-size:11px; text-decoration:none; display: block; height:20px;}
.menu a:hover{
	color:#006699;
	font-size:11px;
	display: block;
	height:20px;
	font-weight: bold;
}
.submenu0 {
	margin-left:auto;
	margin-right:auto;
	width:150px;
	font-size:12px;
	color:#666;
	padding:0 0 0 23px;
	border-bottom:1px dashed #ddd;
	height:24px;
	line-height:24px;}
	
.submenu0 a{
	color:#999999;
	font-size:11px;
	text-decoration:none;
	display: block;
	height:20px;
}
.submenu0 a:hover{
	color:#000000;
	font-size:11px;
	display: block;
	height:20px;
}
