/* @charset "UTF-8"; */

/* reset style
////////////////////////////// */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

img.iepngfix {
	behavior: url(iepngfix.htc);
}

* html img.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* basic style
////////////////////////////// */
body {
	background: #EBEBEB url(/images/mainBg_base.gif) repeat-x scroll top left;
	color: #111111;
	line-height: 1.6;
	text-align: center;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

;;body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

*:first-child+html body {
	font-size: small;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

* html body {
	font-size: small;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

img {
	border: none;
	vertical-align: middle;
}

hr {
	display: none;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.4em 10px;
}

html {
	height: 100%;
	margin: 0 0 1px 0;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* text position
////////////////////////////// */
.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

/* image position
////////////////////////////// */
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignnone {
	float: none;
}

.aligncenter {
	display: block;
	margin: 15px auto 15px;
	text-align: center;
}

/* font
////////////////////////////// */
.meirio {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }

/* clear style
////////////////////////////// */
.clearfix { min-height: 1%; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from Mac IE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Hides from Mac IE */

.clear {
	clear: both;
	margin: 1px 0 0 0;
}
