/*ヘッダーメニュー*/
.head_menu {
	height: 44px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	background-color: #b08829;
	z-index:2000;position: relative;
}
.head_menu .m_menu {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

.head_menu ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F19758;
}
.head_menu ul .menu_left a {
    border-left:  1px dotted #ffffff;
    border-right: 1px dotted #ffffff;
}
.head_menu ul .menu_left a:hover {
    border-bottom: 1px dotted #ffffff;
}
.head_menu ul .menu_list a {
    border-right: 1px dotted #ffffff;
}
.head_menu ul .menu_right a {
    border-right: 1px dotted #ffffff;
}
.head_menu ul .menu_right a:hover {
    border-bottom: 1px dotted #ffffff;
}

/*ヘッダーメニュー終了*/


/*プルダウンメニュー*/
.head_menu .dropmenu {
	list-style-type: none;
}

.head_menu .dropmenu li {
  float: left;
  text-align: center;
  width: 131px;
  position: relative;
}

.head_menu .dropmenu li a {
/*	position: absolute;*/
	display: block;
	margin: 0;
	padding: 15px 0 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.head_menu .m_menu .dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.head_menu .m_menu .dropmenu li ul li {
	overflow: hidden;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background-color: #fff;
}
.head_menu .m_menu .dropmenu li ul li a {
    width:131px;
    margin-left:-1px;
	padding: 15px 0 14px;
    padding-left:0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #947223;
	color: #FFF;
    border-left:  1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
}
.head_menu .m_menu .dropmenu li:hover > a{
	color: #FFFFFF;
	background-color: #d0b98d;
    border-bottom: 1px dotted #ffffff;
}
.head_menu .m_menu .dropmenu > li:hover > a{
	background-color: #947223;
	border-radius: 0px;
/*    border-bottom: 1px dotted #ffffff;*/
}
.head_menu .m_menu .dropmenu li:hover ul li{
	overflow: visible;
	height: 43px;
/*    border-bottom: 1px dotted #ffffff;*/
}
.head_menu .m_menu .dropmenu li:hover ul li:first-child{
  border-top: 0;
}
.head_menu .m_menu .dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
.head_menu .m_menu .dropmenu li:hover ul li:last-child a{
	border-radius: 0px;
}
input[type="submit"],input[type="reset"]{
    border:1px solid #777;
    padding: 2px 10px;
    padding-top: 2px;
    padding-bottom: 4px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}
input[type="text"]{
    border:1px solid #777;
    padding: 3px 0px;
    color: #333333;
    cursor: auto;
    background: #ffffff;
    border-radius: 3px;
}
