body {
	

	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	background-color:#000000;
	height: auto;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 110%;
	margin: 5px;
	padding: 0px;
}

td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a{color: #000000;text-decoration: none;}
a:link{color: #000000;text-decoration: none;}
a:hover{color: #0066FF;text-decoration: underline;}
a:active {text-decoration : none;}

address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.nagare_bold { 
      font-size: 12px;
      font-weight: bold;
}

/* フッター部分 */
#footer *{margin:0;padding:0;}
#footer ul {list-style:none;}
#footer li {
	font-size: 11px;
	display:inline;
	line-height:1.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footer li a{
	test-decoration:none;
	padding:0.3em;
}
#footer li a:hover{
	text-decoration : underline;
}