@charset "utf-8";
/*基本設定--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
.clean-float {
	clear: both;
}

/*內容設定--------------------------------------------*/
#wrapper{
	width: 1000px;
	margin: 0 auto;
}
.content {
	width: auto;
	padding: 0 35px 100px 45px;
	font-size: 15px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	}
.content h3 {
	font-weight: bold;
	color: #91711e;	
	}
.content h2 {
	font-weight: bold;
	}
.content img {
	margin: 10px 0 20px 0;
	border: 5px solid #FFF;
	}
.content p {
	margin-bottom: 20px;
	}
.content a {
	color: #95814b;
	text-decoration: underline;	
	}
.content a:hover {
	color: #F60;
	text-decoration: underline;
	}
.gold {
	font-weight: bold;
	color: #91711e;
	}
.contentList {
	margin-bottom: 20px;
	}
.contentList li {
	margin: 0 0 2px 15px;
	background: url(images/content_icon.gif) no-repeat left 7px;
	padding-left: 20px;
	}
.contentList02 {
	margin-bottom: 20px;
	position: relative;
	}
.contentList02 li {
	margin: 0 0 2px 15px;
	background: url(images/content_icon.gif) no-repeat left 7px;
	padding-left: 20px;
	}
.photoRight01 {
	float: right;
	width: auto;
}
.photoRight01 img{
	border: 6px solid #FFF;
	margin: 5px 0 5px 20px;	
}
.photoRight02{
	width: auto;
	position: absolute;
	left: 372px;
	top: -115px;
}
.photoRight02 img{
	border: 6px solid #FFF;
	margin: 5px 0 10px 10px;
}
.photoLeft01 {
	float: left;
	width: auto;
}
.photoLeft01 img{
	border: 6px solid #FFF;
	margin: 5px 20px 5px 0;
}
.manual_01 {
	background: url(images/manual_photo01.jpg) no-repeat left top;
	margin: 20px 0 40px 26px;
	padding-top:170px;
	width: 178px;
	height:240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #454545;
	}
.manual_01 p {
	margin-bottom: 20px;
	}
.manual_01 img {
	margin-left:30px;
	display: block;
	}
.manual_02 {
	background: url(images/manual_photo02.jpg) no-repeat left top;
	margin: 20px 0 40px 26px;
	padding-top:170px;
	width: 178px;
	height:240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #454545;
	}
.manual_02 p {
	margin-bottom: 20px;
	}
.manual_02 img {
	margin-left:30px;
	display: block;	
	}
	.manual_02 {
	background: url(images/manual_photo02.jpg) no-repeat left top;
	margin: 20px 0 40px 26px;
	padding-top:170px;
	width: 178px;
	height:240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #454545;
	}
.manual_03 p {
	margin-bottom: 20px;
	}
.manual_03 img {
	margin-left:30px;
	display: block;	
	}
.buttonList {
	margin-bottom: 50px;
	}
.buttonList li {
	margin: 0 0 2px 0;
	background: url(images/content_icon.gif) no-repeat left 8px;
	padding-left: 20px;
	}
.buttonList li a {
	color: #7C662E;
	text-decoration: underline;
	}
.buttonList li.current {
	color: #7C662E;
	font-weight: bold;
	text-decoration: none;
	}
.buttonList li a:hover {
	color: #44381A;
	text-decoration: underline;
	}
.table{
	background-color: #95814b;
	border: 2px solid #95814b;
}
.table td{
	padding:5px;
	}
.red {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.yellow {
	font-size: 18px;
	font-weight: bold;
	color: #FFBF00;
}
.table01 img{
	margin:0;
	padding:0;
	}
.top{
	background: url(images/icon_top.gif) no-repeat left 11px;
	width: 35px;
	float: right;
	margin: 20px 0 20px 0;
	}
.flash{
	margin: 0px;
	padding: 0px;
	border:none;
	display:block /*解決Firefox下面空格*/
	}
