@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : default.css
 Author     : MIYA
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}


q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	color: #333;

}

html>/**/body {
	font-size: 12px;
}


* + html body {
	font-family: "メイリオ","Meiryo";
}

table.face{border-collapse: collapse;cellspacing:0;border:solid 1px #999;}
table.face caption{text-align:left;margin:0px;padding:5px 5px 3px 53px;color:#FFFFFF;font-size:16px;}
table.face th{border: solid 1px #999;}
table.face td{border: solid 1px #999;}

table.face2{border-collapse: collapse;}
table.face2 caption{text-align:left;margin:0px;padding:5px 5px 3px 60px;color:#FFFFFF;font-size:16px;}
table.face2 th{border: solid 1px #999;}
table.face2 td{border: solid 1px #999;}


table.face3{border-collapse: collapse;}
table.face3 caption{text-align:left;margin:0px;padding:5px 5px 3px 10px;color:#FFFFFF;font-size:16px;font-weight:bold;}
table.face3 th{border: solid 1px #999;}
table.face3 td{border: solid 1px #999;}


.white-m{color:#fff;}
.red-m{color:#ff0000;}
.bo-b{border-collapse: collapse;cellspacing:0;border:solid 1px #999;}

#cotent-body{width:955px;margin:0 auto;}
#content-right{width:710px;float:right;}