﻿@charset "UTF-8";
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*overflow:scroll;*/
}
body {
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	/*position : relative ;*/
}
hr {
	clear: both;
	visibility: hidden;
	display: none;
	height: 0px;
	border: 0px;
}
.k_body {
	background-color: white;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.k_header {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	/*width: 800px;*/
	width: auto;
	height: 34px;
}
.k_header_l {
	text-align: left;
	float: left;
	width: 200px;
}
.k_header_r {
	float: right;
}


.k_kensaku {
	font-size: 90%;
	margin: 4px 20px 0px 0px;
	width: 400px;
	float: right;
	text-align: right;
	display: inline;
}
.k_txtbox {
	width: 80px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.k_button {
	width: 40px;
}
.mail {
	margin: 0px 10px 0px 10px;
}
.k_navi {
	font-size: 80%;
	color: white;
	background-color: #434047;
	width: auto;
	padding: 4px 0px 4px 0px;
	text-align: center;
	font-weight: bold;
}
.navi_visited {
	color: black;
}
.k_image {
	/*width: 800px;*/
	width: auto;
	height: auto;
}
.k_main {
	/*width: 800px;*/
	width: auto;
	text-align: left;

	height: auto:
;
	/*overflow: scroll;*/
}
.k_footer {
	font-size: 73%;
	text-align: right;
	width: 800px;
	margin: 0px auto;
	padding: 6px 0px;
	clear:both;
}
.hidden {
	display: none;
}
.box_kaigyo {
	clear: none;
	text-align: left;
	width: auto;
	height: auto;
}
.hidden_color {
	color: #434047;
}
a {
	color: white;
	text-decoration: none;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: white;
}
a:hover {
	color: white;
}
li {
	list-style-type: none;
}
