@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
}

body
{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;	/* IE UTF-8時のフォントミスマッチ対応 */
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 1.5em;
}

h1 {
	width: 584px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

a
{
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	color: #dd0000;
}

.clear
{
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#wrapper
{
	width: 584px;
	margin: 15px auto 0px auto;
	text-align: left;
}

#header
{
	width: 584px;
	margin: 10px 0px 16px 0px;
}

#headLogo
{
	width: 100px;
	height: 45px;
	float: left;
}

#headNavi
{
	width: 480px;
	height: 55px;
	float: right;
	text-align: right;
}

#main
{
	width: 584px;
}

#foot_navi
{
	width: 584px;
}

#footer
{
	width: 584px;
	border-top: 1px solid #999999;
	margin-top: 8px;
	padding-top: 10px;
  color: #666666;
	font-size: 12px;
}