/* body */
html {
	background-color: #EDEDED;
}
body {
	/*background-color: #ECF8FF;*/
	background-color: #EDEDED;
	background-image: url(../images/background2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	min-width: 960px;
	width: auto !important;
	width: 960px;
	width: 100%;
	margin: auto;
	font-size: 13px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul {
}
h1, h2, h3 {
	margin: 0;
}
h1 {
}
h2 {
	/*width: 670px;*/
	width: 732px;
	/*padding-bottom: 3px;*/
	text-indent: 19px;
	padding-left: 0;
	padding-top: 1px;
	margin-top: 5px;
	margin-bottom: 1em;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	/*
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	*/
	/*
	border-bottom-style: solid;
	border-bottom-color: rgb(154, 154, 154);
	border-bottom-width: 2px;
	*/
}
h2.short {
	background-image: url(../images/bg-h2-short.png);
	width: 520px;
}
h3 {
	/*width: 730px;*/
	margin-bottom: 1em;
	padding-top: 8px;
	padding-bottom: 3px;
	/*border-bottom-style: solid;
	border-bottom-color: rgb(96, 122, 182);
	border-bottom-width: 1px;*/
	background-image: url(../images/box2_11.gif);
	background-repeat: no-repeat;
	background-position: left 55%;
	text-indent: 1em;
}
a {
	text-decoration: none;
}
textarea {
	width: 90%;
}
/* superfish用設定 */
.nav iframe {
	display: none !important;
}
ul.nav ul ul{
	margin-top: 1px !important;
	margin-left: 40px !important;
	padding-left: 0;
	padding-right: 0;
}/* コンテナ */
#container {
	position: relative;
	min-height:241px;
	height: auto !important;
	height: 241px;
	
	min-width: 950px;
	width: auto !important;
	width: 950px;
    width: 100%;
	
	margin: auto;
	/*
	padding-top: 21px;
	*/
	padding-bottom: 20px;
}
#container #container-inner {
	background-color: #ffffff;
	width: 950px;
	margin: auto;
}/* ヘッダー */
#header {
}
#header #header-top {
	height: 50px;
}
#header .logo-left {
	width: 280px;
	height: 39px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
#header .logo-center {
	width: 280px;
	height: 200px;
	margin-top: 200px;
	margin-left: 15px;
	float: left;
}
#header .logo-right {
	width: 149px;
	height: 45px;
	margin-top: 0;
	margin-right: 15px;
	float: right;
}
/* ヘッダーナビゲーション */
#haed-navi-band {
	width: 100%;
	height: 58px;
	background-color: rgb(1, 95, 155);
	top: 77px;
	left: 0;
	z-index: 50;
}
#head-navi {
	background-image: url(../images/bt-hd-background.png);
	width: 950px;
	height: 42px;
	margin: auto;
	
	border-top-style: solid;
	border-top-color: rgb(226, 223, 223);;
	border-top-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: rgb(226, 223, 223);
	border-bottom-width: 1px;
	
}
#head-navi ul.nav{
	/*margin: 0 0 0 83px;*/
	margin: 0;
	padding-left: 58px;
}
#head-navi li.links{
	float: left;
	height: 42px;
	list-style: none;
	/*background-color: transparent;*/
}
#head-navi li.links a.main-link {
	display: block;
	background-image: none;
	float: left;
	height: 42px;
}
#head-navi li.links a:hover{
	background-color: #DFE0E1;
	/*background-image: url(http://www.tdfkk.co.jp/images/bt-hd-over-background.png);*/
	/*margin: 13px 15px 0;*/
}
#head-navi li.separator {
	float: left;
	margin-top: 10px;
	height: 25px;
	border-right-style: solid;
	border-right-color: rgb(166, 165, 165);
	border-right-width: 1px;
}
#head-navi ul.nav ul{
	margin-top: 10px;
	width: 170px;
}
#head-navi ul.nav ul li{
	width: 170px;
}
.nav span img {
	float: right;
}/* サイドバー */
#sidebar {
	margin-top: 10px;
	width: 180px;
}
#sidebar ul{
	margin-top: 0;
	margin-bottom: 0;
}
#sidebar #sidebar-top{
	width: 180px;
	/*height: 40px;  */
	height: 0px;
	font-size: 0;
}
#sidebar #sidebar-body{
	width: 180px;
	min-height: 452px;
	height: auto !important;
	height: 452px;
}
#sidebar #sidebar-inner{
/*	position: relative;*/
	float: left;
	/*margin-top: -10px;*/
}
#sidebar #sidebar-bottom{
	width: 180px;
	/*height: 40px;*/
}
#sidebar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
}
#sidebar li {
	list-style: none;
	padding: 0px 0 0px 15px;
}
#sidebar div.bullet {
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 8px;
	height: 9px;
	margin-top: 4px;
	margin-right: 5px;
	font-size: 0px;
}
#sidebar a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* コンテンツ(*/

/* コンテンツ */
#contents {
	position: relative;
	float: left;
	display: inline;
	width: 740px;
	/*margin-top: 104px;*/
	margin-top: 8px;
	margin-left: 18px;
}
#contents #contents-top {
	position: absolute;
	background-image: url(http://www.tdfkk.co.jp/images/background-content-top.png);
	width: 750px;
}

#contents #contents-top {
	/*
	height: 94px;
	top: -94px;
	*/
	font-size: 0;
}
#contents #contents-body {
	background-image: url(http://www.tdfkk.co.jp/images/background-content.png);
	background-repeat: repeat-y;
	/*width: 750px;*/
/*	padding: 0 0;*/

	padding-bottom:20px;
}
#contents #contents-bottom {
	background-image: url(http://www.tdfkk.co.jp/images/background-content-bottom.png);
	height: 19px;
}

#contents #contents-inner {
	position: relative;
	_float: left;
	/*margin-top: -70px;*/
	/*padding: 0 10px 0 13px;*/
	padding: 0 10px 0 0;
}
#contents #contents-inner h1 {
	margin: 0 0 10px 0;
	color: rgb(19, 119, 185);
	width: 750px;
}
#contents #contents-inner .documents{
	margin: 0 0 0 0;
}

/* フッター */
#footer {
	clear: both;
	text-align: center;
	background-color: rgb(89, 88, 88);
	padding: 25px 25px;
	color: #CCCCCC;
	height:40px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
}

/* その他 */
.clear {
	clear: both;
}
.date {
	color: rgb(129, 152, 205);
}
.left {
	float: left;
}
.right {
	float: right;
}
.list-style-none {
	list-style-type: none;
	padding-left: 0;
	margin-left: 4px;
}
td.number {
	text-align: right;
}td.center {
	
	text-align:center;
	
}.noborder{

	border:none;
	margin-left:40px;

}
.noborder td{

	padding:5px;
	padding-left:80px;
	

	vertical-align:top;

	border:noe;

	

}

.return-top {

	margin-top: 1em;

	margin-bottom: 1em;

}


