@charset "shift_jis";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container_wrap {
	text-align: center;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#footer {
	margin-top:40px;
	font-size:10px;
	color:#999;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer p {
	margin:0;
	padding:0;
}
.table_001 {
	width:800px;
	margin-bottom:20px;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}		
.text_left {
	text-align:left;
	color: #999;
}
.heading_001 {
	color:#008080;
	font-size:160%;
	font-weight:bold;
}
.tbcol_001 {
	text-align:left;
	background-color:#E6E6E6;
	color: #666;
}
.table_001 td, .table_001 th {
	padding:5px;
}
.table_001 td {
	padding-bottom:10px;
	width:50%;
	line-height:120%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.table_002 {
	width:800px;
	margin-bottom:20px;
}
.table_002 th {
	text-align:left;
	font-weight:normal;
	width:100px;
	padding:5px;
	border: 1px solid #CCC;
}
.table_002 td {
	padding:5px;
	border: 1px solid #CCC;
}
.link_001 {
	font-size:80%;
	margin-bottom:10px;
	
}
.contents_block_001 {
	margin-bottom:20px;
	color:#333;
	font-size:100%;
}
.contents_block_001 p{
	margin-top:8px;
	margin-bottom:10px;
}
.box_001 {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #CCC;
}