@charset   "UTF-8";

@import url(all.css);
@import url(/option/copy_community.css);
@import url(main.css);


/* == utterance == */
div.utterance {
	width:480px;
	margin:1em auto 2em auto;
	background-color:#ffffcc;
	padding:5px 2px;
	font-size:0.8em;
}

div.name {
	width:100px;
	float:left;
}

div.name a{
	color:#cc3333;
	text-decoration:none;
	font-weight:bold;
}

div.name a:hover{
	color:#ff5c2d;
	text-decoration:underline;
}

div.name img{
	width:80px;
	height:80px;
	border:1px dotted #cccc00;
	margin:2px 5px;
	display:block;
}

div.message {
	width:340px;
	float:right;
	color:#666666;
	line-height:1.5;
	text-align:left;
}

div.message h2 {
	text-align:center;
	border-bottom:1px dotted #cccccc;
	margin:2px 1.5em;
}

div.utterance_end {
	text-align:left;
	border-top:1px dotted #fe9301;
	padding:2px;
	clear:both;
}

div.utterance_end a{
	color:#6666ff;
}

div.utterance_end a:hover{
	color:#009900;
}

div#main_end {
	text-align:right;
}

div#main_end a{
	font-size:0.8em;
	text-decoration:none;
	color:#999999;
}

div#main_end a:hover {
	text-decoration:underline;
	color:#cc0000;
}

div#top_box{
	border-top:2px solid #ff9966;
	border-bottom:2px solid #ff9966;
	background-color:#fff5c8;
}

