@charset "UTF-8";


/* link */
a {
	color: #990000;
}
a:hover {
	color: #999;
}
#header ul li a:hover {
	color: #990000;
}
#main h2 a:hover {
	color: #990000;
}
#main .left .entry h3 a:hover {
	color: #990000;
}
#main .left .entry_list h3 a:hover {
	color: #990000;
}

/* header */
#header_id p{
	color: #990000;
}

/* main */
#menu {
	border-bottom: 0px solid #c83737;
}

#menu ul li a:hover {
	color: #990000;
	background: url(/skin/default/img/common/main_icon_li_a_red.gif) top left no-repeat;
}

#menu ul li a.focus {
	color: #990000;
	background: url(/skin/default/img/common/main_icon_li_a_red.gif) top left no-repeat;
}

#menu ul li a.focus:hover {
	color: #990000;
	background: url(/skin/default/img/common/main_icon_li_a_red.gif) top left no-repeat;
}

/* sub */
#menu {
	background-color: #fff;
}
#main h2 {
	background-color: #fff;
}
#main .left .entry_list p.thumb img {
	background-color: #ffeeee;
}
#main .left .member_list img.photo {
	background-color: #ffeeee;
}

/* border */
#footer ul {
	border-top: 0px solid #eeaaaa;
}
#menu ul li a {
	border-top: 0px solid #eeaaaa;
	border-right: 0px solid #eeaaaa;
	border-bottom: 0px solid #eeaaaa;
	border-left: 0px solid #eeaaaa;
}
#menu ul li a.left {
	border-left: 0px solid #eeaaaa;
}
#main h2 {
	border: 0px solid #eeaaaa;
}
#main .contents {
	border: 0px solid #eeaaaa;
}
#main .left .entry h3 {
	border-bottom: 0px solid #eeaaaa;
}
#main .left .entry .comments {
	border-top: 0px dotted #eeaaaa;
}
#main .left .entry .comments h3 {
	border-bottom: 0px solid #eeaaaa;
}
#main .left .entry .comments ul li p.link {
	border-bottom: 0px dotted #eeaaaa;
}
#main .left .entry_list p.thumb img {
	border: 0px solid #eeaaaa;
}
#main .left .entry_list .buttons {
	border-top: 0px dotted #eeaaaa;
}
#main .left .member_list img.photo {
	border: 0px solid #eeaaaa;
}


