@charset 'utf-8';

html {
	background:transparent;
	height:100%;
	font-size:12px;
}

/*IE6～7、MacIEでの文字の大きさ調整*/
* html { font-size:100%;}
*+html { font-size:100%;}
* html body { font-size:78%;}
*+html body { font-size:78%;}
/* Opera8以降用 */
*+html>/**/body {font-size:12px;}

/* HTMLの再定義 */
div,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,form,pre,ul.block,ol.block,.block li{
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}

pre{
	padding:0px;
	margin:0px;
	border:0px;
	overflow:hidden;
}

ul.block,ol.block {
	list-style-type:none;
}


img{
	border:0px;
}

/* MacIEの排除 \*/
html>/**/body img{
	vertical-align:bottom;
}
/* MacIEの排除ここまで */

ul,ol{
	margin-top:0px;
	margin-bottom:0px;
}

table{
	font-size:1em;
	border-collapse:collapse;
}

a{
	color:#039;
	text-decoration: underline;
}

a:hover{
	color:#06f;
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	text-align:left;
	line-height:1;
}

h1{
	font-size:132%;
}

h2{
	font-size:132%;
}

h3{
	font-size:132%;
}

h4{
	font-size:117%;
}

h5{
	font-size:101%;
}

h6{
	font-size:80%;
}

td,th{
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:left;
}

input{
	font-size:9pt;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",arial,sans-serif;
	background:#fff;
	color:#333;
	margin:0px;
	padding:0px;
}

p.acc{
	height:1px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

div.clear{
	display:block;
	height:0.1px !important;
	height:auto;
	visibility:hidden;
	clear:both;
}