/* CSS Document */
@charset "utf-8";

html, body {
 height:100%;
 margin:0;
 padding:0;
}

/* Reset Base Font Size */
html>body{
 font-family:helvetica,Arial,"新細明體";
 font-size:16px;
 font-size:68.75%;
 color:#333333;
} 

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FD4E02;
	text-decoration: none;
}
a:active {
	color: #FD4E02;
	text-decoration: none;
}

/* menu */
.menu_00{
 height: 32px;
 width: 254px;
 background:url(../images/bn_00.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_00:hover{ 
 background-position: 0 -32px;
}
.menu_00_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_00.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}

.menu_01{
 height: 32px;
 width: 254px;
 background:url(../images/bn_01.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_01:hover{ 
 background-position: 0 -32px;
}
.menu_01_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_01.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}

.menu_02{
 height: 32px;
 width: 254px;
 background:url(../images/bn_02.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_02:hover{ 
 background-position: 0 -32px;
}
.menu_02_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_02.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}

.menu_03{
 height: 32px;
 width: 254px;
 background:url(../images/bn_03.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_03:hover{ 
 background-position: 0 -32px;
}
.menu_03_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_03.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}

.menu_04{
 height: 32px;
 width: 254px;
 background:url(../images/bn_04.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_04:hover{ 
 background-position: 0 -32px;
}
.menu_04_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_04.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}

.menu_05{
 height: 32px;
 width: 254px;
 background:url(../images/bn_05.png) 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.menu_05:hover{ 
 background-position: 0 -32px;
}
.menu_05_n{
 height: 32px;
 width: 254px;
 background:url(../images/bn_05.png) 0 0 no-repeat;
 background-position: 0 -32px;
 cursor: pointer;
 display: inline-block;
}
/* copyr */
.copyr {
 font-size: 12px;
 font-family:helvetica,Arial,"新細明體";
 color: #666666;
}

/* name & info */
.name, .name a {
	font-size: 30px;
	color: #292b3a;
	font-weight: bolder;
	font-family: "微軟正黑體", "Arial Black";
}
.name a:hover {
	color: #FF6633;
}
.info, .info a {
 font-size: 16px;
 font-family: helvetica,Arial,"微軟正黑體";
 color: #123166;
 line-height: 24px;
}
.info a:hover {
	color: #FF6633;
}
.info_02, .info_02 a {
 font-size: 13px;
 font-family: helvetica,Arial,"微軟正黑體";
 color: #333333;
 line-height: 18px;
}
.info_02 a:hover {
	color: #FF6633;
}
.info_03, .info_03 a {
 font-size: 28px;
 line-height: 28px;
 font-family: helvetica,Arial,"微軟正黑體";
 color: #FFFFFF;
 letter-spacing: 1px;
}
.info_03 a:hover {
	color: #FF6633;
}

