@charset "utf-8";

/*=================================

	Base common setting

=================================*/
body {
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.5;
	color: #444444;
}
hr {
	display: none;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
/* link setting */
a:link {
	color: #444444;
	text-decoration: underline;
}
a:visited {
	color: #666dcc;
}
a:hover {
	color: #3e66aa;
	text-decoration: none;
}
a:active {
	color: #3e66aa;
}
sub, sup {
	font-size: 84%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ins {
	text-decoration: none;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/*=================================

	Utility parts

=================================*/
/* Margin-top */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
/* Margin-bottom */
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
/* text-align */
.aL {text-align: left !important;}
.aC {text-align: center !important;}
.aR {text-align: right !important;}
/* vertical-align */
.vT {vertical-align: text-top !important;}
.vB {vertical-align: text-bottom !important;}
.vM {vertical-align: middle !important;}
