@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
}
h2{
}

/* link
------------------------------------------- */
a:link{ color:#737373; text-decoration:none; }
a:hover{ color:#000000; text-decoration:underline; }
a:visited{ color:#737373; text-decoration:none; }

/* common
------------------------------------------- */
.section{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:20px;
}
.section p{
margin-bottom:20px;
}
.list{
	padding:0 0 0 20px;
	}
.list li{
	list-style:decimal;
	}

/* table
------------------------------------------- */
.table01{
width:100%;
border-top:#cdd3c2 solid 1px;
border-left:#cdd3c2 solid 1px;
margin-bottom:10px;
}
.table01 th{
width:30%;
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
background:url(../images/table-bg.gif) repeat;
padding:8px 10px;
}
.table01 td{
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
padding:8px 10px;
}
