/*=== 共通 =================================================================*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size: 13px;
	line-height: 1.0;
	color: #333333;
	background: #ffffff;
	overflow-y:scroll;
}

#spacer {
	height: 0px;
	background-color:#000000;
	margin:0px;
	padding:0px;
	clear:both;
}

#separator_s {
	height: 1px;
	background-color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px;
	clear:both;
}

#separator {
	height: 4px;
	background-color:#000000;
	margin:0px;
	padding:0px;
}

a {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#0099FF;
	text-decoration: underline;
}

/*=== ヘッダー =============================================================*/
#header{
	width: 960px;
	height: 60px;
	position: relative;
	margin:0px;
	padding-top:10px;
}

#header h1#company {
	display: none;
	position: absolute;
}

#header div#logo {
	margin:0px 0px 0px 10px;
	float:left;
}

#header div#topmenu {
	width: 730px;
	height: 60px;
	margin-top :0px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	text-align:right;
	line-height:24px;
}

#header #topmenu a {
	background: url(img/arrow_01.gif) no-repeat 0 0;
	background-position:4px 6px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 10px;
	text-align:left;
	display:inline-block;
}

/*=== ナビゲーション =======================================================*/
#navigation{
	width: 960px;
	height:40px;
	margin:0px;
	padding:0px;
}

#navigation ul{
	width: 880px;
	height:40px;
	margin:0px;
	padding:0px;
}

#navigation li{
	list-style:none;
	background: url(img/menuback.png);
	float: left;
	width: 220px;
	height: 40px;
	position: relative;
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight: bold;
	background-color: #db6c00;
	line-height: 40px;
	text-indent: 10px;
}

#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}

#navigation li a:hover {
	background: url(img/menuback.png);
	background-color: #e7ac73;
}


/*=== コンテンツ ===========================================================*/
#contents{
	width:880px;
	min-height:200px;
	margin :0px  0px 0px 0px;
	padding:10px 0px 10px 0px;
	position:static;
}

#subtitle{
	width:870px;
	height:20px;
	teki
	display: inline-block;
	margin:20px 0px 10px 0px;
	text-indent: 4px;
	font-size:16px;
	border-left  :10px solid #db6c00;
	border-bottom:1px solid #db6c00;
	position:relative;
}

#datatable {
	width: 800px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin:0px 0px 20px 40px;
	position:relative;
	text-align: left;
	table-layout:fixed;
	clear:both;
}

#datatable th {
	width: 110px;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding:10px 20px 10px 20px;
}

#datatable td {
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px 10px 10px 20px;
	line-height: 1.2;
}

#note {
	text-align: left;
	margin :10px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
}

/*=== フッダー =============================================================*/
.fooder{
	width:960;
	height:40px;
	margin:0;
	padding:10px 10px 0px 10px;
	background-image:url(../common/header_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

