@charset "utf-8";
/* =====================================================================
*
*    INDEX
*
*    1. Yahoo UI Library Reset CSS
*    2. Basic Format
*    3. Font Format
*    4. Basic Block
*
* =================================================================== */

/* =====================================================================
*    1. Yahoo UI Library Reset CSS
* =================================================================== */
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 {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border:0;
}

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

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* =====================================================================
*    2. Basic Format
* =================================================================== */
body {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.0;
}

hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	padding: 0.4em 10px;
}

img {
	vertical-align: middle;
}

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

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

img.alignright {
	float: right;
	margin: 10px 0px 15px 20px;
}

.textRight { text-align: right; }
.textLeft  { text-align: left; }
.textCenter{ text-align: center; }

a:hover img {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

abbr {
	border: none;
}

.snapTxt {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

.h1px {
	height: 1px;
}

/* =====================================================================
*    3. Font Format
* =================================================================== */
body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,'ＭＳ Ｐゴシック','ＭＳ ゴシック',Osaka,Osaka-等幅,sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
;;body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font-size: 99%;
}

.xx-large  { font-size: 348%; }
.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; }

/* =====================================================================
*    4. Basic Block
* =================================================================== */
#mainBg {
	width: 916px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 900px;
	height: 180px;
	margin-left: 8px;
}

#navigation {
	width: 900px;
	height: 59px;
	margin-left: 8px;
}

#mainContainer {
	width: 900px;
	margin-left: 8px;
	overflow: hidden;
}

.sideRight .primary {
	float: left;
	width: 645px;
}

.sideRight .secondary {
	float: right;
	width: 240px;
}

.sideLeft .primary {
	float: right;
	width: 645px;
}

.sideLeft .secondary {
	float: left;
	width: 240px;
}

#footer {
	width: 900px;
	margin-left: 8px;
}

