@import "common.css";
@import "right_column.css";

/* ----- user edit CSS ----- */
/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/uedit_h2_1.gif) no-repeat;
}

h2.h2_2 {
	background		: URL(../images/page_title/uedit_h2_2.gif) no-repeat;
}

#content_wrapper dl {
	margin			: 20px 0 10px 0;
	padding			: 5px;
	border			: solid 1px #cccccc;
	font-size		: 95%;
}

#content_wrapper dt {
	float			: left;
	width			: 150px;
	font-weight		: bold;
	text-align		: right;
}

#content_wrapper dd {
	margin			: 0 0 5px 150px;
	padding			: 0 0 0 5px;
}

.y {
	width			: 20%;
}

.m {
	width			: 10%;
}

.d {
	width			: 10%;
}

#content_wrapper textarea {
	width			: 98%;
	height			: 160px;
}

.center_posi {
	margin			: 0 0 20px 0;
}
