@charset "shift_jis";


/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow-y:scroll;
}
h1,h2,h3,h4,h5 {
	font-size:12px;
	font-weight:normal;
}
body {
	font-family: "Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","MS P Gothic","lr oSVbN",sans-serif;
	margin: 0;
	padding: 0;
}
td,textarea {
	font-size: 12px;
}
select, input, textarea {
	font-family: Osaka,'lr oSVbN',sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
table {
	border-collapse:collapse;
}
a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:underline;
}

/* clearfix start*/
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /**//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* clearfix end*/
