@charset   "Shift_JIS";
/* CSS Document */

/* -----------------------------------------------------------------メインテキスト記述部分 */

body {
	color: #000;
	font-size : 90%;
	font-family: '';
	}
a {
	color: blue;
	font-size : 90%;
	font-family: '';
	text-decoration: underline;
	}
a:hover {
	color: red;
	text-decoration: underline;
	}

/* -----------------------------------------------------------------レイアウト記述部分 */

body {
	margin: 0;
	text-align: left;
	background-image: url(image/kage.png);
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position:800px 0;
	}
img {
	border: 0;
	}
table {
	border-collapse: collapse;
	border: 0;	
	border-spacing: 0;
	}
th, tr, td {
	padding: 0;
	}

	
/* -----------------------------------------------------------------ヘッダー記述部分 */

#header {
	width: 800px;
	height: 132px;
	background-color:white;
	}
#h_td1 {
	width: 300px;
	}
#h_td2 {
	width: 500px;
	vertical-align: top;
	}
div#title {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 85px;
	}


/* -----------------------------------------------------------------コンテナ記述部分 */

#container {
	width: 800px;
	}
#sub_menu {
	background-color: #c4c4ff;
	height: 20px;
	vertical-align: bottom;
	text-align: left;
	font-size: 90%;
	}
#menu {
	width: 150px;
	background-color: #c4c4ff;
	vertical-align: top;
	}
#contents {
	width: 650px;
	height: 400px;
	vertical-align: top;
	text-align: center;
	background-color: white;
	padding-bottom: 40px;
	}
#contents table {
	width: 100%;
	background-color: white;
	}
#contents table td {
	vertical-align: top;
	text-align: left;
	}
#subtitle {
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	}
#subtitle2 {
	font-size: 90%;
	padding-left: 20px;
	}
#substance {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
	background-color: white;
	}
.bukatsu {
	border: 1px;
	cellspacing: 0;
	bordercolor: #000000;
	}
	

/* -----------------------------------------------------------------フッター記述部分 */

#footer {
	height: 18px;
	background-color: #66f;
	}
#footer td {
	vertical-align: top;
	}
	
	
