#mainbox{
	width:660px;
	xtext-align:justify;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	/**background:#fff476;**/
	background:#fefdf4;
	margin:30px auto 30px auto;
	padding:35px 20px 20px 20px;
	
	/* box-shadow */
	box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(170, 170, 170, 0.65) 0px 0px 6px 3px;
	
	/* IE css3 */
	behavior: url("/js/PIE.htc");
	
}


.txstyle1{
	font-size:120%;
	line-height:2;
	letter-spacing:0.1em;
}


.txstyle2{
	font-size:120%;
	line-height:1.5;
	letter-spacing:0.1em;
}



#mainbox h3{
	font-size:110%;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#592404;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
	text-align:justify;
}

#mainbox p{
	font-size:110%;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#333;
}



#mainbox table{
	width:660px;
	text-align:center;
	letter-spacing:0.1em;
	color:#592404;
	background:#fff;
	line-height:2;
	margin:20px auto;
}

#mainbox td{
	height:40px;
	border:1px solid #aaa;
}

.tdtitle{
	background-color:#ffefef;
	width:140px;
	xfont-weight:bold;
	letter-spacing:0.2em;
}


.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.5em 0.5em;
    text-decoration: none;
	font-size:18px;
	font-weight:bold;
    color: #FFF !important;
    background: #774420;/*色*/
    border: solid 1px #633;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}


.square_btn:active {/*押したとき*/
    border: solid 1px #633;
    box-shadow: none;
    text-shadow: none;
}



