@charset "utf-8";

#txtbox li{
	line-height:1.6em;
	font-size:106%;
}

#txtbox h3{
	padding:15px 7px 0 7px !important;
}

/* txthelp
------------------------------------------------------------------------------------- */
.txthelp h4{
	background:#EDEDED;
	padding:7px !important;
	margin:0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:123.1% !important;
	clear:both;
}
.txthelp .pagetop{
	margin:0 7px 20px 7px;
	border:1px solid #666666;
	float:right;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.txthelp .pagetop a{
	display:block;
	padding:5px 8px;
	text-decoration:none;
	color:#333333;
	font-size:100%;
	text-shadow: 1px 1px 1px #FFFFFF;
	background:url(../img_com/bk_topbtn.gif) repeat-x #CFCFCF;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.txthelp .pagetop a:hover{
	background:url(../img_com/bk_topbtn_o.gif) repeat-x #E9E9E9;
}
.txthelp .clear{
	clear:both;
}