body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: url(../images/bg.gif) repeat-x #808080;
	line-height: 1.8em;
	color: #333333;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

img {
	border: 0;
}

a {
	text-decoration: none;	
	color:			#4A4A4A;
}

a:hover {
	text-decoration: underline;	
	color:			#cc0000;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #ea9c08;
	font-size: 16px;
}

h4 {
	color: #288008;
	padding: 5px 0 10px 0;
	margin: 0;
}

.end {
	font-size: 0;
	clear: both;
}

.page_no {
	margin: 0 auto 0 auto;
}

.menu_list {/*200px*/
	border-bottom: 1px solid #e3e3e3;
	width: 175px;
	margin: auto;
	padding: 5px 0 5px 25px;
}

.menu_list a {
	color: #000;
	font-size: 13px;
}

.photo {
	width: 300px;
	height: 300px;
	border: 1px solid;
	cursor: pointer;
}

/* 版面設定 */

#header, #index,  #foot {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	width: 879px;
	margin: 0 auto 0 auto;
}

#header {
	border-top: 1px solid #D3D3D3;
	background: url(../images/header.gif) no-repeat;
	text-align: right;
	height: 203px;
	color: #fff;
}

#header a {
	color: #fff;
}

#index {
	background: url(../images/index_bg.gif);
}

#left {
	background: url(../images/left_menu_bg.gif);
	width: 213px;
	float: left;
}

#left_menu {
	background: url(../images/left_menu.gif) no-repeat #f4f4f4;
	height: 327px;
	padding: 85px 0 0 0px;
}

#right {
	width: 666px;
	float: right;
}

#content {
	background: url(../images/content_bg.gif) no-repeat;
	padding: 0px 0px 10px 9px;
}

#foot {
	background: url(../images/foot_bg.gif) right;
	border-bottom: 1px solid #D3D3D3;
	height: 58px;
}

address {
	font-style: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
}