@charset "utf-8";
/* ===================================================================
CSS information

	file name  :  default.css
	style info :  リセット、オプショ、body等初期設定
=================================================================== */


/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

caption,th {
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,ol,li {
	list-style-position: outside;
	margin-right: 1em;
	margin-left: 1em;
}


/*--- option */


html {
	
	overflow-y: scroll;
}

a {
	outline : 0;
}


/*--- default 

font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.3;

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/
body {
	background: #FFF;
	color: #333;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	line-height: 130%;
}


* html body {	/* for IF6 */
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:small;
    font:x-small;
}