@charset "UTF-8";

/*
css-menu
------------------------
1. h3 text
2. list
------------------------*/

/*
1. h3 textBlue
-------------------------------------*/
h3.txtBlue{
color: #75b5f5;
}

/*
2. list
-------------------------------------*/
.bdr_dot{
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}

/*
3. box(com_003.html Only)
------------------------*/
.mainBlockLeft{
width: 320px;
float: left;
}
.mainBlockRight{
margin-left: 25px;
width: 320px;
float: left;
}
h4.mapTitle{
padding: 5px 0;
border-bottom: 1px solid #ccc;
}
ul.siteMap{
margin-left: 10px;
}
.siteMap li{
padding: 5px 0 5px 21px;
background: url(../images/com_008.gif) no-repeat 0 7px;
border-bottom: 1px dotted #999;
}