@charset "utf-8";

/* reset 
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
html {
	color: #000;
	background: #fff;
	width: 100%;
	height: 100%;
}
br {
    letter-spacing: normal;
}
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,button,textarea,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img,a img {
	border: 0 none;
	vertical-align: top;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* base 
---------------------------------------------------*/
html{
	overflow-y:scroll;
}
body{
	font-size: 11px;
	color:#969696;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html body{
	font-family:  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*:first-child+html body{
	font-family:  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr {
    display: none;
}
.left{
	float:left;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.alp0, .alp0_p, .alp0_a {
	filter:alpha(opacity="0");
	opacity:0;
}
.mr0 {
	margin-right: 0;
}
* html #head_menu li img, * html .png {
	behavior: url("pngbehavior.htc");
}

/* contents
---------------------------------------------------*/
#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 600px;
	margin:0 auto;
}
* html #content {
	height: 600px;
}
.rovr {
}
#copyright {
	font-size: 8px !important;
	color: #a0a0a0;
	position: absolute;
	left: 33px;
	bottom: 5px;
}
* html #copyright {
	letter-spacing: 0.12em;
}
*:first-child+html #copyright {
	letter-spacing: 0.12em;
}
