@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/bg_contents.png) repeat-x fixed;
	font-family:"????角? Pro W3", "Hiragino Kaku Gothic Pro", "????", Meiryo, Osaka, "ＭＳ Ｐ????", "MS PGothic", sans-serif;
	font-size:12px;
	color:#52483B;
	letter-spacing:0.1em;
}

a:link,
a:visited {
	color:#57808A;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
a img {
	border:none;
}
h1 {
	padding-left:35px;
}

#wrap {
	width:870px;
	margin:auto;
	background-color:#FFFFFF;
	/*主畫面背景顏色*/
}


#header {
	position:relative;
	width:870px;
	height:140px;
	background:url(../img/bg_header.png) no-repeat;
	/*上方標題背景*/
}
#header .copy {
	position:absolute;
	top:28px; right:0;
	font-size:10px;
	/*上方標題文字*/
}



ul#navi {
	position:absolute;
	top:100px; left:240px;
	width:830px;
	height:45px;
	padding-left:1px;
	background:url(../img/bg_navi.png) no-repeat;
	list-style-type:none;
	text-align:center;

	/*list位置*/
}
ul#navi li {
	width:98px;
	height:45px;
	float:left;
	/*list 排序方法*/
}
ul#navi li a {
	display:block;
	width:98px;
	height:25px;
	padding-top:20px;
	background:url(../img/navi.png) no-repeat;
	font-weight:bold;
	color:#52483B;
	text-decoration:none;
	/*list背景*/
}
ul#navi li a:hover,
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a

{
	background-position:0 -45px;
	color:#FFFFFF;   
    /*list指標移動變化*/
	
}

#contents {
	width:800px;
	margin:0 auto;
	/*主畫面排版*/
}


#main {

	position:relative;
	width:795px;
	height:auto;
	margin:15px auto 30px auto;
	list-style-type:none;
	
	/*首頁圖片01-04*/
}

#main2 {

	position:relative;
	width:830px;
	height:auto;
	margin:0px auto 0px auto;
	font-size:8px;
	font-weight:bold;
	color:#52483B;
	list-style-type:none;

	/*首頁登入*/
}
#main3 {
	position:relative;
	width:600px;
	height:auto;
	margin:15px auto 30px auto;
	list-style-type:none;

	/*首頁圖片01-04*/
}
#main4 {
	position:relative;
	width:700px;
	height:auto;
	margin:0px auto 0px auto;
	font-size:8px;
	color:#52483B;
	list-style-type:none;
	/*首頁登入*/
}
#footer {
	clear:both;
	height:120px;
	margin-top:24px;
	padding-top:20px;
	background:url(../img/bg_footer.png) repeat-x;
}
#footer address {
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	text-align:center;
	/*頁尾字顏色*/
}

#title {
	height:30px;
	margin-top:15px;
	padding-bottom:5px;
	background:url(../img/line_04.png) no-repeat bottom;
}
#title h2 {
	width:370px;
	padding-left:10px;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:bottom;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "????明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#title .copy {
	padding-top:5px;
	float:right;
	line-height:1.5em;
	vertical-align:bottom;
	font-size:12px;
	text-align:right;
}

#news {
    margin-left:auto; 
margin-right:auto;
	clear:both;
	width:600px;
	padding-top:10px;
	list-style-type:none;
	/*與上方間距*/
}
#news li {
	padding:20px 10px;
	background:url(../img/line_05.png) no-repeat bottom;
	/*內文間距*/
}
#news h3 {
	width:500px;
	margin-bottom:10px;
	float:left;
	line-height:1.6em;
	vertical-align:bottom;
	background:url(../img/icon_02.png) no-repeat;
	background-position:0 5px;
	font-size:14px;
	font-weight:bold;
}
#news .date {
	width:100px;
	float:right;
	color:#57808A;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
#news .text {
	clear:both;
	line-height:1.6em;
}

