@charset "Shift_JIS";


#wrapper{
  width : 950px;
  margin-left : auto;
  margin-right : auto; 
  height : 1320px;
  background-color : white;
}

table td{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color : #cccc00;
	font-size : 12px;
       letter-spacing : 0em;
  line-height : 1.2pc;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-style : none;
    border-top-color : #999900;
}

table th{
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left : 9px;
    text-align: left;
    background-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #c0c0c0;
    color: #000000;
}

table border{
    color: #000000;
}