@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

ol,ul {
	list-style: none;
}

#container {
	width:100%;
	text-align:center;
	background:url(img/back.jpg) center top no-repeat;
}
#container2{
	width: 960px;
	height:1222px;
	margin:0 auto;
	position: relative;
}

#header {
	height: 512px;
}

#header h1 {
	margin:0;
	padding:0;
	width:960px;
	height:271px;
	background:url(img/head01.jpg) no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}

#header h2 {
    margin:0;
	padding:0;
	width:960px;
	height:241px;
	background:url(img/head02.jpg) no-repeat center;
	text-indent:-3000px;
}


/*內頁*/
#main {
	width:100%;
	height:710px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	overflow: hidden;
}

#leftcolumn {
	float: left;
	width:480px;	
	height:710px;
	background:url(img/left_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position:relative;
	text-indent:-3000px;
}

#leftcolumn ul{
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent:-3000px;
}

#leftcolumn li{
	list-style:none;
	text-indent:-3000px;
}

#leftcolumn li a { display:block; }

#leftcolumn li .t1 {
	position:absolute;
	top:125px;
	left:42px;
	width:155px;
	height:30px;

}
#leftcolumn li a.t1:hover {	background: url(img/left_bg02.jpg) no-repeat -42px -125px;}

#leftcolumn li .p1 {
	position:absolute;
	top:34px;
	left:9px;
	width:465px;
	height:205px;
	background: url(img/left_bg02.jpg) no-repeat -42px -125px;
}

#leftcolumn li .t2 {
	position:absolute;
	top:159px;
	left:42px;
	width:155px;
	height:30px;
}
#leftcolumn li a.t2:hover {	background: url(img/left_bg02.jpg) no-repeat -42px -159px;}
#leftcolumn li .p2 {
	position:absolute;
	top:257px;
	left:10px;
	width:465px;
	height:213px;
	background: url(img/left_bg02.jpg) no-repeat -42px -159px;
}

#leftcolumn li .t3 {
	position:absolute;
	top:193px;
	left:42px;
	width:155px;
	height:30px;
}
#leftcolumn li a.t3:hover {	background: url(img/left_bg02.jpg) no-repeat -42px -193px;}
#leftcolumn li .p3 {
	position:absolute;
	top:491px;
	left:8px;
	width:467px;
	height:208px;
	background: url(img/left_bg02.jpg) no-repeat -42px -193px;
}

/*右邊*/

#rightcolumn {
	width: 480px;
	height:820px;
	float: left;
	margin: 0;
	padding: 0;
}

#rightcolumn .box{
	float:left;
	width:480px;
	height:275px;
	position:relative;
	background:url(img/box_bg.jpg) top no-repeat;
}

#rightcolumn .box .ggo {
	position:absolute;
	top:122px;
	left:233px;
	width:87px;
	height:24px;
	text-indent:-3000px;
}

#rightcolumn .box02{
	float:left;
	width:480px;
	height:435px;
	position:relative;
	background:url(img/box02_bg.jpg) top no-repeat;
}


#rightcolumn .box02 ul {
	margin: 70px 40px 10px 40px;
	padding: 0;
}

#rightcolumn .box02 li {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0 5px 5px 10px;
	padding: 0;
	border-bottom:#999999 1px dashed;
}

#rightcolumn em {
	font-size: 12px;
	color: #333333;
	font-style:normal;
}

#rightcolumn strong {
	font-size: 12px;
	color: #911414;
	font-weight: normal;
}

#rightcolumn .box02 li a:link, #rightcolumn .box02 li a:visited {
	color: #1744a9;
	text-decoration:none
}

#rightcolumn .box02 li a:hover, #rightcolumn .box02 li a:active {
	color:#FFFFFF;
	background-color:#c33a8e;
	text-decoration:none;
}
