/* CSS Document */

body{
	font-size:13px;
	margin:0;
	padding:0;
	height:100%;
	background-color:#ebebeb;
}

p,pre,li,dt,dd,th,td,label,textarea,h1,h2,h3,h4,h5,h6{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
	text-align:left;
	word-break:break-all;
}

input[type="text"]{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
	text-align:left;
}

p,pre,li,dt,dd,th,td,label,h4,h5,h6{ line-height:18pt; 
}

h1,h2,h3,h4,h5,h6,th,dt{ font-weight:bold; }

h4,h5{ font-size:10pt; }

p,pre,h5,h6,table{ margin:12px auto; text-align:left;
}

form{ margin:0; }

a,label{
	color:#4f5f83;
	cursor:pointer;
	text-decoration:none;
}

a:hover,label:hover{
	color:#86aee9;
}

img{ border:none; }

table{
	width:100%;
	border-collapse: collapse;
	border-spacing:0px;
border: 2px #dcdcdc solid;
}

td{
	padding:6px;
	background:none;
	border: 2px #dcdcdc solid;
		font-size:12px;
}

th{
	text-align:center;
	background-color:#f5f5f5;
	border: 2px #dcdcdc solid;
		font-size:12px;
}

th span{
	color:red;
	font-weight:normal;
	margin-left:2px;
}

table ul{ margin:0 0 0 15px; }

ul{ margin:10px 0 10px 25px; padding:0; }

ol{ margin:10px 0 10px 30px; padding:0; }

dl{ margin:10px auto; }

dd{ margin:10px auto 10px 20px; }

textarea{ width:95%; }


.clear{ clear:both; }


#wrapper{
	margin:0px auto;
	width:1040px;
	background-color:#ffffff;
}

#head,#headmenu,#body,#foot{
	margin:0 auto;
	width:1000px;
}

h1{
	margin:0;
	font-size:9pt;
	height:30px;
	line-height:30px;
	font-weight:normal;
}

#logo{
	margin:0;
}

#logo a{
	display:block;
	height:60px;
	width:494px;
	border:dotted 1px #f0f0f0;
	text-align:center;
	line-height:60px;
}

#logo a:hover{
	background-color:#f9f9f9;
}

#headmenu{
	margin-top:20px;
	
}

#headmenu *{
	height:30px;
	line-height:30px;
}

#headmenu ul{
	list-style:none;
	margin:0;
}

#headmenu li{
	float:left;
	background-color:#f9f9f9;
}

#headmenu a,#headmenu span{
	display:block;
	margin:1px;
	width:109px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#cccccc;
}

#headmenu a:hover,#headmenu span{
	background-color:transparent;
}

#body{
	margin:20px auto;
	height:100%;
}

#left{
	width:1px;
	float:left;
}

#right{
padding:29px 0 0 0;
	width:999px;
	float:right;
	
}

h2,h3{
	border-bottom:solid 1px #d6dbdf;
	text-indent:10px;
}

h2{
	height:36px;
	line-height:36px;
	font-size:12pt;
	margin:0 auto 20px;
}

h3{
	height:36px;
	line-height:36px;
	font-size:12pt;
	margin:20px auto;
	text-align:left;
}

#footmenu{
	text-align:center;
	position:absolute;
	bottom: 0px;
}

#footmenu a, #footmenu span{
	margin:0 20px;
}

#copy{
	text-align:right;

	
}









.table1 table {
width: 450px;
border: 2px #dcdcdc solid;

}

.table1 td {
border: 2px #dcdcdc solid;
background-color: ＃000000;
padding: 2px 4px;
text-align: left;

}

.table1 th {
border: 2px #dcdcdc solid;
background-color: #f5f5f5;
padding: 2px 4px;
}








#box{
height:100%;　 /* IE対策のため指定*/
min-height:100%; /* 最小値100%指定*/
}

body > #box{
height:auto;　/* height:100%を解除 */
}






#mds{
  border: 1px solid #cfcfcf; /* 4辺のボーダーを、1px幅の実線、線色#CC3366に */
  border-left: 10px solid #cfcfcf;
}


#hb{
padding:0 30px 0 30px;

}