/* @charset "UTF-8"; */

/* Universal selector	##################################### */
* {
	background: transparent;
}

/* Structure Module		##################################### */
html,body {
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#626262;
	scrollbar-darkshadow-color:#ebebeb;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#ebebeb;
	scrollbar-shadow-color:#ebebeb;
	scrollbar-track-color:#ebebeb;
}
html {
	overflow-y: scroll;
}
body {
	background: url("../img/bg.gif") repeat;
	text-align: left;
	color: #575757;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* Box Module			##################################### */
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
}
p {
	margin-bottom: 1.3em
}
hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* List Module			##################################### */
ul, ol {
	list-style: none none;
}
dt {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
dd {
	line-height: 1.5;
	margin-bottom: 1.5em
}
dd.line {
	font-size: 85%;
	border-top: 1px dotted #898989;
	border-bottom: 1px dotted #898989;
	padding: 0.5em 0;
}
dd.s {
	margin-bottom: 0.5em
}
dd.l {
	margin-bottom: 2em
}

/* Hypertext Module		##################################### */
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
a:link {
	color: #575757;
}
a:visited {
	color: #575757;
}
a:active {
	color: #575757;
}
a:hover {
	color: #000;
}

/* Inline Module		##################################### */
span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
	margin: 0; padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}
span.notice {
	color: #c00;
}
span.hide {
	display: none;
}
.x-small {
	font-size: 10px;
}
p.align-r {
	text-align: right;
}
/* Text Module			##################################### */
h1, h2, h3, h4, h5, h6, address {
	margin: 0; padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-indent: -7777px;
}
h1 {
	font-size: 122%;
}
h2 {
	font-size: 107%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 92%;
}
h5 {
	font-size: 85%;
}
h6 {
	font-size: 77%;
}

/* Table Module			##################################### */
table, caption, th, td {
	margin: 0; padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em
}
table td,th {
	border: 1px #c c solid;
	padding: 2px 4px;
	vertical-align:;
}
table th {
	text-align: left;
	font-weight: normal;
	background: #e9e9e9;
}
table td.blank {
	border: 0;
}

/* Frame Module			##################################### */
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* Form Module			##################################### */
form, fieldset, input, button, select, optgroup, option,
textarea, label, legend {
	margin: 0; padding: 0;
	border: none;
	font-size: 100%;
	background:;
}

/* Image Module			##################################### */
img {
	vertical-align: bottom;
	text-indent: 0;
}

/* Clear Module			##################################### */
br.clear, div.clear {
	clear: both;
}

/* Clearfix				##################################### */
div.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.clearfix {
	display: inline-block;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}