﻿#menu .meyasu a{
	width: 230px;
	height:45px;
	display:block;
	background-color:#f00;
	text-indent:-9999em;
	background: url("../image/botan-meyasu02.gif") no-repeat;
}

#menu .meyasu a:hover{
	width: 230px;
	height:45px;
	display:block;
	background-color:#fc0;
	text-indent:-9999em;
	background: url("../image/botan-meyasu.gif") no-repeat;
}

/* 中身
----------------------------------------------------------------------------------------------*/
#migi h5{
	width: 690px;
	xmargin-top:30px;
	margin-bottom:5px;
	xmargin-left:3px;
	color:#fff;
	padding:8px 0 5px 0;
	font-size:100%;

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff240d', endColorstr = '#ff6905');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff240d', endColorstr = '#ff6905')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ff240d, #ff6905);
background-image: -ms-linear-gradient(top, #ff240d, #ff6905);
background-image: -o-linear-gradient(top, #ff240d, #ff6905);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff240d), to(#ff6905));
background-image: -webkit-linear-gradient(top, #ff240d, #ff6905);
background-image: linear-gradient(top, #ff240d, #ff6905);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#migi h4{
	width: 690px;
	height:140px;
	background-color:#fff;
	display:block;
	text-indent:-9999em;
	background: url("../image/maker.gif") no-repeat;
}

#migi h6{
	width: 690px;
	height:100px;
	background-color:#f00;
	display:block;
	text-indent:-9999em;
	background: url("../image/meyasu.gif") no-repeat;
}



#box .a-box{
	width: 600px;
	font-size:85%;
	margin:10px 0 10px 40px;
	xlist-style-type:none;
}

table{
	width: 670px;
	margin:20px 10px 10px 10px;
	font-size:85%;
	border-collapse: collapse;
	border: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}


th, td{
	padding:5px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}

th{
	background-color:#f39800;
	color:#fff;
}

.head{
	width: 30%;
	background-color:#ffffbd;
}


