@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS 初期化
----------------------------------------------------------- */


*{
  margin:0;
  padding:0;
  zoom:1;
} 

body,h1,h2,h3,h4,h5,strong,p,ul,li,dl,dt.dd.address {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
}

html{
	height:100%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	color: #666666;
}

form{
  margin:0;
  padding:0;
  zoom:1;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

ul,ol,dl{
  list-style:none;
}
li{
  display:list-item;
  zoom:normal;
} 

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}


a:link{
	text-decoration: none;
	color: #006699;
} 

a:visited{
	color: #006699;
	text-decoration: none;
} 

a:active{
	color: #006699;
	text-decoration: underline;
} 

a:hover{
	color: #006699;
	text-decoration: underline;
} 
.clear {
	clear: both;
}
h2 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: normal;
}
.banner {
	margin-bottom: 15px;
}
