/* CSS Document */
body {
	background-color:#FBFBFB;
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	height:100%;
}

#container {
	text-align: left;
	width: 768px;
	height:583px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー*/
#header {
	width:768px;
	height:50px;

}

/*フッター*/
#footer {
	width: 768px;
	position:absolute;
	top:527px;
}

/*コンテンツ*/
#contents_top {
	width:768px;
	height:49px;
	margin:0px;
}

#contents {
	width:768px;
	height:428px;
	background:url(../images/contents_back.jpg) repeat-x;
}

#contents h2 {
	background:url(../images/midasi.jpg) no-repeat;
	height: 25px;
	width: 195px;
	font-size: 12px;
	color: #333333;
	padding-left:20px;
	padding-top:2px;
}

#contents h3 {
	height:24px;
	margin:0px 0px 5px 0px;
	padding:8px 0px 0px 22px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background-image:url(../images/head015_01.jpg);
}

.moji1 {
	font-size:12px;
	line-height:15px;
}

.table_1{
	width:380px;
	height:160px;
    border-collapse:separate;
	background-color:#F0F0F0;
	border:1px solid #999999;
	margin-top:5px;
}

.table_1 th {
	width:134px;
	height:128px;
}
.table_1 td {
	padding:2px 2px 2px 2px;
	background-color:#F0F0F0;
}

.table_gaiyo {
	width:360px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:separate;
	border-spacing:1px;
	font-size:12px;
}

.table_gaiyo th {
	width:100px;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#CCCCCC;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

.table_gaiyo td {
	padding:4px 2px 2px 4px;
	background-color:#F5F5F5;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

.table_enkaku {
	width:254px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:separate;
	border-spacing:1px;
	font-size:12px;
}

.table_enkaku th {
	width:60px;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#CCCCCC;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

.table_enkaku td {
	padding:4px 2px 2px 4px;
	background-color:#F5F5F5;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

a {
	text-decoration:none;
	color:#900;
}

a:hover {
	color:#999;
}