@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	color: #44434E;

	background-repeat: repeat-x;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

	
#logo {
	display: block;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#navi {
	clear: both;
}
#navi li {
	display: block;
	float: left;
}
#navi li a {
	display: block;
	height: 100%;
	width: 100%;
}
#side_l {
	float: left;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{font-size: 9pt;font-family :'MS Pゴシック';color: #000000;}
A { text-decoration:none;}
A:hover { text-decoration:underline;}
BODY{
overflow-x: hidden;
overflow-y: hidden;}
h1 {
	display: none;
}
#hide_navi {
	display: none;
}
