@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url(../import.css);


/* CSS Document */

/*--------------- box01 ----------------*/
 .box01 {
margin-top:20px;
margin-left:5px;
margin-right:5px;
}
.box01 p {
/*line-height:160%;*/
}
.box01-left {
float:left;
width:400px;
}

.box01-right {
float:right;
width:220px;
}
 /*--------------- table ----------------*/

table.table-style01 {
width:100%;
border:1px solid #F56B00;
border-collapse:collapse;
line-height:160%;
letter-spacing:0.1em;
}

table.table-style01 td {
padding:5px;
text-align:left;
border-right:1px solid #F56B00;
border-bottom:1px dashed #F56B00;
}

table.table-style01 th {
padding:5px;
background-color:#FFD3B3;
text-align:center;
border-right:1px solid #F56B00;
border-bottom:1px solid #F56B00;
width:120px;
}

/*--------------- box02 ----------------*/

.box02 ul li {
clear:both;
}

.box02 ul li .left {
width:120px;
float:left;
}

.box02 ul li .right {
float:right;
width:330px;
}

/*--------------- box03 ----------------*/

.box03 {
width:450px;
clear:both;
}

.box03 .box03-1 {
width:220px;
float:left;
}

.box03 ul li {
list-style-type:disc;
list-style-position:inside;
}

.box03 .box03-2 {
width:220px;
float:right;
}

.space01 {
margin-left:30px;
}

.space02 {
margin-left:43px;
}



