@charset "UTF-8";
#main{
	display: block;
	text-align:center;
	width: 1001px;
	height:auto;
	margin-top:20px;
	margin-bottom:50px;
}
#sub{
	display: block;
	width: 114px;
	height:auto;
	text-align:right;
	margin-right:40px;
	float:right;
}
#sub img{
	border-style: none;
}
#description{
	display: block;
	float: left;
	width: 600px;
	height:auto;
	margin-top:20px;
}
h1 {
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	border-left: 5px solid #B60014;
	width: 930px;
	margin-top:30px;
	margin-left: 35px;
	text-indent: 5px;
}
h2{
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:15px;
	margin-left: 35px;
	border-bottom: 1px solid #B60014;
	border-left: 5px solid #B60014;
	width:920px;
	text-indent: 5px;
}
h3{
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: 35px;
	border-left: 5px solid #B60014;
	text-indent: 5px;
}
#main ul{
	display:block;
	width:790px;
	margin-left:45px;
}
#main li{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	margin-right:40px;
	text-align: left;
	float:left;
}
#ex p{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left:45px;
	text-align: left;
}
#ex img{
	width:240px;
	height:auto;
}