@charset "utf-8";

#r_img {
   float: right;
   width: 580px;
   height: 250px;
   background: url(../guide/guide.jpg) no-repeat top;
}
#guide_exp {
   text-align: left;
}
h4,h5,h6 {
   display: none;
   height: 1px;
}
h3 {
   font-weight: bold;
   background: url(../common/page_title_base.gif) no-repeat;
   padding-top: 5px;
   padding-left: 10px;
   margin-top: -5px;
   font-size: 12px;
   height: 30px;
}

table {
   border-top: 1px solid #D9D8D8;
   border-left: 1px solid #D9D8D8;
   font-size: 100%;
   text-align: left;
   width: 100%;
   margin-top: 5px;
   margin-bottom: 20px;
}
th {
	color: #606060;
	padding: 5px;
	border-right: 1px solid #D9D8D8;
	border-bottom: 1px solid #D9D8D8;
	background-color: #F2F2F2;
	text-align: left;
	width: 30%;
}
td {
   border-bottom: 1px solid #D9D8D8;
   border-right: 1px solid #D9D8D8;
   padding: 5px;
   background-color: #FFFFFF;
   text-align: left;
   width: auto;
}
.img {
   margin-right: 10px;
   margin-top: 20px;
}
.p {
   margin-top: 20px;
   font-weight: bold;
}
