a {color: #555555; text-decoration: none;}
a:hover {color: #883300; text-decoration: none;}
font {font-size: 12px;}


#C_contentsBox{
	width:790px;
	margin: 0 auto;
	text-align: center;
}
#C_fontset{
	width:760px;
	margin: 0 auto;
	text-align: center;
}
#guide_menu01{
	width:180px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: left;
	padding-top: 10px;
}
.cont_guide_box{
	width: 557px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

<!-- /dol/guide/index.htm -->

.ss_box{
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.ss_lead_box{
	width: 490px;
	background: rgb(253,240,193,1); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left,  rgba(253,240,193,1) 0%, rgba(252,253,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,240,193,1)), color-stop(100%,rgba(252,253,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(253,240,193,1) 0%,rgba(252,253,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(253,240,193,1) 0%,rgba(252,253,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(253,240,193,1) 0%,rgba(252,253,231,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(253,240,193,1) 0%,rgba(252,253,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf0c1', endColorstr='#fcfde7',GradientType=1 ); /* IE6-8 */
	color: #72490f;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
}

.ss_btn_box{ margin-bottom: 15px; }
.ss_btn_box input[type="button"]{height: 20px; background: #714a0f; padding: 0 5px; font-size: 12px; border: solid 1px #fff; color: #fff;}
.ss_btn_box input[type="button"]:hover{background: #cba94f;}
