@charset "utf-8";

/*
===== Format Style =====
*/
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height:1.6;
	color: #333;
	/*font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	/*font-size: 13px;*/
	/**font-size:small;*/
	/**font:x-small;*/
}

div, dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, th, td {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
/*----------------------------------------
Plus
	vertical-align:
----------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}
caption, th {
	text-align: left;
}
/*----------------------------------------
Plus

----------------------------------------*/
ul, li, dl {
	list-style: none;
}
/*----------------------------------------
Plus
	ol,ul {
	list-style: none;
}
----------------------------------------*/
fieldset, img {
	border: 0;
	vertical-align: bottom;
}

select option {
	padding: 0 5px;
}

/*----------------------------------------
Plus
	form label {
	cursor: pointer;
}
----------------------------------------*/

/*
===== Font Size  =====
*/
body {
	font-size: 12px;
	font-family: Verdana, "Lucida Grande", sans-serif;
}
/* for WinIE6*/
* html body {
	font-size: 78%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	/*letter-spacing: 1px;*/
	vertical-align: baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 73%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* for Opera */
*+html:first-child body {
	font-size: 13px;
}

/*
===== Class Definition  =====
*/
.middle { vertical-align: middle; }
.center { text-align: center; }
.textL { text-align: left; }
.textR {text-align: right; }
.floatL { float: left; }
.floatR { float: right; }.
.clear { clear: both; }
.hidden {
 display: none;
 visibility: hidden;
}

/*
===== Clearfix =====
*/
div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}  
div {
	display: inline-block;
	min-height: 1%;
}  
/* Hides from IE-mac \*/
* html div {
	height: 1%;
}
div {
	display: block;
}
/* End hide from IE-Mac */