@charset "utf-8";

/*--sitenamedesignCSS -- yyyy,mm,dd Rel-ish name--*/

@import url("reset.css");
@import url("skin.css");

/*contents:top*/
#contents {
	position: relative;
	margin: 25px auto 55px;
}

/*LEFT*/
.top_left {
	float: left;
	width: 550px;
	margin: 0 20px 0 0;
}

/*RIGHT*/
.top_right {
	position: relative;
	float: left;
	width: 230px;
}


/* =pr */
.pr {
	position: relative;
	float: left;
	width: 550px;
	margin: 3px 0 0;
}


/* =topics */
.topics {
	float: left;
	width: 550px;
	margin: 25px 0 0;
}

.topics h4 {
	height: 32px;
	margin: 0 0 10px;
	background: url(../img/h_topics.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/*BOX*/
.topi_top {
	height: 6px;
	background: url(../img/bg_box_top.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.topi_bottom {
	height: 6px;
	background: url(../img/bg_box_bottom.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.topi {
	padding: 13px 15px;
	background: url(../img/bg_box_in.jpg) repeat-y left top;
}

.topi table {
	width: 100%;
}

.topi tr.even {
	background: #dee7ef;
}

.topi table td {
	padding: 8px 2px;
}

.topi table td a {
	color: #333;
}



