@charset "utf-8";

@charset "utf-8";

/* header */
header a{text-decoration:none;}
header a:hover{text-decoration:none;}


/*TCY*/
.font24{font-size:24px;}

/*X^C*/
.strong,.b{font-weight: bold;}

/*F*/
.red{color: #FF0000;}
.navy{color: #000080;}


table {
	width:100%;
	border:1px solid #000000;
	border-collapse:separate;
	border-spacing:3px;
	background-color:#ffffff;
}
th {border-right:1px solid #000000; border-bottom:1px solid #000000; padding: 3px;}
td {border-right:1px solid #000000; border-bottom:1px solid #000000; padding: 1px;}
tr {border-bottom:1px solid #000000; padding: 1px;background-color:#ffffff;}


/*Ԋ|*/
.bwhite {background-color:#ffffff;}
.blavender {background-color:#e6e6fa;}



/*
	Rig݁@FOOTER
*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;
	font-size:12px;
}

#h_footer a{text-decoration:none;}
#h_footer a:hover{text-decoration:none;}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}
