@charset "utf-8";

/*変更した*/
#Body {
	margin: 0px auto 0px auto;
	/*
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	*/
	padding: 0px 0px 0px 0px;
	width: 770px;
	background-image: url(../images/content-bkg.jpg);
	background-repeat: repeat-y;
}
#Body-Connect {
	padding: 0px 0px 0px 0px;
}

#Outline {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0px 9px 0px 9px;
}

#Container {
	/*
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	*/
	padding: 0px 0px 0px 0px;
	width: 750px;
}

#Main {
	width: 750px;
}

#Left {
	float: left;
	margin: 5px 9px 0px 0px;	/* margin: 0px 10px 0px 0px;	IEだと印刷時にレイアウト幅のバグ？があって正しく印刷プレビューされないので、-1px で対応 */
	padding: 0px 0px 0px 0px;
	width: 190px;
}
/*変更した*/
#Left h2 {
	margin: 0px 0px 5px 2px;
	padding: 3px 0px 2px 5px;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C4947;
}
#Left h2 a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	/*
	background-image: url(../images/sidebar-h2-a.png);
	background-repeat: no-repeat;
	background-position: right;
	*/
}
#Left h2 a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	/*
	background-image: url(../images/sidebar-h2-a.png);
	background-repeat: no-repeat;
	background-position: right;
	*/
}
#Left h2 a:hover {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	/*
	background-image: url(../images/sidebar-h2-hover.png);
	background-repeat: no-repeat;
	background-position: right;
	*/
}

#Right {
	float: right;
	margin: 0px 0px 0px 9px;	/* margin: 0px 0px 0px 10px;	IEだと印刷時にレイアウト幅のバグ？があって正しく印刷プレビューされないので、-1px で対応 */
	padding: 0px 0px 0px 0px;
	width: 190px;
	background-color: #ffffff;
}
#Right h2 {
	margin: 0px 0px 5px 5px;
	border-left: 8px solid #333333;
	padding: 3px 0px 2px 5px;
}
#Right h2 a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
}
#Right h2 a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
}
#Right h2 a:hover {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
}

#Center {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 525px;
}
#Center h2 {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*変更した*/
#Footer {
	margin: 0px;
	width: 730px;
	text-align: right;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#Footer img {
	border: none;
}
