﻿body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2;
	letter-spacing: 1px;
	background:url(images/bg.jpg) repeat-x;
	margin:0px; padding:0px;
	text-align:left;
	}

a:link {text-decoration: none; color: #666;}
a:visited {text-decoration: none; color: #666;}
a:hover {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}

/* 內頁 */

.wrapper
	{
	color:#666;
	width:950px;
	background:url(images/wrapper_bg.jpg) repeat left top;
	margin:0px auto; padding:0px;
	clear:both;
	}

.header	{
	width:100%;
	background:url(images/wrapper.jpg) no-repeat center top;
	background-position:0px 0px;
	}
	
.container
	{
	width:100%;
	background:url(images/wrapper_bg.jpg) repeat-y center top;
	background-position:0px 55px;
	float:left;
	padding:7px 0px 7px 0px;
	}

.content	{
	margin:0px auto;
	}

.text	{
	padding:0px 15px 0px 15px;
	}

.ad	{
	}

.footer	{
	width:735px;
	color:#666;
	height:25px;
	background:url(images/footer_bg.jpg) no-repeat center top;
	background-position:0px 0px;
	float:left;
	text-align:left;
	/* border-right:1px #ccc solid; */
	padding-top:5px;
	}
.footer span.copyright	{
	padding-left:15px;
	}
.page	{
	background:url(images/footer_bg.jpg) no-repeat center top;
	background-position:0px 0px;
	width:200px;
	height:25px;
	color:#666;
	float:right;
	text-align:right;
	padding:5px 15px 0px 0px;
	}
	
.nav	{
	width:130px;
	float:right;
	vertical-align:top;
	}
	
.title
{
	font-size: 15px;
	color:#6b6359;
	padding:0px 0px 0px 15px;
	margin: 0px;
	background:url(images/icon/dot.gif) no-repeat top left;
	background-position:5px 9px;
}
.title_sub
{
	font-size: 13px;
	color:#6b6359;
	padding:10px 0px 0px 15px;
	margin: 0px;
}



/********** 文內圖放置樣式 **********/
.img
	{
	font-size: small;
	color: #21adce;
	margin: 5px;
	padding:2px;
	border: 1px solid #cccccc;
	}
.img_right
	{
	font-size: small;
	color: #21adce;
	margin: 5px 0px 5px 10px;
	padding:2px;
	border: 1px solid #cccccc;
	text-align:center;
	float:right;
	}

.img_left
	{
	font-size: small;
	color: #21adce;
	margin: 10px;
	padding:1px;
	border: 3px solid #e9e9e9;
	text-align:center;
	float:left;
	}
.img_center
	{
	font-size: small;
	color: #21adce;
	margin: 5px 10px 5px 0px;
	padding:2px;
	border: 1px solid #cccccc;
	text-align:center;
	float:center;
	}

.more
	{
	padding:3px 0px 0px 0px;
	text-align:right;
	}

.sitemap	{
	font-size:10px;
	color: #cdcdcd;
	padding:5px 10px 0px 10px;
	float:right;
	}
	
.ad_box	{
	padding:2px;
	margin:5px 1px 0px 1px;
	text-align:center;
	}
.ad_link	{
	padding:2px;
	margin:15px 1px 0px 1px;
	text-align:center;
	}
	
/********** 列表樣式 **********/
.ol
{
	padding:0px 0px 0px 20px;
	margin-left:20px;
}
.box_index
{
	text-align:left;	
	padding:0px 2px 5px 2px;
	margin:0px;
}
.ul
{
	padding:0px 0px 0px 25px;
}
.ul li
{	
	list-style-image:url(images/icon/right.gif);
	list-style-position:inherit;
	margin-top:5px;
}

/********** 顏色樣式 **********/
.white	{
	color: #ffffff;
	}

.gray	{
	color: #999999;
	}
	
.red	{
	color: #cc0000;
	}
	
.maroon	{
	color: #990000;
	}

.yellow {
	color: #fff600;
	}
	
.orange {
	color: #FF761B;

	}

.green {
	color: #0A8900;
	}
	
.deepgreen{
	color:#669900;
	}
	
.blue {
	color: #069;
	}
	
.purple {
	color: #6800C1;
	}
	
.brown{
	color: #804001;
	}
	
.button {
	font-size:12px;
	border:1px solid #666;
	margin:-1px auto;
	padding:2px 5px 1px 5px;
	color:#000;
	cursor:pointer;
	background-color:#fff;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#efefef);
	}

/********** 九宮格排版 **********/
.content div.con	{
	width:300px;
	height:150px;
	padding:0px;
	margin:5px;
	}
	
.content div.con4	{
	width:612px;
	height:312px;
	padding:0px;
	margin:5px;
	}
	
.content div.con6v	{
	width:612px;
	height:474px;
	padding:0px;
	margin:5px;
	}
