@charset "utf-8";

/* reset */
body, div, p, form, label, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, button, address, img {
	font-size: 100%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
ul {
	list-style-type: none;
}
body {
	font-size: 13px;
	font-style: normal;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;


/* for IE6/7 */ 
*font-size: small;

/* for IE Quirks Mode */
*font:x-small;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-right: 10px;
}

table {
	font-size:inherit;
	font:100%;
	/*border-collapse:collapse;*/
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: underline;
}
a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

.dispNone {
	display: none;
}

.flt-l {
	float: left;
}
.flt-r {
	float: right;
}
.flt-c {
	display: block;
	clear: both;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.line {
	border-bottom: 1px solid #CCC;
}
.red {
	color: #F00;
}


.f14b  {
	font-size: 14px;
	font-weight: bold;
}
.f10g {
	font-size: 10px;
	color: #999;
}
.f11 {
	font-size: 11px;
	line-height: 12px;
}

.uline {
	border-bottom: 1px solid #CCC;
}



.pd10 {
	padding: 10px;
}
.pd5 {
	padding: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt15 {
	margin-top: 15px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml10 {
	margin-left: 10px;
}
.mt5  {
	margin-top: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml5 {
	margin-left: 5px;
}

