body{
	margin: 0px;
	background-color: #E5E5E5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

#container{
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	background-image: url(../img/common/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#main{
	margin-right: 29px;
	margin-left: 29px;
	width: 900px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

#main2{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 860px;
	height: 43px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#header .left{
	width: 455px;
	height: 43px;
	float: left;
}

#header .right{
	width: 405px;
	height: 24px;
	text-align: right;
	float: right;
	padding-top: 19px;
}

#header_navi{
	width: 860px;
	font-size: 70%;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
	margin-top: 19px;
}

#header_navi a:link {
	color: #666666;
	text-decoration: underline;
	margin-top: 0px;
	}

#header_navi a:visited {
	color: #666666;
	text-decoration: underline;
	}

#header_navi a:hover, a:active {
	color: #00CC00;
	text-decoration: underline;
	}

#footer{
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 65%;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: #666666;
}

/*-------------------------clearerの指定*/ 
.clearer{
	clear: both;
}

