@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #949494;
	background-image: url(../images/body_back.png);
}

#container
{
	width: 825px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #000;
	color: #FFF;
}

/*ヘッダ*/

#header
{
	width: 825px;
	height:100;
	background-color: #333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCC;
	background-image: url(../images/pphp_header.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding: 0px;
}

#header h3
{
	/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 18px;
	font-style: italic;
}

/*フッタ*/

div#footer
{
	width: 825px;
	height: 400;
	padding: 0px;
	background-color: #333;
	color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer address
{
	color: #FFF;
	margin: 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	width: auto;
}

