@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: 850px;
	background-color: #ffffff;
}
#Body-Connect {
	padding: 0px 0px 0px 0px;
}

#Outline {
	/*
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 9px 0px 9px;
	*/
}

#Container {
	/*
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	*/
	padding: 0px 0px 0px 0px;
	width: 850px;
	background-color: #ffffff;
}

#Main {
	width: 850px;
	background-color: #ffffff;
}

#Left {
	float: left;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #eeeeee;
	padding: 0px 0px 0px 0px;
	width: 169px;	/* IEだと印刷時にレイアウト幅のバグ？があって正しく印刷プレビューされないので、-1px で対応 */
	background-color: #ffffff;
}
#Left h2 {
	margin: 0px 0px 5px 0px;
	/* border-left: 8px solid #333333; */
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px 5px 5px;
	background-color: #689abe;
	color: #000000;
	text-align: center;
}
#Left h2 a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-color: #689abe;
	color: #eeeeee;
}
#Left h2 a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-color: #689abe;
	color: #eeeeee;
}
#Left h2 a:hover {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-color: #689abe;
	color: #ffffff;
}
#Left h3 {
	margin: 0px 0px 0px 0px;
	/* border-left: 8px solid #333333; */
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px 8px 5px;
	background-color: #ffffff;
	color: #666666;
	text-align: right;
}
#Left h3 a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-image: url(../images/sidebar-h2-a.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
}
#Left h3 a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-image: url(../images/sidebar-h2-a.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
}
#Left h3 a:hover {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	padding: 0px 0px 0px 0px;
	background-image: url(../images/sidebar-h2-hover.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #333333;
}

#Left h3#Current {
}
#Left h3#Current a:link {
	background-image: url(../images/sidebar-h2-active.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
}
#Left h3#Current a:visited {
	background-image: url(../images/sidebar-h2-active.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
}
#Left h3#Current a:hover {
	background-image: url(../images/sidebar-h2-active.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #333333;
}

#Right {
	float: right;
	margin: 0px 0px 0px 9px;	/* margin: 0px 0px 0px 10px;	IEだと印刷時にレイアウト幅のバグ？があって正しく印刷プレビューされないので、-1px で対応 */
	padding: 0px 0px 0px 0px;
	width: 170px;
	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 30px;
	padding: 0px 0px 0px 0px;
	width: 620px;
	background-color: #ffffff;
}
#Center a {
	text-decoration: underline;
}
#Center h2 {
}
#Center h3 a:link {
	text-decoration: none;
}
#Center h3 a:visited {
	text-decoration: none;
}
#Center h3 a:hover {
	text-decoration: none;
}

#Center p {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

#Center-Left {
	float: left;
	margin: 30px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
}

#Center-Right {
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
}

#Footer {
	margin: 0px 15px 0px 170px;
	padding: 0px 0px 5px 0px;
	/*width: 840px;*/
	background-color: #ffffff;
	text-align: right;
	color: #000000;
}
#Footer img {
	border: none;
}
#Footer-Box {
	width: 850px;
	height: 25px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
