@charset "utf-8";
/* CSS Document */

/* 噴出しスタイル
------------------------------------------------------------------ */
/* 噴出し左アイコン
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
div.fukidashiL {
	overflow:hidden;
	margin:0 0 20px 30px;
	font-size:small;
	line-height:1.5;
	position:relative;
}


div.fukidashiL div.icon {
	float:left;
	width:100px;
	text-align:center;
}
div.fukidashiL div.textArea {
	float:left;
	width:390px;
	position:relative;
	margin:10px 0 0 0;
}
div.fukidashiL  div.arrow {
	width:17px;
	height:13px;
	position:absolute;
	top:20px;
	left:0;
}
/*　IE6用　*/
*htmldiv.fukidashiL div.arrow {
	left:-17px;
}

/* 噴出し 右アイコン
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
div.fukidashiR {
	overflow:hidden;
	margin:0 0 20px 30px;
	font-size:small;
	line-height:1.5;
	position:relative;
}

div.fukidashiR div.icon {
	float:right;
	width:100px;
	text-align:center;
}
div.fukidashiR div.textArea {
	float:right;
	width:390px;
	position:relative;
	margin:10px 0 0 0;
	padding-right:17px;
}
div.fukidashiR  div.arrow {
	width:17px;
	height:13px;
	position:absolute;
	top:20px;
	right:0;
}
/*　IE6用　*/
*htmldiv.fukidashiR div.arrow {
	left:-17px;
}

/*角R　黄色
－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.rbox-Y {
width:100%;
background-color:#feefc1;

}
.rbox-Y_textbox {
	margin:0px;
	padding:10px 10px 10px 15px;
	background-color:#feefc1;
	font-size: 12px;
	margin-left:17px;
         line-height:1.5;
}
.rbox-Y_textbox a {
	font-weight: bold;
}
.rtop, .rbottom{
background-color:#ffffff;
margin-left:17px;
}
.rtop span, .rbottom span{
display:block;
height:1px;
overflow:hidden;
background-color:#feefc1;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;}


/* プロフィール表示
------------------------------------------------------------------ */
.user-prof {
	width: 630px;
	margin: 2.5em auto;
	padding: 25px 25px 0 25px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.user-prof p {
	margin: 0 0 2em 0;
}
