@charset "shift_jis";

#container {
	margin:0 auto;
}
#main {
	width:640px;
	margin:0 auto;
}
/* テナント.biz用に追加変更部分　ここから*/
body {
	font-size:80.5%;
	line-height:1.5;
	color:#5B5B5B;
}

img,
fieldset {
	border:0;
}

#wrapper {
	background: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
	 

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
/*Hides from IE5-mac\*/
*html#wrapper {height:1%}
/*End hide from IE5-mac*/

body {
	background: #EFEFEF url(../image/bg.jpg) repeat-y center;
	text-align: right;
	margin: 0px;
}

/* フォーム部分　*/

#contents .error {
	margin-bottom:10px;
	color:#FF0000;
}
.kome {
	color:#FF0000;
}

#contents form table {
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}

#contents form table th,
#contents form table td {
	padding:5px;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}
#contents form table table {
	border-top:0;
	border-right:0;
}
#contents form table table th,
#contents form table table td {
	padding:0;
	border-bottom:0;
	border-left:0;
}
#contents .note {
	margin-top:20px;
	margin-bottom:10px;
}

/* ヘッダー　*/
div#header {
	background: url(../image/topimage.jpg);
	margin: 0px;
	height: 95px;
	width: 765px;
	padding-top: 15px;
	padding-left: 35px;
}

div#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
/* ナビゲーション */
div#navi {
	background: url(../image/navigation_bg.jpg) repeat-x;
	text-align: right;
	height: 35px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
/* フッター　*/
div#footer {
	float: left;
	width: 780px;
	background: #FFFFFF url(../image/foot_bg.jpg);
	padding: 10px 10px 5px;
	text-align: center;
	color: #FFFFFF;
}
#footer h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}
div#footer li {
	display: inline;
	margin: 0px 2px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0px 5px;
}
div#footer p {
	color: #FFFFFF;
}

/* テナント.biz用に追加変更部分　ここまで*/
#contents form table th {
	white-space:nowrap;
	background-color:#F3F3F3;
}
#contents form table th,
#contents form table td {
	padding:10px;
}
#contents {
	width:800px;
	margin:10px auto;
}
#main {
	width:760px;
	margin:10px auto;
}
#contents h2,
#contents h3 {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:none;
}
#contents h3 {
	margin-bottom:10px;
}
#contents .btn {
	margin-bottom:10px;
	padding:16px 0 20px;
	background-color: #FCFAEB;
	text-align:center;
}


