@charset "utf-8";

/* ------------------------- TOC 
Setup
CSS Hack
multi column

layout
header
footer

 ------------------------- */

/* ============================== Setup */
* { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", Osaka, "メイリオ", "MS PGothic", sans-serif; background-repeat: no-repeat; font-size: small; font-style: normal; line-height: 1.4em; text-decoration: none; font-weight: normal; }
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, hr, ul, ol, li, dl, dt, dd, dir, menu, table, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, isindex, embed, object, pre { margin: 0; padding: 0; border: 0; text-align: left; }
ul, ol, dl, li, dt, dd { list-style: none; }
table { border-collapse:collapse; border-spacing:0; font-size: 100%; }
th, td { vertical-align: top; }
strong { font-weight:bold; }
img { border: 0; vertical-align: bottom; }
a { border: 0; }

a { color: #0066cc; text-decoration: underline; }
a:link { color: #0066cc; text-decoration: underline; }
a:visited { color: #0066cc; text-decoration: underline; }
a:hover, a:active { color: #0066cc; text-decoration: none; }
a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }


/* ============================== CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt { text-indent: -9999px; overflow: hidden; }
.hidetxt a { overflow: hidden; }


/* ============================== multi column */
.multicol { } /* necessary - clr class */
.leftcol { float: left; }
.rightcol { float: right; }



/* ============================== layout */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

#container {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 10px;
}



/* ============================== header */
#header {
	width: 970px;
	height: 50px;
	background-color: #000000;
}

#header p {
	padding: 28px 0 7px 50px;
}



/* ============================== footer */
#footer {
	width: 970px;
	margin: 20px auto 0;
	padding: 15px 0 0;
	background: url(../img/black.gif) repeat-x 0 0;
	text-align: center;
}

#footer p {
	text-align: center;
	font-size: 0.1;
}

#footer .multicol {
	width: 670px;
	margin: 0 auto 5px;
}

#footer .multicol .leftcol {
	width: 70px;
	margin: 2px 0 0;
	font-size: 0.1;
}

#footer .multicol .rightcol {
	width: 570px;
}

#footer .multicol .rightcol li {
	display: inline;
}

#footer .multicol .rightcol a {
	padding: 0 10px 0 5px;
	font-size: 85%;
	background: url(../img/black.gif) no-repeat 100% 50%;
	vertical-align: middle;
}

#footer .multicol .rightcol li.no-pipe a {
	background: none;
}

#footer .multicol .rightcol a { color: #666666; text-decoration: none; }
#footer .multicol .rightcol a:link { color: #666666; text-decoration: none; }
#footer .multicol .rightcol a:visited { color: #666666; text-decoration: none; }
#footer .multicol .rightcol a:hover, a:active { color: #666666; text-decoration: none; }










