@charset "UTF-8";
/*	Formatting reset
-------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,embed,script,iframe {
	margin: 0;
	padding: 0;
	line-height: 160%;
	color: #999999;
}

html, body {
	overflow-x: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

html[xmlns*=""] body:last-child {
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-family: Arial,helvetica,Hiragino Kaku Gothic Pro,Osaka,clean,sans-serif;
	color: #999999;
	font-size: 12px;
}

a:link{
	color: #999999;
	text-decoration:none;
}
a:visited{
	color: #999999;
	text-decoration:none;
}
a:hover{
	color: #999999;
	text-decoration: underline;
}
a:active{
	color: #999999;
	text-decoration:none;
}

ol,ul,li {
	list-style: none;
}

fieldset,img,iframe {
	border: 0;
}

iframe {
	overflow-x:hidden;
	overflow-y:hidden;
}

img,embed {
	vertical-align: bottom;
}

input {
	vertical-align: top;
}

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

caption,th {
	text-align: left;
}

h3 {
	clear: both;
}

.clear {
	clear: both;
}

/* start: clearfix ------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-table; }

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */
/* end: clearfix ------------------------------ */

/*EOF*/