@charset "shift_jis";
/* 2段組
---------------------------------------------*/
#primary .section {
    width: 500px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 2px 2px 2px;
}
#primary .section h3 {
 text-align:left;
 font-size: 100%;
 padding-bottom: 3px;
 line-height: 1.7;
 font-family:Microsoft Sans Serif;
 font-weight:200;
 color:#000000;
}

#primary .section h4 {
 text-align:left;
 font-size: 100%;
 padding-bottom: 3px;
 line-height: 1.7;
 font-family:Microsoft Sans Serif;
 font-weight:200;
 color:#000000;
}

/* 本文
---------------------------------------------*/

#primary p.sec1 {
 font-size: 100%;
 color:#000000;
 margin: 0;
 padding-top: 3px;
 padding-bottom: 2px;
 font-weight:500;
}

/* テーブル
---------------------------------------------*/
table{
 width: 600px;
 border: none;
 border-collapse: collapse;
 font-size: 100%;
 margin-left: 0;
 color:#4F4F4F;
 border-style:solid;
 line-height: 1.7;
 border-color:#999999;
 border-width:1px;
}
td,
th {
border: none;
border-top: 1px dotted #999999;
border-right: none;
padding: 3px;
padding-left:10px;
}
td a {
 text-decoration:underline; 1px;
 color:#008080;
}
