@charset "UTF-8";

body {
	background: url(../img/body_bg2.jpg) #9eb6bd repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, "新細明體", Osaka, "標楷體";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	

p {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
	
dl {
	clear: both;
	color: #333333;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 1.7em;
	margin: 0;
	margin-bottom: 10px;
	}
	
dt {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #000;
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	width: 8em;
	color: #CCCCCC;
	}
	
dd {
	border-bottom: 1px solid #CCC;
	margin-left: 8em;
	padding: 5px 0 5px 20px;
	background-color: #efefef;
	}
	
.dl_bottom {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	}
	
h1,h2,h3,h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	color: #FFFFFF;
	}
	
h4 {
	color: #A4D3E6;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	}
	
a, a:link {
	color:  #CCC;
	text-decoration: none;
	}
	
a:hover {
	color:  #ECECEC;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 0px;
	height: 0px;
	}
	
/* ========== TEXT ============== */

.date {
	color: #A4D3E6;
	}
	
.page_top {
	text-align: right;
	margin-bottom: 15px;
	}
	
.content_title {
	background:url(../img/h_bg.jpg) repeat-x;
	font-size: 16px;
	height: 30px;
	margin-bottom: 15px;
	padding-top: 5px;
	}
	
.page_index {
	border-top: 1px solid #666;
	}
	
/* ========== LAYOUT ============== */

#header_bg {
	background: url(../img/header_bg_grd.jpg) no-repeat;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
	
#header {
	background: url(../../img/header_bg.jpg) no-repeat 0 10px;
	height: 210px;
	margin: 0 auto;
	width: 800px;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	}

	
#menubar {
	font-size: 13px;
	padding: 0 15px;
	height: 40px;
	}
	
#content {
	background: #ffffff;
	padding: 15px;
	}
	
#cont_left {
	float: left;
	width: 150px;
	}
	
#cont_center {
	float: left;
	margin-left: 15px;
	width: 430px;
	}
	
#cont_right {
	background-color: #3399cc;
	border: 3px double #666;
	float: right;
	width: 150px;
	}	

#footer {
	clear:both;
	color: #FFF;
	background: #3399cc;
	font-size: 11px;
	padding: 8px;
	text-align: center;
	}
	
/* ========== Header ============== */

#head_logo {
	padding: 30px 0 0 20px;
	}
	
#header a {
	color: #000;
	}
	
#header a:hover {
	color: #666;
	text-decoration: none;
	}

#header h1 {
	color: #000;
	font-size: 12px;
	padding-top: 15px;
	}
	

#header h2 {
	color: #000;
	font-size: 36px;
	}

/* ========== MENUBAR ============== */
#menubar a {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0 20px;
	text-align:center;
	width: 90px;
	}
	
#menubar a:hover {
	background-color: #666666;
	text-decoration: none;
	}
	

.menu_a {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}
	
.menu_b {
	border-right: 1px solid #FFF;
	}

/*　=========　LEFT ============== */

#cont_left h2 {
	background:  #111;
	border: 3px double #666;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	}
	
#cont_left h3 {
	border-bottom: 1px solid #666;
	color: #A4D3E6;
	font-size: 12px;
	margin: 5px 0;
	padding: 10px 0 5px;
	}
	
/*　=========　RIGHT ============== */

#cont_right h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 10px 0;
	}
	
#cont_right ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	}
	
#cont_right li {
	border-bottom: 1px solid #555;
	color: #CCC;
	line-height: 1.5em;
	padding: 10px 0;
	}
	
/*　=========　TOP center ============== */

.entry_top {
	border-top: 1px solid #666;
	font-weight: normal;
	padding: 10px 0;
	}
	
.entry_top h3 {
	font-size: 13px;
	padding-bottom: 15px;
	}
	
.entry_top img {
	background: url(../img/img_bg.gif) no-repeat;
	padding: 4px;
	}
 
.image_pickup{
	border: 3px solid #666;
	margin: 0;
	padding: 0;
	width: 422px;
	}
	
div.entry_top div{
	display:table-cell;
	vertical-align:top;
	}


* html div.entry_top div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.entry_top div{/* IE 7 */
	display:inline;
	zoom:1;
	}
	
.entry_top_text {
	padding-left: 10px;
	padding-top: 10px;
	}	

* html .entry_top_text {/* IE 6 */
	padding-left: 10px;
	width: 270px;
	}

*:first-child+html .entry_top_text {/* IE 7 */
	padding-left: 10px;
	width: 270px;
	}
	
/*　=========　PROFILE ============== */

#profile {
	padding-bottom: 15px;
	}

#profile img {
	border: 3px solid #CCC;
	float: right;
	margin-left: 10px;
	}
	
/*　=========　PICKUP ============== */

.pickup_entry {
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	}
	
.pickup_entry img {
	border: 1px solid #000;
	margin: 0;
	}
	
.pickup_image {
	border: 3px solid #666;
	}

.pickup_entry h3 {
	font-size: 13px;
	padding: 15px 0;
	}
	
/*　=========　PICKUP ============== */

.gallery_thumb {
	border: 3px solid #666;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 127px;
	}
	
.gallery_thumb img {
	border: 1px solid #000;
	}
	
#gallery_right {
	margin-right: 0;
	}
