@charset "utf-8";

@import url("../packages/default/css/import.css");

.textRed{color: #F00;}
.textBlue{color: #03F;}
.underlineRed{border-bottom: 1pt solid #F00;}
.underlineBlue{border-bottom: 1pt solid #03F;}

#footerGuide{
width: 760px;
padding: 10px;
margin: 0px auto;
background-color: #FFF;
}

#footerLeft{
width: 375px;
padding-right: 5px;
padding-bottom: 10px;
float: left;
}

#footerLeft hr,#footerRight hr{
margin-top: 10px;
}

#footerRight{
width: 375px;
padding-left: 5px;
padding-bottom: 10px;
float: left;
}

ul.footerList li{
margin-top: 10px;
color: #F00;
}

ul.footerList li:before{
content: "【";
}

ul.footerList li:after{
content: "】";
}

#fotter{clear: both;}
