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

body {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height:19px;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

hr { border-style:1px dotted; margin-left:40px;}

.container {

	width: 85%;
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden; }
.sidebar1 {
	float: left;
	width: 20%;
	max-width: 180px;
	background: #fff;
	padding-bottom: 10px;
}
.content {
	padding: 20px 0;
	width: 80%;
	float: left;
}

.content dl{ margin-top:15px; margin-left: 40px;}
.content dt{ font-weight: bold; color: #036;}
.content dd{ margin:0 10px;}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #999;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #999; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #fff;
	color: #999;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #1e1e1e;
	color: #FFF;
}

a:link, a:hover, a:active, a:visited { color: #69F;
}

.btn_top {
  text-align: right;
  cursor: pointer;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


address { font-size:10px;}

table.work{
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top:10px;
}
.work th{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    color:#333;
    background-color:#fff;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:5px;
    text-align:center;

}
.work td{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    padding:5px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
}


table.work2{
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top:10px;
}
.work2 th{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    color:#333;
    background-color:#fff;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:5px;

}
.work2 td{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    padding:5px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

table { margin-left:20px; border:none;}
tr{}
td { padding:10px; vertical-align:top;}

.bd1 { border:1px solid #cfcfcf;}
.redB { font-weight:bold; color:#C00;}
.red { color:#C00;}
.btm10 { margin-bottom:10px;}
.lef40 { margin-left:40px;}
.top15 { margin-top:15px;}
.subbtn { margin-left:40px; margin-top:15px; margin-bottom:15px;}

.Table {
  display:table;
  margin-left:40px;
  margin-top:20px;
}
 
.Table div.row{
  display:table-row;
}
 
.Table div.cell{
  display:table-cell;
  border: 1px solid #cfcfcf;
  padding:10px;
  text-align:left;
  vertical-align:top;
  font-size:12px;
}

.Table2 {
  display:table;
  margin-left:40px;
  margin-top:20px;
  margin-bottom:20px;
  width:auto;
}
 
.Table2 div.row{
  display: table-row;
}
 
.Table2 div.cell{
  display:table-cell;
  border: 1px solid #cfcfcf;
  padding:5px;
  text-align:center;
  font-size:12px;
}