@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  リセット及びbody初期設定
 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
	line-height:100%;
	font-style:normal;}
body,html{
	width:100%;height:100%;}
html {overflow-y: scroll;}
table{
	border-collapse: collapse;
	border-spacing:0;}
fieldset,img{
	border:0;}
selectoption{
	padding:0 5px;}
ol,ul,li{
	list-style:none;}
caption,th {
	text-align: left;
}

object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}

/* ---- ---- ---- ---- ----
clearfix
---- ---- ---- ---- ----*/

.cf { 
zoom: 100%;
}
.cf:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;}

/* ---- ---- ---- ---- ----
body
---- ---- ---- ---- ----*/
body{
	background:#fff;
	color:#333 ;
}

/* ---- ---- ---- ---- ----
zoom
---- ---- ---- ---- ----*/
div{zoom:100%;}
