@charset "UTF-8";

/*
======== CONTENTS =========
	Site Name: selectbox
	last-updated:2008/06/26
	Description: crossbrowser setting
		ブラウザ間の違いの制御
===========================
*/


/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		"メイリオ",
		Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}

* html * {
/* Win IE 6向け調整
　IE6では
　アンチエイリアスが効かない場合を考慮し、ＭＳ Ｐゴシック優先 */
	font-family:
		sans-serif,
		"ＭＳ Ｐゴシック",
		"MS P Gothic";
}

*:first-child+html * {
/* Win IE 7向け調整 */
	lettter-spacing: 1;	/* hasLayout問題の解消 */
}

body {
	font-size:16px;
/*\*/
	font-size:100%;
/**/
}

table {
/* <table cellspacing="0">が必要 (IE5orIE6互換モード用)対応にする場合 */
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit; font: 100%;
}


td,th {
	vertical-align:top;
}
img {
	border: none;
	vertical-align: bottom;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}


a:link[name], a:hover[name] {
text-decoration: none;
}

