@charset "Shift_JIS";

/*==========背景等==========*/

body {
	background-color:#ffffff;
	background-image:url(https://www.kajisyo.jp/img/bg.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;

	color:#222222;
	text-align:left;
	line-height:1.5;
}

/*==========クラス（レイアウト）==========*/

.news {
	width:526px;
	padding:6px;
	text-align:left;
	font-size:90%;
	border-style:solid;
	border-width:1px;
	border-color:#cc9966;
	background-color:#FFF4EA;
}

.ctt{
	width: 35%;
    background: #c00;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #aaa;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}

#tbl{
	
}
#tbl th{
	background-color: #f6f6f6;
	border: solid 1px #ccc;
	padding: 5px;
}
#tbl td{
	border: solid 1px #ccc;
	padding: 5px;
}