/* 共通 */
body{
	margin:0px;
	padding:0px;
	text-align: center;
	background:url("img/body-back.gif") no-repeat top center;
}

#layout{
	width:800px;
	color:#000000;
	margin-left: auto;
	margin-right:auto;
	background-color: #ffffff;
}

#layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

/*\*/
* html #layout {
    height: 1em;
    overflow: visible;
}

.skip{
	position: absolute;
	top: -100em;
}

h1{
	margin:10px 0 0 0;
    font-size:0.8em;
	color: #000000;
	text-align:left;
}

h2{
	font-size:1.2em;
	background:url("img/h2-back.gif") no-repeat left center;
	padding:10px 20px;
	
	
/* 	border-left:solid 5px #876F4E;
	border-bottom:solid 1px #876F4E;
	margin-bottom:20px;
	padding:6px;
 */}
h3{
	font-size:1.1em;
	background-color:#F1EDE7;
	padding:5px 10px;
	font-weight:normal;
}

h4{
}

h5{
}


img{
	border:0;
}

p{
	margin:0px;
	padding:0px;
}

.con-text{
	line-height: 1.5em;
	text-align:justify;
}

.con-text-in{
	line-height: 1.5em;
	text-align:justify;
	text-indent:1em;
}

.con-text-ul{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #cccccc;
	line-height: 1.5em;
}

.con-gray{
	background-color:#F2F2F2;
	padding:10px;
	color:#C54723;
	margin:20px;
	font-size: 1.1em;
}

small{
	font-size:small;
}

ul{
	margin:0 0 0 1em;
	padding:0px;
}

li{
	margin:10px 1em;
	padding:0 0 0 20px;
	list-style:none;
	background:url(img/li.jpg) no-repeat left 50%;
	
}

/* ヘッダー（header.html） */
/* タイトルロゴ */

#top-logo　table{	
	width: 800px;
	border: 0;
	margin:0;
	padding:0;
}
#top-logo img{
border:0;
margin:0;
}

/* 上部　住所*/

#address{
	padding-top: 30px;
	padding-right:15px;
	line-height:1em;
}

#address p{
	text-align:right;
	color: #000000;
	font-size:0.8em;
}

/* メニュー */
.menu{
	font-size:1em;
	margin-left:5px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:20px;
	height:2em;
	position:relative;
}

#menu1 {
	position:absolute;
	left:1px;
	top:0;
}

#menu2 {
	position:absolute;
	left:114px;
	top:0;
}

#menu3 {
	position: absolute;
	left: 227px;
	top:0;
}

#menu4 {
	position: absolute;
	left: 340px;
	top:0;
}

#menu5 {
	position: absolute;
	left:453px;
	top:0;
}

#menu6 {
	position: absolute;
	left: 566px;
	top:0;
}

#menu7 {
	position: absolute;
	left: 679px;
	top:0;
}


.menu a {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	width: 110px;
	display:block;
	line-height:2em;
}

.menuhead {
	border-top:solid 5px #2569f2;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}


a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* メニューここまで */



/* ヘッダーここまで */

/* 共通レイアウト */
#main{
	margin:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	line-height:1.2em;
}

.image-r{
	float:right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
}

#path{
	margin-bottom:10px;
	font-size: small;
}

.text-r{
	text-align:right;
	font-size: small;
}

.text-c{
	text-align:center;
}

/* dummy */
.clear{
	clear:both;
}


/* サブページのスタイルここから */
/* レイアウトテーブル */
.form-t{
	line-height: 1.2em;
	margin-bottom:10px;
}

.form-t table{
	margin-left: auto;
	margin-right:auto;
	border-collapse: separate;
	empty-cells:show;
}

.form-t th{
	padding:10px;
	background-color:#F3ECDA;
	font-size: small;
	width:180px;
	text-align: left;
}

.form-t td{
	font-size: small;
	padding:5px;
	border:solid 1px #CFB46B;
	width:500px;
}

.form-t small{
	color:red;
	font-size: small;
}

/* 田舎暮らしレイアウトテーブル */
.inaka-lay{
	margin-top:10px;
	text-align:left;
	font-size:0.9em;
	border: 1px #C3C3C3 solid; 
}
.inaka-lay table{
	width:700px;
}

.inaka-lay th{
	width:260px;
	padding:5px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}	
.inaka-lay td{
	width:420px;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.inaka-lay img{
	vertical-align:middle;
	border:0;
}	
/* サブページのスタイルここまで */




/* フッター */
.footer{
	border-top:solid 1px #E8EFE3;
	font-size:small;
	padding:5px;
}
	
/* コピーライト */

.copyright{
	color:#666666;
	text-align: center;
	padding:20px;
}

.admin{
	text-align:right;
	font-size:x-small;
}


/* Office SATOK */