/******************************
* reset.css
* 初期設定のCSSファイルです
* 2007/08/20 yama
******************************/
/* BODY */
body {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	word-break: break-all;
	background-repeat: no-repeat;
	width: 800px;
	}

/* 画像 */
img {
	border: none;
	background: center;
}

h1, h2, h3, h4, h5, h6, th, p, ul, dl {
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック";
	margin: auto;
	padding: auto;
	font-style: normal;
}

/* Hタグ */
h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	text-decoration: center;
	color: #666666;
}

h2, h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* テーブル */
table {
	text-align: center;
}

/* フォーム */
form {
	margin: 0px;
	padding: 0px;
}

/* リンク基本デザイン */
a {
	text-decoration: center;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}

a:hover {
	color: #666666; 
}
.error {
	color: #FF0000;
}

/******************************
* base.css
* ベースのスタイルシート
* 2007/09/12 yamachan
******************************/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	height: auto;
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
#header {

	background-color: ;
	background-image: ;
	background-repeat: no-repeat;
}

#main {
	background-color: ;


	float:  ;
	clear:;
	margin: 0px;
	padding: 0px;
}

#main p {
	text-align: center;
}

#contents_outer {

	background-color: ;
	float: ;
	clear: ;
	text-align: center;
	width: 747px;
}
#contents{
	width: 498px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
}

#footer .foot-menu {
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#footer .copyright {
	width: 747px;
	height: 93px;
	padding-top: 20px;

	background-image:;
	background-position: center top;
	background-repeat: no-repeat;
}

#top-menu {
	clear: both;
	height: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}

#top-menu a {
	margin-right: 15px;
}



/*
ぺーじゃあ
*/
#number {
	width: 550px;
	height: 20px;
}

#wrapper {
	background: #FFFFFF;
}
