@charset "utf-8";
body {
	background:#000;
	line-height:1.6em;
	font-size:13px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	min-width: 1120px;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}
p {
	line-height: 1.6em;
	color: #333;
}
a img {
    border-style:none;
}
a img:hover {
	opacity:0.7;
}
/** float **/
.fl0 {
	float: left;
}
.fl10 {
	float: left;
	margin-right: 10px;
}
.fr0 {
	float: right;
}
.fr10 {
	float: right;
	margin-left: 10px;
}
/** padding **/
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb70 {
	padding-bottom: 70px;
}
/** margin **/
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
/** text **/
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
/** clear **/
.clear {
	clear: both;
}