body { 
text-align: left;
margin-top: 10px;
margin-bottom: 0;
font-size: 12px;
line-height: 15px;
}   

/* Main tableレイアウト
============================================================================*/

.tab {
width: 580px;
margin: 0 10px;
font-size: 12px;
table-layout: fixed;
}

.tab th {
width: 130px;
padding: 5px 20px;
border-bottom: 1px dashed #cccccc;
border-right: 2px solid #009900;
text-align: right;
font-size: 12px;
}

.tab td {
padding: 5px 20px;
border-bottom: 1px dashed #cccccc;
text-align: left;
font-size: 12px;
}

.tab th.ls {
background: #fff;
color: #333333;
text-align: left;
padding: 5px 20px;
border-right: solid 2px none;
border-bottom: dashed 1px #cccccc;
}

.tab td.ls {
padding: 5px 20px;
border-bottom: none;
}

/* Main Font Size
============================================================================*/

h1 {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size:26px;
color: #191919;
line-height:30px;
font-weight:bold;
margin:0;
}

h2 {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size:16px;
color: #000000;
line-height:18px;
font-weight:normal;
margin:0;
}

h3 {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size:13px;
color: #000000;
line-height:5px;
font-weight:normal;
margin-bottom: 0;
margin-left: 15px;
margin-top: 5px;
}


h4 {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size:12px;
color: #04a;
line-height:15px;
font-weight:normal;
margin-bottom: 0;
margin-left: 30px;
margin-top: 5px;
}


h5 {
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size:12px;
color: #000000;
line-height:14px;
font-weight:normal;
margin-bottom: 0;
margin-left: 10px;
margin-top: 3px;
}




