<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




@import "../../common/css/default.css";


.profile_wrap {
	border:#CCCCCC 1px solid;
	margin:20px 0 40px 0;
	padding:0 14px 0 14px;
	background:#FFF0F5;
}
.box_name {
	background:#FFFFFF;
	margin:14px 0 20px 0;
	padding:0 13px 13px 13px;
	border-bottom:#FF78C3 1px solid;
	border-left:#FF78C3 1px solid;
	border-right:#FF78C3 1px solid;
}
.box_name .bg_line {
	margin:0 -14px 0 -14px;
	zoom:1;
}
.box_name .area_name {
	margin:-14px 0 20px 0;
	position:relative;
	zoom:1;
}
.box_name .area_name a {
	color:#FF0099;
}

.box_name .area_name .img_left {
	float:left;
}
.box_name .area_name .text_right {
	margin:0 0 0 165px;
}
.box_name .area_name .text_right dl {
	margin:0 0 20px 0;
}
.box_name .area_name .text_right dt {
	font-weight:bold;
	font-size:	125%;
	line-height:1.6em;
}
.box_name .area_name .text_right dd {
	font-size:	208.3%;
	font-weight:bold;
	line-height:1em;
}
.box_name .area_name .text_right dd span {
	font-weight:normal;
	font-size:52%;
	line-height:1em;
	display:block;
}
.box_name .area_name .text_right ul {
	margin:5px 0 0 0;
}

.box_name .area_comment {
	background:url(../images/index_bg_comment02.gif) repeat-y left top;
	zoom:1;
}
.box_name .area_comment .wrap {
	background:url(../images/index_bg_comment03.gif) no-repeat left bottom;
	padding:0 0 20px 0;
	zoom:1;
}
.box_name .area_comment .inner {
	background:url(../images/index_bg_comment01.gif) no-repeat left top;
	padding:20px 20px 0 20px;
}
.box_name .area_comment .inner dl {
	width:522px;
	float:left;
}
.box_name .area_comment .inner dt {
	line-height:1em;
	margin:0 0 10px 0;
}
.box_name .area_comment .inner dt img {
	display:block;
}
.box_name .area_comment .inner div {
	margin:0 0 0 538px;
}


.box_profile {
	border:#CCCCCC 1px solid;
	padding:2px 2px 2px 2px;
	background:#FFFFFF;
	margin:10px 0 20px 0;
}
.box_profile .inner {
	border-bottom:#E6E6E6 1px solid;
	border-top:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	background:url(../images/index_bg_profile.gif) repeat-y left top;
	padding:30px 10px 30px 45px;
}
.box_profile .inner dt {
	color:#FF0099;
	font-weight:bold;
}
.box_profile .inner dd {
	margin:0 0 1em 0;
}


.box_koushi {
	border:#CCCCCC 1px solid;
	padding:2px 2px 2px 2px;
	background:#FFFFFF;
	margin:4px 0 20px 0;
}
.box_koushi .inner {
	border:#E6E6E6 1px solid;
	padding:10px 10px 0 10px;
}
.box_koushi .inner ul li {
	margin:0 0 10px 0;
}
.box_koushi .inner ul li div {
	float:left;
}
.box_koushi .inner ul li p {
	float:right;
	width:430px;
}
.box_koushi .inner ul li p span {
	margin:0 0 10px 0;
}



/* Clear Float */
.box_koushi .inner ul li:after,
.box_name .area_comment .inner:after,
.box_name .area_name:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box_koushi .inner ul li,
.box_name .area_comment .inner,
.box_name .area_name {
	zoom: 1;
}
</pre></body></html>