@charset "utf-8";
/* Landing Page CSS */
* {
	margin: 0px;
	padding: 0px;
	/zoom: 1;
}
body {
	margin: 0px auto;
	text-align: center;
	font-size: 0.85em;
	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,
form,
.footer1 {
	width: 880px;
}
.whole {
	clear: left;
	margin: 0px auto;
	text-align: left;
}
#middle,
#bottoms {
	clear: left;
	width: 100%;
	margin: 0px auto;
	overflow: visible;
}
p {
	line-height: 1.5em;
	margin-bottom: 5px;
}


/* =================== Form ================== */
.lead p {
	text-align: justify;
	line-height: 1.6em;
}
p.note_head {
	margin-bottom: 0.2em;
}
p.note {
	margin-bottom: 0.6em;
}
.lead span {
	margin-left: 3px;
	margin-right: 5px;
	font-size: 16px;
}
p.note_head,
p.note,
p.notice {
	padding-left: 12px;
	text-indent: -12px;
}

/* --------Form Elements-------- */
form {
	margin: 0px auto;
	font-size: 14px;
	text-align: justify;
}
fieldset p,
fieldset ol,
fieldset li {
	margin-bottom: 5px;
}
fieldset {
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 60px;
	border: 1px solid #C1C1C1;
	background: url(../tk_img/list-hi1.jpg) repeat-y -140px top;	
}

/*  ------------Dl-DD List-----------  */
dl {
	clear: left;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #B6B6B6;
}
dt {
 	float: left;
	width: 26%;
	text-align: right;
}
dt span {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
dd {
	margin-left: 28%;
}
dd span,
dd p span {
	font-size: 13px;
	padding-left: 5px;
}
dd p span {
	line-height: 19px;
}
dd a {
	margin-left: 10px;
}

/* --------------Input style-------------- */
input,
select,
textarea,
input[type="text"] {
	font-size: 14px;
	margin: 0px 5px 0px;
	line-height: 19px;
}
input[type="radio"] {
	margin-bottom: 2px;
	vertical-align:middle;
}
textarea,
input[type="text"] {
	padding: 2px 2px 1px;
}
input:focus, 
textarea:focus {
	outline: 1px solid #FF6320;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 10px 20px;
	height: 27px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 24px;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
label {
	margin-left: 0px;
	margin-right: 20px;
}
label.tgh {
	float: left;
	display: block;
	width: 60px;
	text-align: right;
	margin-right: 0px;
}
label.tgr {
	margin-left: 20px;
	margin-right: 0px;
}
/* ---------Submit Bts-------- */
fieldset.btline {
	margin-bottom: 10px;
	text-align: center;
	border-top: 2px dotted #4E94E9;
	border-bottom: 2px solid #4E94E9;
	border-left: none;
	border-right: none;
	background: none;
}
input[type="submit"].next {
	width: 79px;
	color: #fff;
	font-weight: bold;
	background: url(../tk_img/bt01.gif) no-repeat center top;
	border: none;	
}
input[type="submit"].next:hover {
	background: url(../tk_img/bt01on.gif) no-repeat center center;		
}
/* =============== Bottom ================= */
.goup {
	text-align: right;
}
.policy {
	clear: both;
	margin-bottom: 50px;
	line-height: 1.8em;
}
#bottoms {
	clear: both;
	height: 50px;
	margin-top: 40px;
	text-align: center;
	background: url(../tk_img/grad80_b.png) repeat-x left top;
}
.footer1 {
	margin: 0px auto;
	padding-top: 8px;
	color: #5D5D5D;	text-align: center;
}

/* ---------- Color ---------- */
#header {
	background-color: #CCCCCC;
}
.headnavi {
	background-color: #35403F;
}
#bottoms {
	background-color: #D7D7D7;
}
a {
	color: #009BF9;
}
a:hover {
	color: #0166E2;
}
h2 {
	color: #144392;
}
h5 {
	color: #144392;
}
.lead span,
dt span {
	color: #CC3300;
}
p.note_head,
p.note {
	color: #863E39;
}
dd span,
dd p span {
	color: #1852B1;
}


