@charset "Shift_JIS";

/* 全体構造
 -----------------------------------------------------------*/

body {
	margin: 10px
	padding: 0;
	font-size: small;
	color: #000000;
	background: #ffffff;
}


/* 本文全体
 -----------------------------------------------------------*/

#contentsContainer {
}

/* パンくず
 -----------------------------------------------------------*/

#breadCrumb {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 5px;
	background: #ffffff;
}

#breadCrumb p {
	vertical-align: top;
	color: #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#breadCrumb a {
	vertical-align: top;
	color: #000000;
	text-decoration: none;
}


/* 目次
 -----------------------------------------------------------*/

#menuContainer {
	display: none;
}


/* 本文
 -----------------------------------------------------------*/

#mainContainer {
	margin-top: 5px;
	margin-left: 12px;
	padding-right: 5px;
}


/* ナビゲーションボタン
 -----------------------------------------------------------*/

#navitext {
	display: none;
}

#naviButton1 {
	display: none;
}

#naviButton2 {
	display: none;
}


/* フッター
 -----------------------------------------------------------*/

#footer {
	margin-left: 0px;
	background: #ffffff;
}

#copyright {
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #000000;
}



