@charset "utf-8";
/* CSS Document */

.frame{
	overflow:hidden;
	margin:0 50px 10px 50px;
	padding:0;
}
.frame span{
	display:block;
	margin:0;
	padding:0;
}
.frame .content{
	position:relative;
	box-sizing:border-box;
	width:400px;
	min-height:50px;
	margin:0 10px;
	padding:3px 10px 1px 10px;
	border-radius:6px;
	background-image:url(../../parts/background/ami.gif);
	background-repeat:repeat;
	border:solid #FFCC66;
}
.content:before{
	border:10px solid transparent;
	border-right-color:#FFCC66;
	position:absolute;
	top:18px;
	left:-20px;
	display:block;
	width:0;
	height:0;
	content:"";
}
.r .content:before{
	right:-20px;
	left:auto;
	border-color:transparent;
	border-left-color:#FFCC66;
}
.face-l{
	margin-top:2px;
	float:left;
}
.face-r{
	margin-top:2px;
	float:right;
	position:relative;
}
.topic{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	line-height:1.6em;
}
.frame .content2{
	position:relative;
	box-sizing:border-box;
	width:480px;
	min-height:50px;
	margin:0 10px;
	padding:3px 10px 1px 10px;
	border-radius:6px;
	background-image:url(../../parts/background/ami_gray.gif);
	background-repeat:repeat;
	border:solid #99CCFF;
}
.page{
	margin-top:20px;
}
.page li{
	display:inline-block;
	list-style-type:none;
}
.page li a{
	text-decoration:none;
	padding:2px 8px;
	border:1px solid #633;
}

	