@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
}
html {
	font-family: Microsoft Jhenghei, Helvetica, Arial, Geneva, sans-serif, Helvetica Neue;
	-webkit-text-size-adjust: none;
	font-size: 15px;
	line-height: 24px;
}
body {
	background-color: #efefef;
}

ol, ul, li{
	list-style:none;
}

/*本專輯樣式*/
.wapper {
	width: 1000px;
	margin: auto;
	background-image: url(../images/bg1.jpg);
}
.title {
	width: 1000px;
	height: 640px;
	overflow: hidden;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
}

.menu1{
	float: left;
	position: absolute;
	z-index: 888;
	margin: -35px 0 0 0;
}
.menu2{
	float: left;
	position: absolute;
	z-index: 888;
	margin: -40px 0 0 280px;
}
.menu3{
	float: left;
	position: absolute;
	z-index: 888;
	margin: 160px 0 0 340px;
}
.menu4{
	float: left;
	position: absolute;
	z-index: 888;
	margin: 30px 0 0 520px;
}
.menu5{
	float: left;
	position: absolute;
	z-index: 888;
	margin: 122px 0 0 670px;
}

.float_pic {
	width: 170px;
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 999;
}
.float_pic img{
	float:left;
}
.box_bg1{
	height:573px;
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
}
.box_mv{
	width: 400px;
	margin:0 50px 348px 550px;
}

.grid1{
	width: 900px;
	margin: auto;
	background-color: #FFF;
	padding: 0 50px;
	overflow: hidden;
	line-height:2rem;
}
.grid1 ul{
	border: 1px dotted #CCC;
	padding:10px;
	overflow:hidden;
}
.grid1 li{
	width: 28%;
	margin-right:5%;
	float: left;
	/*background-color: #CCC;*/
}

.redWB1{
	font-weight: bold;
	color: #e43828;
}

/*版權*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.bottom a:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: underline;
}
.bottom a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.footer01 {
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding: 20px 0 10px 0;
}
.footer02 {
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited {
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
/*topbar*/
.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 35px;
}
.gridTop {
	vertical-align: top;
}
.topLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}