/**
 * Style sheet xBasic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#333;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
	height:100%;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:100%;
	color:#666966;
	line-height:1.5em;
}
ol,ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

h1, h2, h3, h4, h5, h6
{
	color:#666;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

h3
{
	margin:0px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

h4
{
	margin:0px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:10px;
}

h5
{
	margin:0px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:9px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	color:#ff3300;
}

.clear{
    clear:both;
}
.left{
    float:left;
}
.right{
    float:right;
}
