@charset "euc-jp";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
}
img { border: 0; }
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover { text-decoration: none; }
p {
	margin: 0;
	paddding: 0;
	line-height: 1;
}
em {
	color: #ff0;
	font-style: normal;
}

/* タイトル（マーキー）
-----------------------------------------------------------------*/
#title {
	overflow: hidden;
	height: 32px;
	margin-bottom: 4px;
	background: url(../imgcp/ad_bg.gif) repeat-x 0 -24px;
}
#title a {
	display: block;
	line-height: 24px;
	height: 24px;
	margin: 4px;
	background: url(../imgcp/ad_bg.gif) repeat-x 0 0;
	color: #ff0;
	font-weight: bold;
}


/* チャットボックス　共通
-----------------------------------------------------------------*/
.peep {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 14px;
	line-height: 14px;
	background: #000;
	font-size: 10px;
	text-align: right;
}
.peep:before {
	content: "";
	position: absolute;
	top: 0;
	right: -13px;
	width: 13px;
	height: 14px;
	background: url(../imgcp/ad_bg.gif) repeat-x 0 -56px;
}
.status {
	position: absolute;
	right: 0;
	bottom: 0;
}
.name span { color: #f90; }


/* チャットボックス　小
-----------------------------------------------------------------*/

.chatbox{
	position: relative;
	float: left;
	width: 134px;
	height: 162px;
	margin: 0 4px 4px;
	text-align: center;
	background: #202020;
}
.chatbox:hover {
	background: #ff0;
}

.chatbox .linkarea {
	z-index: 1;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../imgcp/alpha_bg.gif);
}
.chatbox .linkarea img {
	margin: 2px auto 0;
}

.chatbox .pict {
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 90px;
	margin: 30px auto 3px;
	text-align: center;
}
.chatbox .pict img {
	max-width: 120px;
	max-height: 90px;
}

.chatbox .hitokoto {
	position: relative;
	line-height: 16px;
	height: 16px;
	margin: 0 3px 3px;
	padding: 0 4px;
	background: #990099;
	font-size: 10px;
	text-align: left;
}
.chatbox .hitokoto:after {
	position: absolute;
	top: -6px;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 9px;
	border-color: transparent transparent #990099 transparent;
}
.chatbox .hitokoto p {
	overflow: hidden;
	width: 120px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chatbox .name {
	line-height: 18px;
	height: 18px;
	margin: 0 3px 0;
	background: #000;
	font-size: 10px;
	text-align: center;
}


/* チャットボックス　大
-----------------------------------------------------------------*/

.chatbox_big{
	position: relative;
	float: left;
	width: 178px;
	height: 205px;
	margin: 0 4px 4px;
	text-align: center;
	background: #202020;
}
.chatbox_big:hover {
	background: #ff0;
}

.chatbox_big .linkarea {
	z-index: 1;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../imgcp/alpha_bg.gif);
}
.chatbox_big .linkarea img {
	margin: 2px auto 0;
}

.chatbox_big .pict {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 120px;
	margin: 30px auto 3px;
	text-align: center;
}
.chatbox_big .pict .thumb {
	/*max-width: 160px;
	max-height: 120px;*/
	height: 120px;
}

.chatbox_big .hitokoto {
	position: relative;
	height: 20px;
	margin: 0 3px 3px;
	padding: 3px 4px 5px;
	background: #990099;
	font-size: 10px;
	text-align: left;
}
.chatbox_big .hitokoto:after {
	position: absolute;
	top: -8px;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 9px;
	border-color: transparent transparent #990099 transparent;
}
.chatbox_big .hitokoto p {
	line-height: 1.1;
}
.chatbox_big .name {
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	margin: 0 3px 0;
	background: #000;
	text-align: center;
	letter-spacing: 1px;
}
