@charset "utf-8";

/* 初期化ーーーーーーーーーーーーーーーーーー */
/*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, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}*/
*{margin: 0;padding: 0;
line-height:150%;}
  
a { text-decoration : none;
	outline:none;}
ul, ol { list-style : none;
list-style-position:outside;}

img { vertical-align : middle;
	border:0;
	font-size:0px; /* for IE's Bug */}


/*html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
	}*/
body {
	line-height: 140%;
	font-size: 100.01%;
	/*font-family: Tahoma, verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, sans-serif;*/
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
}

a img { cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*strong { font-weight: normal; }*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th td { font-weight: normal;
		white-space:nowrap; }
address {
	font-style: normal;
	font-weight: normal;
}
/* Win IE7用 */
*+html body {
	margin: 0;
	padding :0;
	line-height: 140%;
	font-size: 100.01%;
	color: #000000;
	background: #fff;
	font-family: Tahoma, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
}
