body {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Arial,sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	text-align="center"
}
#wrapper_top {
	width: 840px;
	height: 639px;
	text-align: left;
	margin: 0 ;
	padding:0;
	background: url(top_sozai/bcg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #322424;
	border-right: 1px solid #322424;
	border-left: 1px solid #322424;
	border-bottom: 1px solid #322424;
}
#wrapper {
	width: 840px;

	text-align: left;
	margin: 0 ;
	padding:0;
	background: #FFFFFF;
	border-top: 1px solid #322424;
	border-right: 1px solid #322424;
	border-left: 1px solid #322424;
	border-bottom: 1px solid #322424;
}
#header_top {
	width: 840px;
	height: 100px;
	margin:0 0 0 0 ;
}
#header {
	width: 840px;
	height: 250px;
	margin:0 0 0 0 ;
}
#page_head {
	width: 840px;
	height: 200px;
	margin:0 0 0 0 ;
}
#head_menu_top {
	width: 540px;
	height: 26px;
	margin:0 0 0 300px ;
	border-bottom: 1px solid #0066cc;
	background:non;
}
#head_menu {
	width: 840px;
	height: 26px;
	margin:0 0 0 0 ;
	background-color:#FFFFFF;
	border-bottom: 1px solid #070206;
}	
#container {
	float:right;

	width: 620px;
	margin-top: 0px;
}

#pnl_box {
	float: right;

	width: 510px;
	margin-top: 25px;
    margin-right:20px;
	padding: 10px;
	background:none;
	border: none;

}
#pnl_box h1{

	height: 26px;
	padding-left:0px;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.li{list-style-image:  url(.gif);margin:0px 0px 20px 0px;padding:0px 0px 5px 20px;}

#container_2 {
	float:left;
	width: 840px;
	margin-top: 20px;
	padding-right:10px;
}
#contents_box {
	float: left;
	width: 800px;
	font-size:13px;
	margin-left: 20px;
}
#contents_box h1{
	height: 26px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}
#contents_box_photo {
	float: left;
	width: 800px;
	font-size:13px;
	margin-left: 40px;
	font-size:13px;
}
#contents_box_photo table {
	font-size:12px;
}

table.bdr1 {
    border-collapse: collapse;	
}
.brd1 td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: #990033;
   border-style: solid;
   padding: 0.3em;
   font-size:14px;  
}
table.brd1 th {
	color: #990066;
	font-size: 14px;
	font-weight: normal;
	
}
#contents_box table h2 {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
#contents_box table h3 {
	font-size: 12px;
	color: #990033;
	font-weight: normal;
}


#footer_top {
	clear: both;
	width: 840px;
	height: 50px;

	background:none;
}
#footer {
	clear: both;
	width: 840px;
	height: 70px;
	padding-top:20px;
}

<!---borderが横線のみのスタイル---！>

table.bdr1 {
    border-collapse: collapse;	
}
.brd1 td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: #990033;
   border-style: solid;
   padding: 0.3em;
   font-size:12px;  
}
.brd1 td {
   padding: 0.3em;
   font-size:13px;  
}
	
<!---borderなしのスタイル---！>
table.bdr0 { 
	border: none;
} 
.bdr0 th { 
	border: none;
}
.bdr0 td { 
	border: none;
	font-size:12px;
}
.bdr0 tr { 
	border: none;
	font-size:12px;
}

table {
    border-collapse: collapse;
}
<!---ここまでテーブルのスタイル---！>	