@charset "euc-jp";

body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-weight: normal;
}
body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}
/*フロート解除用*/
.clear {
	clear: both;
}


/*ヘッダロゴとナビゲーションバー*/
#header {
	width: 822px;
	margin-bottom: 10px;
	vertical-align: middle;
}
#header div.logo {
	width: 185px;
}
h1 {
	height: 38px;
	line-height: 38px;
	font-size: 0.75em;
	color: #999999;
	text-align: right;
	float: right;
}
p.dot {
	margin-bottom: 20px;
}

p.greetingmessage {
	font-size: 0.75em;
	padding-bottom: 15px;
}


/*コンテンツ全体の覆い*/
#content {
	width: 822px;
	margin-bottom: 10px;
}
.tothetop {
	font-size: 0.75em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 822px;
}



#footernavi  {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 0.75em;
	margin-bottom: 10px;
	text-align: center;
	width: 822px;
}


/*コピーライト*/
#copyright {
	background-color: #666666;
	height: 20px;
	width: 822px;
	vertical-align: text-top;
	color: #FFFFFF;
}
#copyright p {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

em {color: #FF0000}

