@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
* body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 1.6em;
	color: #666666;
	height: auto;
	background-color: #666666;
}
.sub_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}
.blink {
	text-decoration: blink;
}


a {
	text-decoration: none;
}
a img {
	border-style: none;
}
a:visited {
	COLOR: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	margin: auto;
	width: 714px;
	height: auto;
	background-color: #FFFFFF;
}


body {
	height: auto;
	background-color: #CCCCCC;
}
li {
	list-style-type: none;
	font-size: 12px;
}

td, th {
padding: 5px;
} 


p {
	margin: 0px;
}
img {
	border: none;
}

#wrapper #body {
	width: 736px;
	height: auto;
	padding: 5px 10px 10px;
	overflow:hidden;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
