@charset "shift_jis";
/* CSS Document */

.Top_LOGO {
	width: 100%;
	clear: left;
	background-color: #FFF;
}

.CommentBoxTop {
	width: 918px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 0 0 5px 5px;


}

.CommentBox {
	width: 1200px;
	/* Firefox*/ 
	background: -moz-linear-gradient(top center, #F9F9F9 0%, #FFF 100%);
	/* Chrom  Safari*/ 
	background: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#FFF));
	/*  */
	background: linear-gradient(top center, #F9F9F9 0%, #FFF 100%);
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chromep */
	-moz-border-radius: 10px;
	border: 1px solid #F2F2F2;
	background-color: #FFF;
}  
.SubComment {
	background-color: #F7F7F7;
	width: 90%;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	margin-top: 22px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}



.Menu_list_Y {
	height: 35px;
	background-image: url(../css/IMG/menuber_bg4.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F0F0F0;
}
.SideMENU {
	width: 150px;
}
.CL_SizeALL {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.TOPLINK {
	float: right;
}
.CLALL_Table {
	background-color: #6C6;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 28px;
	width: 917px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333;
}
h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
h3 {
	font-size: 13.6px;
	font-weight: bold;
}
.PrintsizeTable {
	margin: 0px;
	color: #F60;
}
