
body{
	color: #8c5128;
	font-size:10pt;
	width:800px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
}
/*リンクカラー*/
a{
	color:#e96a69;
}

/*------------------------------------ヘッダー-------------------------------------*/
.menu{
width: 800px;
padding: 50px 20px 0px 0px;
text-align:center;

}


/*ヘッダーメニュー（個数増えたら横％変更*/
.menu_ul{
	background:#e38d9d;
	list-style-type:none;
	display: table;
	table-layout: fixed;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
	font-size:12px;

}
/*リストボタンデザイン*/
.menu_ul li{
	border-right:solid 1px;
	border-right-color:#ffd8db;
	position: relative;
	width: 9.87%;
	float: left;
	margin: 0;
	text-align: center;
}

.menu_ul li a{
	color:#ffffff; /*文字色*/
	text-decoration:none;
	padding: 7px 0px;
	margin: 0;
	display:block; /*均等に*/
	line-height: 1;
	text-decoration: none;
}

/*オンマウス*/
.menu_ul li a:hover{
	color:#ffffff;
	background:#f6adae;	
}

.menu_ul li ul{
 width: 100%;
 list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.menu_ul li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
/*サブメニュー*/
.menu_ul li:hover ul li{
  overflow: visible;
  height: 26px;
  border-bottom: 1px solid #e38d9d;
}
.menu_ul li ul li a{
	color:#e38d9d; /*文字色*/
	text-decoration:none;
	background-color: rgba( 255, 255, 255, 0.75 );/*RGB透明度*/
}
.menu_ul li ul li a:hover{
	color:#f6adae; /*文字色*/
	text-decoration:none;
	background-color: rgba( 255, 255, 255, 0.95 );/*RGB透明度*/
}

.menu_ul li:hover ul li:first-child{
  border-top: 0;
}
.menu_ul li:hover ul li:last-child{
  border-bottom: 0;
}
.menu_ul li:hover ul li:last-child a{
 
}






/*メイン部分*/
.main{
width: 800px;
text-align:center;
}

/*メインエリア 点線ブロック*/
div.top_block {
	text-align:left;
    color: #8c5128;
    background: #ffffff;
    padding: 10px;
    border: 2px dashed rgba(148,97,53,0.5);/*点線の色RGB*/
    border-radius: 6px;/*角丸*/
    -moz-border-radius: 6px;/*角丸Safari・Crome用*/
    -webkit-border-radius: 6px;/*角丸FireFix用*/
    box-shadow: 0 0 0 5px #ffffff, 0 2px 3px 5px rgba(148,97,53,0.5);
    -moz-box-shadow: 0 0 0 5px #ffffff, 0 2px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 0 5px #ffffff, 0 2px 3px 5px rgba(0,0,0,0.5);
}

/*メイン左*/
#hidari{
float:left;
 width:250px;
}
/*メイン右*/
#migi{
width:500px;
	text-align:left;
	float:left;
	margin:7px;
	padding:5px;
 background: #ffffff;

}

/*更新テキストエリア*/
textarea.new_text{
    scrollbar-arrow-color:#999999;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#999999;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#999999;
	color:#999999;
	border-style:none;
	height:100px;
	font-size:8pt;
	text-align:left;
	padding:3px;
}



/*-------------------------------------------------保管用-------------------------------------------------*/

/*中央均等用メニュー(数増えてもOK)*/
/*メニューリスト*/

.hokan_ul{
background:#e38d9d;
	list-style-type:none;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
}
/*リストボタンデザイン*/
.hokan_ul li{
	border-right:solid 1px;
	border-right-color:#ffd8db;
	display: table-cell;
	vertical-align: middle;

}

.hokan_ul li a{
	color:#ffffff; /*文字色*/
	text-decoration:none;
	padding: 6px 0px;
	display:block; /*均等に*/

}

/*オンマウス*/
.hokan_ul li a:hover{
	color:#ffffff;
	background:#f6adae;	
}
