/*start of clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* end of clearfix */


#inner_page_content .border_bottom {
	border-bottom: 1px solid #dcdfd6;
}

#inner_page_content h2 {
	font-size: 40px;
	height: 44px;	
	color: #f00;
	line-height: 1.0em;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}

#inner_right_col {
	color: #3c3b30;
	background: none;
	padding: 16px 20px;
}

#inner_right_col h2 {
	font-size: 25px;
	height: 28px;
	margin: 0 0 4px;
	padding: 0;
	color: #f00;
	line-height: 1.0em;
}

#inner_right_col ul {
	list-style-type: none;
	margin-bottom: 32px;
}

#inner_right_col ul li {
	font-weight: bold;
	font-size: 1.1666em;
	font-face: arial;
	margin-bottom: 4px;
}

#inner_right_col ul li a {
	color: #3c3b30;
	text-decoration: none;
}

#inner_right_col ul li a:hover {
	text-decoration: underline;
}

p.success, p.success a {
	color: #11b700;
}

p.error, p.error a {
	color: #b70f00;
}

div.title {
	border: 1px solid #000;
	padding: 3px;
}

#memlist {
	position: relative;
	left: -26px;
	width: 100%;
	border-spacing: 4px;
}

td.checkbox {
	width: 26px;
	text-align: center;
	vertical-align: top;
	padding: 2px 0 0 0;
}

td.list1, td.list2 {
	margin-bottom: 8px;
	width: 448px;
}

td.list1 a, td.list2 a {
	color: #000;
}


td.list1 {
	background: #D6DECF;
}

td.list2 {
	background: #F0F6E9;
}


.profile_form {
	margin-bottom: 14px;
}

.profile_form fieldset {
	border: 1px solid #dcdfd6;
	padding: 4px 6px;
}

.profile_form fieldset legend {
	font-weight: bold;
	color: #000;
	margin-left: 6px;
}

.profile_form label.f90 {
	width: 90px;
	color: #000;
}

.profile_form label.f120 {
	width: 120px;
	color: #000;
}

.profile_form label.ffull {
	width: 100%;
	color: #000;
}

.profile_form .fieldbox {
	margin-top: 6px;
}

.profile_form .fieldbox.first {
	margin-top: 0px;
}