﻿@charset "utf-8";

a {

  color: #666666;

  text-decoration: underline;

}

a:hover {

  color: #ff3a3a;

  text-decoration: none;

}

#header {

  background-color: #f4f4e6;

}

#menu li {

  background-color: #ff3a3a;

}

.title {

  background-color: #ff3a3a;

}

.other_title {

  border-bottom: 1px dashed #ff3a3a;

  border-top: 3px solid #ff3a3a;

}

.read_more, .read_more a:hover {

  background-color: #ff3a3a;

}

#divTilSpecial {

  background-color: #ff3a3a;

}

.tit_spacial {

  border-top: 2px dotted #ff3a3a;

}

#left_box .sidetitle, #right_box .sidetitle {

  background: url("../../../images/html/sp/bg_side_title.gif") no-repeat scroll 0 0 #ff3a3a;

}

