@charset "utf-8";
/* Landing Page CSS */
* {
	margin: 0px;
	padding: 0px;
	/zoom: 1;
}
body {
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	font-family: Osaka, "ＭＳ Ｐゴシック", Meiryo, Arial, Verdana, Tahoma, sans-serif;
}
h1,
h2  {
	font-size: 20px;
	line-height: 28px;
}
h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: normal;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
li a,
li a:hover {
	text-decoration: none;
}

/* --------Head-Navi--------- */
#header {
	height: 50px;
	width: 100%;
	margin: 0px auto 50px;
	overflow: visible;
	text-align: center;
	color: #fff;
	background: url(../tk_img/grad80_b.png) repeat-x left bottom;
}
#header h1 {
	line-height: 50px;
}
#header a {
	color: #F7FFC4;
	text-decoration:underline;
}
#header a:hover {
	color: #AAFB3C;
}
.headnavi {
	height: 30px;
	margin-bottom: 20px;
}
.headnavi ul {
	margin: 0px auto;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.headnavi ul li {
	float: left;
	margin-right: 15px;
}
/* =================== Wrapping Layout ================== */
.headnavi ul,
.whole {
	width: 810px;
}
.whole {
	clear: left;
	margin: 0px auto;
	text-align: left;
}
#middle,
#bottoms {
	clear: left;
	width: 100%;
	margin: 0px auto;
	overflow: visible;
}
#bottoms {

}

/* =================== Form ================== */
#middle p {
	text-align: justify;
	margin-bottom: 0.5em;
}
#middle p.note {
	margin-bottom: 0.4px;
}
.lead span {
	margin-left: 3px;
	margin-right: 5px;
	font-size: 16px;
}
p.note,
p.notice {
	padding-left: 12px;
	text-indent: -12px;
}

/* -------FAX Elements-------- */
#middle td p {
	margin-bottom: 0px;
}
h2 {
	padding-left: 15px;
	font-size: 18px;
	border-bottom: 6px solid #01B689;
	background: url(../tk_img/yaji_dg2cy.png) no-repeat left center;
}
.fax {
	width: 100%;
	margin: 0px auto;
	line-height: 1.5em;
}
.faxitem {
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 35px;
	border: 1px solid #616161;
	background: #DAECEF url(../tk_img/list-hi1.jpg) repeat-y -150px top;
}
table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;

	border-top: 1px solid #616161;
	border-left:1px solid #616161;
	border-right:1px solid #616161;
	border-bottom: none;
	border-collapse:collapse
}
tr {
	line-height: 35px;
	border-bottom: 1px solid #616161;
}

th {
	width: 22%;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #616161;
}
th span {
	font-size: 18px;
	margin-right: 3px;
}
th,
td {
	padding: 5px;
	border-bottom: 1px solid #616161;
}
td.sec {
	text-align: right;
	width: 13%;
	border-right: 1px dotted #616161;
}
th.last,
td.last {
	border-bottom: none;
}
td p.checker {
	float: left;
	padding-left: 17px;
	margin-left: 5px;
	margin-right: 20px;
	background: url(../tk_img/checking.gif) no-repeat left center;
}
td p.kome {
	float: right;
	font-size: 13px;
	line-height: 19px;
	margin-top: 8px;
	color: #1852B1;
}
td p.kome_l {
	clear: both;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #1852B1;
}
td p.dome {
	float: left;
	display: block;
	margin-right: 20px;
}

/* --------------Input style-------------- */
input {
	margin-left: 5px;
	margin-right: 5px;
}
input.in_l {
	float: left;
}

input[type="text"] {
	padding: 5px 2px 5px;
}


/* =============== Bottom ================= */
.goup {
	text-align: right;
}
.policy {
	clear: both;
	margin-bottom: 50px;
}
#bottoms {
	height: 50px;
	margin-top: 40px;
	background: url(../tk_img/grad80_b.png) repeat-x left top;
}
.footer1 {
	padding-top: 8px;
	color: #5D5D5D;
}
/* ---------- Color ---------- */
#header {
	background-color: #48F2C8;
}
.headnavi {
	background-color: #35403F;
}
#bottoms {
	background-color: #A4F2D9;
}
th,
td.sec {
	background-color: #CFF3E9;
}
a {
	color: #009BF9;
}
a:hover {
	color: #0166E2;
}
h2 {
	color: #2B3131;
}

.lead span,
th span {
	color: #CC3300;
}
p.note {
	color: #863E39;
}



