@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,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
}

q:before,q:after {
	content: '';
}

object,embed {
	vertical-align: top;
}

hr,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 */
body {
	color: #333;
	font-size: small;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 16pt;
	background-color: #E4F1DB;
	background-image: url(../images/item/back_ground.gif);
	background-repeat: repeat-y;
	background-position: center;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
