@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	}

#ID{
	background-color : #ffffff;
	font-size: 14px;
	line-height : 16px;
	color : #999999;
  font-family: "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight : bold;
}

TD{
	vertical-align: top;
	text-align:left;
  font-weight : normal;
  font-size : 13px;
	line-height: 1.4em;
  font-family : "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
}

p{
	margin: 0px 5px 5px 5px;
	}
img{
	border: 0;
	}



input, textarea{
	font-size: 13px;
}

strong{
	margin: 10px 0px 10px 0px;
	}

ul,ol{
	margin: 1em;

}
li{
	margin: 1em;
}	

/*************************************
*****	枠関俁E
*************************************/

#outer{
	width:780px;
	margin: auto;
	border: 1px #888 solid;
}

#header{
	height:	1px;
	text-align:left;
}

#banner{
	width: 780px;
	height: 160px;
	overflow: hidden;
}

#main{
	margin-top: 1px;
}

#left{
	width: 177px;
}

#canter{

}

#right{
}

#footer{
	background-color: #333;
	height: 24px;
	color: #fff;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
}

#dotted_vr{
	background-image : url(dot_vr.gif);
	width: 1px;
	background-repeat:repeat-y;
}

/*************************************
*****	画像関俁E
*************************************/

img#logo{
	margin: 20px 0px 0px 23px;
}

img.menu{
	margin: 0px 0px 2px 3px;
}

img.midasi{
	margin: 0px 0px 15px 0px;
}

img.sasie{
	margin: 0px 0px 5px 5px;
}

/*************************************
*****	画像関俁E
*************************************/

table.hyou{
	border-collapse: collapse;
	margin: 5px;
}
	
table.hyou th{
	border: 1px #999 solid;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	line-height: 18px;
	background-color: #f8f8f8;
}	
	
table.hyou td{
	border: 1px #999 solid;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	line-height: 18px;
	vertical-align:top;
}	


div.star{
	background-image : url(star.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 16px;
}

div.q{
	padding: 5px 5px 5px 18px;
	background-color: #f0f0f0;
	background-image : url(q.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	}
div.a{
	padding: 5px 5px 5px 18px;
	background-color: #fff;
	background-image : url(a.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	}



table.dump{
	border-collapse: collapse;
	margin: 5px;
}
	
table.dump th{
	border: 1px #999 solid;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	background-color: #f8f8f8;
	white-space: nowrap;
	}	
	
table.dump td{
	border: 1px #999 solid;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	vertical-align:top;
	white-space: nowrap;
}	




