@charset "utf-8";
#wrap {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-right: 2px;
	padding-left: 2px;
}
#wrap2 {
	background-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

body {
	background-color: #FCFCFC;

}

#wrap #header {
	float: left;
	width: 1020px;
	background-color: #FFF;
}
#wrap #header #header_left {
	float: left;
	width: 358px;
	height: 60px;
	background-color: #FFF;
}
#wrap #header #header_right {
	text-align: right;
	float: right;
	width: 662px;
	height: 75px;
	background-color: #FFF;
}
.font_small {
	font-size: 12px;
}

.text_head_tel {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	letter-spacing: 4px;
	font-family: Verdana, Geneva, sans-serif;
}



#wrap #navi {
	float: left;
	width: 1020px;
	background-color: #FFF;
}
#wrap #main {
	float: left;
	width: 1020px;
	background-color: #FFF;
}
#wrap #footernavi {
	float: left;
	width: 1020px;
	text-align: center;
	background-color: #FFF;
}
#wrap #footer {
	float: left;
	width: 1020px;
	text-align: center;
	background-color: #FFF;
}


/*テーブルここから*/
table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #be1309 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

/*テーブルここまで*/.h2_title_red {
	font-size: 24px;
	font-weight: bolder;
	color: #900;
	letter-spacing: 3em;
	text-decoration: underline;
}
.left_20 {
	padding-left: 20px;
	margin-left: 20px;
}
