@charset "Shift_JIS";
/* CSS Document */

#container #contents #box{
	padding: 35px 35px 0 35px;
/*	height: 450px;*/
	width: 780px;
	margin: 0;
}
/*title*/
#contents #box h2{
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 200px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	overflow: hidden;
	text-align: left;
}


/*第二階層メニュー*/
#contents #box .tabmenu{
	margin: 0 0 15px 0;
	text-align: right;
}

/*table*/
#contents #box table{
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
}
#contents #box th{
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	text-align: left;
}
#contents #box .list1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#contents #box .list2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	background-color: #f4f4f4;
}

