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

#wrapper{
	/*background-image:url(../images/wrapper.jpg);
background-repeat:repeat-y;
backgroung-position:right top;
background-color:#e1f8df;

	background-image: url(../images/wrapper-IW.jpg);
	background-repeat: no-repeat;
	background-color:#008324;*/
	overflow:hidden; /*圖像的顯示設定*/
	width:100%; /*在ie6以前的顯示圖像設定*/
	margin:0;

}



#content h1{
	font-size:30px;
	font-weight:bold;
	color:#a40000;
	margin:0;
	padding-top:5px;
	
}
#content h1 span{
	font-size:20px;
	font-weight:normal;
	color:#666666;
	padding-left:10px;
	
	
}
#content h2{
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
	line-height:120%;
	padding-bottom:5px;
	
}


#content .photo-wrapper{
width:603px;
padding:10px;	
background-color:#FFF;
margin:auto;
margin-top:10px;	
border: solid 10px #fed2db;
position:relative;
	
}
#content .photo{
	width:600px;
	
	border: solid 1px #aaaaaa;
}


#content table	{
	width: 500px;
	margin:auto;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top:20px;	
	
	}
	
	
#content caption {
	border-bottom: solid 2px #ffffff;
	padding: 4px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	font-size: 18PX;
	line-height:100%;
	}

#content th	{width:150px;
	border-bottom: solid 2px #ffffff;
	border-right: dotted 2px #ffffff;
	padding: 6px;
	background-color: #b3586b;

	color: #ffffff;
	font-size: 14PX;
	text-align: left;
	line-height:100%;
	font-weight: bold;}

#content td	{border-bottom: solid 2px #ffffff;
	padding: 6px;
	background-color: #ffd0da;
	border-right: solid 1px #ffffff;
	font-size: 14PX;
	line-height:100%;
	font-weight: bold;}
	
#content .cm3{
	vertical-align: super;
	font-size:10px;
	font-weight:bold;
}


#content .main{
	margin-left:4px;
	width:720px;
	background-color: #f9f9f9;
	border: solid 1px #aaaaaa;
	margin-bottom:20PX;
	position:relative;
	
}
#content .main2{
	margin-left:2px;
	width:750px;
}
#content .title{
	background-color: #7f7b7b;
}
#content .model{
	background-color: #7f7b7b;
	color:#fff;
}
	
	

