@charset "utf-8";
/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */

.clean {
	position:relative;
	display: block;
	clear: both;
}

/* CSS Document */

html, body {
  width: 100%;
  height: 100%;
  font-family:"Arial","微軟正黑體","Microsoft JhengHei",sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding: 0;
  margin: 0;
  background-color:#FFFFFF;
  -webkit-font-smoothing: antialiased;
}

img, object, embed, video {max-width: 100%;}

.wrapper {
	width:100%;
}
.container {
	width:1033px;
	margin:0 auto;
}
.logo {
	text-align:left;
	padding:25px 0 25px 10px;
}
.line {
	
}
.main {
	padding:50px 0 50px 0;	
}
.main_l {
	float:left;
	width:627px;
}
.main_r {
	float:left;
	margin-left:50px;
	padding:50px 0 0 0;
}
.main_r p {
	padding:12px 0;
}
.footer {
	padding:10px 10px 0 10px;
}
.footer_l {
	float:left;
	width:60%;
}
.footer_r {
	float:right;
}