@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;
	color: #666;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:80%;
	font-weight:normal;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
/* -------------------------------*/

body {
	color:#FFF;
	text-align: left;
	background-color: #000;
	font-family: "メイリオ", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", Sans-Serif;
	font-size: 14px;
	line-height: 23px;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 920px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

/* ---------------1----------------*/
a:hover img {filter:alpha(opacity=70);opacity:0.7;/*-moz-opacity:0.7;*/}
a:link, a:visited {
	color:#09F;
	text-decoration:none;
	cursor:pointer;
	font-weight: normal;
}
a:hover {
	color:#09F;
	text-decoration: underline;
}
a:active {
	color:#09F;
}
.hiddenArea {
	display:none;
}
a:focus {
	outline:none;
}

/* -------------------------------
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;
	font-size: 1px;
	line-height: 1px;
}
/*\*/
* html .clear {
	height: 0px;
	overflow: hidden;
}
/**/
.clear hr {
	position:absolute;
	height:0;
	visibility:hidden;
	border:0;/*\*//*/position:fixed;/**/
}
.clear1 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
