@charset 'UTF-8';

.outside {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
/*
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";


}
td {
	font-size: 12px;
	color: #3E3E3E;
	line-height: 18px;
}
form {
	margin: 0px;
	padding: 0px;
}
#header input.botan{
	width:60px;
	height:23px;
	padding:0;
	margin: 0px 7px 0px 0px;
	font-size: 12px;
}
#header input.word{
	position:relative;
	width:250px;
	height:20px;
	top:-1px;
	padding:0;
	margin: 0px 7px 0px 0px;
	border: 1px solid #666666;
}
#headerbtm {
	height: 13px;
	font-size: 10px;
	line-height: 13px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding-top: 8px;
}
.font10 {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
}
.kyocho {
	font-weight: bold;
	color: #522311;
}
a {
	color: #357600;
	text-decoration: underline;
}
a:hover {
	color: #f58600;
}

#footer a {
	text-align: center;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #f58600;
}

/* ********************************************* */
/* header */
#header{
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B29D8A;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #008000;
}
#header .bg {
	background-image: url(../images/common/header.jpg);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 5px;
}
#header form {
	margin: 0px;
	padding: 0px;
}
#header .login {
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 15px;
	overflow:hidden;
}
#header .login a:hover {
	background-image: url(../images/common/btn_login-o.gif);
	background-repeat: no-repeat;
}

/* ********************************************* */
/* left */
#left {
	width: 160px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#left table {
	width: 160px;
	margin-bottom: 15px;
}
#left a{
	background-color: #F2EFDA;
	padding-left: 15px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B29D8A;
	color: #522311;
	text-decoration: none;
	display: block;
}
#left a:hover{
	background-color: #D2C6B2;
	text-decoration: none;
}
#left .map{
	width: 160;
	background-color: #F2EFDA;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
