﻿@charset "utf-8";
/* CSS Document */
img,p,ul,li,h1,h2,h3,h4,h5,h6,th{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 100%;
	border:0px;
}
body {margin: 0px;padding: 0px;background: url(images/bg.jpg) no-repeat #090401 top center;}
.wrapper {text-align: left;width: 900px;margin-right: auto;margin-left: auto;position: relative;z-index: 2;}
/*LOGO連結*/
.logo {display: block;height: 150px;width: 230px;margin:36px 0 0 0;float: right;}

/*選單*/
.nav{height: 45px;width: 819px;float:left;margin:228px 0 0 40px;}
.nav a {display: block;height: 45px; float:left;cursor:pointer;}
.nav a:hover{background: url(images/nav_link.jpg) no-repeat;}
.nav p{background: url(images/nav_link.jpg) no-repeat;height: 45px;float:left;}
.nav a.n_1,.nav a.n_1:hover,.nav .p_1{width: 275px; background-position:0 0;}
.nav a.n_2,.nav a.n_2:hover,.nav .p_2{width: 270px; background-position:-275px 0;}
.nav a.n_3,.nav a.n_3:hover,.nav .p_3{width: 274px; background-position:-545px 0;}

/*內容*/
.wrapper .main_ct {width: 732px;margin:60px 84px 0px 84px;float: left;
                   background: url(images/bd_bg.jpg) repeat-y;}
	
.wrapper .main_ct .ct_1{width:622px;height:770px;margin:20px auto 20px auto;background: url(images/Ct_1.png) no-repeat;
                        _background: url(images/Ct_1.gif) no-repeat;}
.wrapper .main_ct .ct_2{width:622px;height:723px;margin:20px auto 20px auto;background: url(images/Ct_2.png) no-repeat;
                        _background: url(images/Ct_2.gif) no-repeat;}
.wrapper .main_ct .ct_3{width:622px;height:1152px;margin:20px auto 20px auto;background: url(images/Ct_3.png) no-repeat;
                        _background: url(images/Ct_3.gif) no-repeat;}

