body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

#container {
	text-align: left;
	width: 850px;
	margin:0 auto 0 auto;
	padding: 0px;
}

* html #container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -----------------------------------
ベースフォントサイズと色
-----------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}

table,tr,td,ul,ol,li,tbody,p,h1,h2,h3,h4,h5,h6,div{
	font-size: 12px;
	line-height: 150%;
	color: #fff;
}

/* ---------------------------------
リンクカラーの設定
-----------------------------------*/
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
	text-decoration: underline;
}

/* ヘッド
----------------------------------*/
#head	{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

#head h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}

#head h1 a:link {
	color: #fff;
	text-decoration: none;
}
#head h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#head h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ロゴ用
----------------------------------*/
.logo {
	float: left;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.address {
	float: right;
	text-align: right;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

/* 左回り込みクリア */
.floatClear {
	clear: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 1%;
}

/* メニュー用
----------------------------------*/
.menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0px 0px 0px;
	padding: 5px 0px 5px 30px;
}

/* コメント1用
----------------------------------*/
.comment1_top {
	margin:10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
}

.comment1 {
	margin:0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
}

.comment2_top {
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding: 60px 0px 5px 520px;
	line-height: 100%;
}

.comment2 {
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 5px 530px;
	line-height: 120%;
}

.comment3 {
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 5px 582px;
	line-height: 120%;
}