@charset "UTF-8";
/* CSS Document */

/**********************************************************************************************

	Title: CSS for 33198A
	Author: SAYA  (by Ollie Chang)
	Date: 2010 /  10  / 13 

***********************************************************************************************
		0 Global Reset
		1 body
			1.0 defind
			1.1 wrapper
			1.2 header
			1.3 navigation
			1.4 logo
			1.5 content
			1.6 footer
		2 link
		3 Button
		4 input,select,textarea
		5 user_setting
		6 class
		
***********************************************************************************************/



/* 0. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
		
		
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*p{
text-indent:32px;}*/
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
captionh1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/* 1. body
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
/*1.0 defind*/
body{
	margin:0 auto;
	text-align:center;
	background:#225da4;
	font-size:16px;
	line-height:2;}


a,img,area {
/*消除圖片虛線外框*/
outline: none; /* for Firefox Google Chrome  */
behavior:expression(this.onFocus=this.blur()); /* for IE */
}

/*1.1 wrapper*/
#out_wrapper{
width:920px;
margin:0 auto;}

#head_wrapper{}

#content_wrapper{
background:url(../images/index_28.jpg) repeat-y;}

#footer_wrapper{}

/*1.2 header*/

#head{}

/*1.3 navigation*/

/*1.4 logo*/

/*1.5 content*/

#content{}

#left-content{
float:left;
width:200px;
margin:0 0 0 16px;}

#left-content img{
margin:3px 0;}

#right-content{
float:left;
width:660px;
text-align:left;
margin:0 0 0 20px;
}

/*1.6 footer*/

#footer{}

/* 2. link
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
/*3 Button
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* 4 input,select,textarea
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
/*5 user_setting
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/*6 class
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.font_green{
color:#006600;
font-size:18px;
font-weight:bold;}

.photo{
border:#4E83B9 2px solid;
margin:3px;
padding:3px;
background:#FFFFFF;}

 /* Clear Fix */   
   
 .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac */   
 .clearfix {
	display:block;
}   
 /* End hide from IE Mac */   
 /* end of clearfix */
