/* CSS Document */

*{margin:0px;
padding:0px;
}
body{
font-family:"Times New Roman", Times, serif;
background-color:#000000;
font-size:13px;
margin:0px;
}
p, blockquote, ul,ol{
margin-bottom:3em;
line-height:160%;
}
h1{
font-size:20px;
text-transform: capitalize; /*首字大寫*/ 
text-align:left; /*文字靠左對齊*/ 
letter-spacing: 1pt;
padding:0.1em;
}
h2{
font-size:20px;
text-transform:capitalize;
text-align:left;
letter-spacing: 1pt;
color:#FFFFFF;
}
.boxed {
}

.heading {
	height: 30px;
	padding: 14px 0 0 20px;
	background: #004BD7;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

.content {
	padding: 25px;
	float:center;
}
#pro_name_right{
position:absolute;
float:right;
top:0px;
right:20px;
}

/*文字連結樣式*/
a{font-size : 15pt;text-decoration:none;line-height : 200%; font-weight:bold;}
a:visited{color : #000}
a:active {color : #000}  
a.linka:hover {background-color:#EFEFEF}
a.linkb:hover {border-bottom : 1px dotted #000000;color : #666666}
a.linkc:hover {color : #99cc00}
a.linkd:hover {font-size:10pt;color : #FF9900}

/*主要的網頁css，全在all之後*/
#all{
margin:0 auto;
width:1002px;
position:relative;
height:auto;
}
/* header */
#header{
width:1002px;
height:191;
margin:0 auto;
background-image:url(../fla/page_show.swf) no-repeat;
}
/*contact*/
#contact{
width:1002px;
height:auto;
}
#leftmenu{
float:left;
width:199px;
height:800px;
}
#right{
float:right;
width:803px;
height:auto;
background-image:url(../images/ladies-9806_r3_c2.jpg);
}
#right-picture{
float:right:
width:803px;
height:125px;
}
/*footer*/
#footer{
clear:both;
background-color:#BDC9D7;
height:100px;
background-image:url(../images/ladies-9806_r4_c1.jpg);
}
#Copyright {	font-family: "Arial";	font-size: 9px;	color: #887868;	text-align: right;}
#Copyright a:link, #Copyright a:visited {	font-family: "Arial";	font-size: 9px;	color: #887868;	text-decoration: none;}
#Copyright a:hover {	font-family: "Arial";	font-size: 9px;	color: #F37E00;	text-decoration:underline;}



