@charset "utf-8";

@media print {
body {
_zoom: 0.86;
}
}

/*-------------------
__Default_style_clear
-------------------*/
*{
  margin:0;
  padding:0;
  zoom:1;
} 

ul,ol,dl{
  list-style:none;
}
li{
  display:list-item;
  zoom:normal;
} 
img,a img{
  vertical-align:top;
  border:none;
  background:transparent;
}
fieldset{
  border:none;
}
input,textarea{
  font-size:1em;
} 
ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
} 
hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 

/*-------------------
__base_
-------------------*/

body {font:13px/1.231 "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","Hiragino Kaku Gothic Pro","\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka";*font-size:small;*font:x-small;}

h1,h2,h3,h4,h5,h6 {
	font-size:108%;
	font-weight:normal;
}
p,dl,ul p,ol,ol p, ul li, ul li ul li{
	font-size:108%;
}

/*--------------------
__Link
-------------------*/
a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	text-decoration: none;
	color: #800080;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

