@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Passion+One:400");

#ot_area{
	float: left;
	width: 800px;
	height: auto;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ot_title{
	float: left;
	width: 650px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 12pt;
	vertical-align: middle;
}
.ot_line{
	float: left;
	width: 650px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	font-size: 12pt;
	vertical-align: middle;
}
a:link,a:visited,a:active{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #F00;
}