@charset Shift_JIS;


/*##################################################
	初期化
##################################################*/
*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong
{
	font-size:		100%;
	font-weight:	normal;
	font-style:		normal;
}

ul, ol, li
{
	list-style-type: none;
}

img
{
	border-style: none;
	border-width: 0;
}

table
{
	border-collapse: collapse;
}

td, th
{
	vertical-align: top;
}



/*##################################################
	共通スタイル
##################################################*/
body
{
	width: 740px;
	margin: 15px auto;
	font-size: 9pt;
	line-height: 150%;
	color: #333;
	background-color: #FFF;
	text-align: center;
}

strong
{
	font-weight: bold;
}

a
{
	text-decoration: none;
}

hr
{
	width: 95%;
	height: 1px;
	margin: 1em auto;
	border-style: none;
	border-bottom: solid 1px #000;
	text-align: center;
}

hr.dash
{
	border-bottom: dashed 1px #000;
}


/*##################################################
	フッタ
##################################################*/
#footer
{
}



