@charset "utf-8";
/* CSS Document */

body,div,pre,p,blockquote, 
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ol,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

img { 
	behavior: url(iepngfix.htc);
	border:none;

 }
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
	clear:both;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#navi {
	width:900px;
}

#navi ul {
	width:900px;
	padding:0px;
	margin:0px;
	}

#navi ul li {
	list-style-type:none;
	padding:0px;
	display:inline;
	float:left;
	margin:0px;
	}

.pagetop {
	width:580px;
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
	font-size:12px;
	background-image:url(../img/pagetop.png);
	background-repeat:no-repeat;
	text-align:right;
	background-position:483px 4px;
	*background-position:483px 1px;
}

.pagetop a:link {
	color: #333333;
	text-decoration: none;
}

.pagetop a:visited {
	text-decoration: none;
	color: #333333;
}

.pagetop a:hover {
	text-decoration: underline;
	color: #0066FF;
}

.pagetop a:active {
	text-decoration: none;
	color: #333333;
}


.blue {
	color:#0066cc;
	font-weight:bold;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

.banner_m_15 {
	margin-bottom:15px;
}
