@charset "utf-8";
/*common css*/
* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
    background:#fff;
    font-size: 12px;
	
	color:#6E6E70;
}
.fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fix {
}
.clear{
	clear:both;
}
hr{
	height:1px;
	padding:0;
	background:#ccc;
	margin:10px 0;
	border:none;
}
h1{
	font-size:420%;
	}
h2
{
    font-size:220%;
    }
h3{
	font-size:180%;
	}
h4{
	font-size:160%;
	}
h5{
	font-size:120%;
	color:#0068a5
	}
a {
    color: #fff;
    outline: medium none;
    text-decoration: none;
	cursor:pointer;
}
a:hover {
    text-decoration: underline;
}
a.decorationNone{
	text-decoration:none;
}
table,table td{
	border-collapse:collapse;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc{
	text-align:center;
}
.tl{
	text-align:left;
}
.tr{
	text-align:right;
}
input[type=button]{
	cursor:pointer;
}
img {
    border: 0 none;
    display: block;
}
.mar10{
	margin:10px;
	}
.mt15{
	margin-top:15px;
	}
.mt50{
	margin-top:50px;
	}
.pad10{
	padding:10px;
	}
.padl20{
	padding-left:20px;
	}
.w160{
	width:160px !important;
	}
.mr15{
	margin-right:15px;
	}
.w60{
	width:60px !important;
	}
.w10{
	width:10px;
	}
.w220{
	width:220px;
	}
.h305{
	height:305px !important;
}


