@charaset "utf-8";

*{
	font-size:100%;
	margin: 0;
	padding: 0;
  background-repeat:no-repeat;
}

body{
  line-height:100%;
	font-size:82%;
  color:#000000;
	background-color:#ffffff;
	background-image:url(../img/common/bg01.gif);
	background-repeat:repeat-x;
}
BODY,TEXTAREA,INPUT,SELECT {
  font-family:'Hiragino Kaku Gothic Pro','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3',Meiryo,'ãƒ¡ã‚¤ãƒªã‚ª', Osaka,'ï¼­ï¼³ >ï¼°ã‚´ã‚·ãƒƒã‚¯',sans-serif;
}
html>/**/body {
  font-size: 13px;
}
img{
  border:none;
  vertical-align: bottom;
}

ul{
	list-style:none;
}
li{
  list-style-type:none;
}

a {
  text-decoration:none;
  color:#1CA4F2;
}

a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
	/*color:#49B3F0;*/
}

a:hover {
  text-decoration:underline;
	/*color:#1B94C7;*/
}
p{
  line-height:140%;
}




/*clearfix*/
.style_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.style_clearfix {
  min-height: 1px;
}

* html .style_clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

