@charset "utf-8";
/* ---------------------------------------
CSS: 初期値
----------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #666;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:80%;
	font-weight:normal;
}
/* -------------------------------*/

body {
	color:#333333;
	text-align: center;
	background: #FFF url(../images/header_bar_bg.jpg) repeat-x center top;
	/*font: 100%/140% "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-Serif;*/
	font: 14px/23px "メイリオ", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-Serif;
}
/* -------------------------------*/

a:link, a:visited {
	text-decoration:underline;
	cursor:pointer;
	font-weight: normal;
}
a:hover {
	color:#0CF;
}
a:active {
	color:#0CF;
}
/* -------------------------------
Outside In Float Clear
------------------------------- */
.clearfix {
	zoom:1; /*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
.clearfix {
	overflow:hidden;
}
/* -------------------------------
Basic Clear Float
------------------------------- */
.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}
/*\*/
* html .clear {
	height: 0px;
	overflow: hidden;
}
/**/
.clear hr {
	position:absolute;
	height:0;
	visibility:hidden;
	border:0;/*\*//*/position:fixed;/**/
}
