@charset "utf-8";
 @import "../css/style.css";
/********************
 *  title
 ********************/
#link h2 {
	background:transparent url(../img/h2/link.jpg) no-repeat scroll left top;
}
/********************
 *  side_menu
 ********************/
#side_menu h3 {
	background:transparent url(../img/side_menu/link.gif) no-repeat scroll left top;
}
#side_menu li a {
	background:transparent url(../img/icon/triangle_link.gif) no-repeat scroll 7px center;
}
#side_menu li.hear a {
	background-color:#fef1d9;
}
#side_menu li a:hover {
	background-color:#fef1d9;
}
/********************
 *  h3
 ********************/
h3 {
	background:transparent url(../img/h3/link/link.gif) no-repeat scroll left top;
}
/********************
 *  h4
 ********************/
#content div h4 {
	border-left: 5px #eab300 solid;
}
/********************
 *  index
 ********************/
p.h3_text {
	margin: 0 50px 40px 20px;
}
