@charset "utf-8";
/* CSS Document */

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h4 span{
	display: none; 
	visibility: hidden;
}
h5 span{
	display: none; 
	visibility: hidden;
}

h2,h3,h4,h5 { display: block; }
h2 {
	background: url(img/h2.jpg) no-repeat;
	width: 580px;
	height: 70px;
	}
h3 {
	width: 300px;
	height: 15px;
	}
h3.sanka { background: url(img/h5_sanka.jpg) no-repeat; }
h3.fujin { background: url(img/h5_fujin.jpg) no-repeat; }
h3.shouni { background: url(img/h5_shouni.jpg) no-repeat; }
h3.josan { background: url(img/h5_josan.jpg) no-repeat; }


/* テーブルの設定　*/
table {
	width:496px;
	background: #CCC;
	color:#000;
	line-height: 135%;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 10px auto auto 0px;
	text-align: left;
	vertical-align: top;
}
table th {
	width: 130px;
	background:#F5F5F5;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: normal;
	border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 1px;
}
table td {
	background:#FFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 1px;
}

.box{
	color: #000;
}

