/*base*/
#base {
	width: 865px;
	margin: auto;
	height: 100%;
	padding: 0px;
}
#holder {
	width: 865px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0px;
	height: auto;
	padding: 0px;
	float: left;
	background-image: url(../img/bar.gif);
	background-repeat: repeat-y;
}
#main {
	width: 623px;
	float: right;
	margin: 0px;
	padding: 0px 0px 15px;
	height: 100%;
}

#side {
	width: 212px;
	float: left;
	padding: 15px 10px;
	height: 100%;
	margin: 0px;
}

.bottom {
	width: 860px;
	background-color: #CC006A;
	padding: 0px 5px 0px 0px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.5em;
	margin: 0px;
	float: left;
}
/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/pat_20050823001844.gif);
	background-repeat: repeat;
}

html,body {
    height:100%;
} 

/*リンクの基本設定*/
a {
	text-decoration: underline;
	color: #000000;
	margin-bottom: 10px;
}
a:hover {
	color: #CC006A;
}

.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

