@charset "Shift_JIS";

/*
===== Format Style =====
*/
html {
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-family: Verdana, Helvetica, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 16px;
	*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;
}
----------------------------------------*/

/*
===== Class Definition  =====
*/
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.hidden {
   display: none;
   visibility: hidden;
}
.floatR {
   float: right;
}
.floatL {
   float: left;
}
.clear {
   clear: both;
}

/*
===== Clearfix =====
*/
div:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}

div {
	display: inline-block;
}

/* Hides from MacIE \*/
* html div {
	height: 1%;
}
div {
	display: block;
}
/* End Hides from MacIE */
