@charset "utf-8";

@import "../../css/style.css";

/* Contents
--------------------------------------------------*/
.brd {
	border-right: 1px dotted #CCCCCC;
}

.pr20 {
	padding-right: 20px;
}

.img_right {
	float: right;
}

#body {
	background: transparent url(../img/bg_body.gif) no-repeat center -135px;
}


/* 帯画像
--------------------------------------------------*/
#content h2 {
	width: 535px
	height: 90px;
	background: url(../img/index/h2.gif) no-repeat left top;
	padding-bottom:50px;
}

#content h3 {
	height: 27px;
	background: url(../img/frame.jpg) no-repeat left top;
	color:#FFFFFF;
	padding-left:10px;
}

.discussion_list dd {
	margin-left: 10px;
	background:url(../img/arrow.gif) no-repeat left;
	padding:3px 0 3px 12px;
}


.anc {
	clear: left;
}

