@charset "UTF-8";

/*menu-col
***********************************************************/
#base #menu-col .menu-box .cate-box#note .cate {
	background-color:#FFF0B2;
}

/*main-col
***********************************************************/
#main-col #pagetitle h2 {
	border-left: 6px solid #ffcc00;
}

/*contents
***********************************************************/
/*entry-unit*/
#contents .entry-unit {
	margin: 5px 0 0;
	padding: 0;
	background:url(../images/note_base_m.gif) repeat-y;
}

#contents .entry-unit .entry-base {
	margin: 0;
	padding: 0;
	background:url(../images/note_base_t.gif) no-repeat;
}

/* exlude MacIE5 \*/
#contents .entry-unit .entry-base {
	width: 100%;
}
/* end MacIE5 */

#contents .entry-unit .entry-bottom {
	margin: 0;
	padding: 0;
	height: 23px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/note_base_b.gif) no-repeat;
}

#contents .entry-unit .entry-inner {
	margin: 0;
	padding: 25px 33px 0 20px;
}

#contents .entry-unit h3 {
	border-bottom: 2px solid #99cc00;
}