@charset "utf-8";
/* CSS Document */

.cm_add_box{
	width:100%;
	/*border:3px solid #E6E6E6;*/
	margin:0px auto 10px;
	padding:0px;
	/*background-color: #FAFAFA;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:10px;
	text-align: center;
}
.cm_add_box a{
	color: #7C7C7C;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:10px;
}
.cm_add_box a.last{
	color: #7C7C7C;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:10px;
	border-right-style: none;
	text-decoration: none;
}
.cm_add_box a:hover{
	color: #666;
	text-decoration: underline;
}

.cm_add_box h3.cm_add_comment {
	width:600px;
	height:10px;
	font-size:10px;
	margin:10px auto 2px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: normal;
	color: #666;
	padding: 0px;
	text-align: center;
	background: url(none);
	border-style: none;
}

.cm_add_box #cm_add_List{
	margin:0px;
	padding:0px;
}
.cm_add_box #cm_add_List .cm_add_area {
	margin: 0 0 0 10px;
	padding: 0px;
	text-align: center;
}
.cm_comment{
	font-size:10px;
	margin:2px 0 0 10px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height:100%;
	height:10px;
	padding: 0px;
	display:block;
}

