@charset "utf-8";
/* CSS Document */

html{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "STHeitiTC-Light", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微软雅黑", "新細明體", Arial, sans-serif;
}
.box{
	width:650px;
}
.explanation_text{
	width:650px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
	
h3{
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}

h5{
	margin-bottom:5px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

li{
	line-height:1.6;
	font-size:12px;
}

p{
	font-size:12px;
	line-height:1.6;
}