/* ------------------------------
common
------------------------------ */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	font-size: 12px !important;
	line-height: 145%;
}
#wrapper {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
.pan {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #646464;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	background-image: url(../img/footer_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 11px;
}
.foot_01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	padding-top: 10px;
	width: 500px;
	float: left;
}
.foot_02  {
	float: right;
	padding-top: 8px;
}
.pagetop {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 30px;
}
#wrapper .pagetop img {
	margin-left: 790px;
}
#content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	padding-top: 20px;
}
#mainTop h1 {
	padding-bottom: 0px;
}


/* ------------------------------
link
------------------------------ */

.pan a:link
{
	color: #0083eb;
	text-decoration: none;
}
.pan a:visited
{
	color: #339900;
	text-decoration: none
}
.pan a:hover
{
	color: #FF3300;
	text-decoration: underline
}

.foot_01 a:link
{
	color: #646464;
	text-decoration: none;
}
.foot_01 a:visited
{
	color: #646464;
	text-decoration: none
}
