@charset "UTF-8";

/*
css-menu
------------------------
1. imgFloat
2. wrapper
3. bread
4. dotLine
------------------------*/

/*
1. imgFloat
------------------------*/
/* imgRight */
.ImgBoxfRight {
float: right;
font-size: 1em;
text-align: center;
margin-left: 15px;
}

/* imgLeft */
.ImgBoxfLeft {
float: left;
font-size: 1em;
text-align: center;
margin-right: 15px;
}
/* imgCenter */
.ImgBoxCenter {
text-align: center;
font-size: 1em;
margin: 10px auto;
}

/*
2. List
------------------------*/
.list{
padding: 15px 0 10px;
width: 100%;
}

.list li{
padding-left: 21px;
padding-bottom: 5px;
background: url(../images/img_sup_002.gif) no-repeat 0 2px;
}

/*
3. Table
------------------------*/
.table_noBorder {
border:none;
width:100%;
}

.table {
font-size:1.2em;
line-height: 1.6em;
color: #666;
border-top: 1px solid #999;
border-left: 1px solid #999;
width:100%;
}

.table td {
padding: 6px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
vertical-align: middle;
font-weight: normal;
height:36px;
}

.table .td_blue {
background-color:#E0EAFC;
text-align:center;
width:10%;
}

/*
4. dotLine
------------------------*/
.bdr_dot{
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
