@charset "utf-8";
/* CSS Document */

/* Set Base Style
----------------------------------------- */

@import url("default.css"); /* initial setting */
@import "layout.css";/* layout style */
@import "base.css";/* base template style */
@import "link.css";/* link template style */
@import "module.css";/* common module style */
@import "contents.css";/* common module style */


/* Style for MacIE 5.x 
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/#wrapper #container #contents #info #info_r p strong {
	color: #F90;
}
#wrapper #container #contents #info p .nakasu {
	color: #F90;
}
.index #wrapper_top_btm #container #top_left .top_thum .m_t_21 strong {
	color: #F00;
	background-color: #FFF;
	padding-left:3px;
}
.index #wrapper_top_btm #container #top_left .top_thum .m_t_21 a strong {
	color: #FFF;
	background-color: #F00;
	padding:1px 3px;
	margin-left:3px;
}
