@charset "UTF-8";

/*formatting style----------------------*/
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;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 100%;
	line-height: 150%;
}
* {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}
body {
	font-size: 80%;
	color: #000;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
* html body dl.list dd div {
	display:inline-block;
}
dl.list dt {
	float:left;
	width:90px;
	padding-top:7px;
	padding-bottom:7px;
	font-weight: bold;
}
dl.list dd {
	margin-left:110px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
}
dl.list dd a {
	color: #666;
}
dl.list dd a:hover {
	color: #666;
	text-decoration: underline;
}
