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

#menu .qa a:hover{
	width: 230px;
	height:45px;
	display:block;
	background-color:#fc0;
	text-indent:-9999em;
	background: url("../image/botan-qa.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--*/
}


table{
	width: 670px;
	margin:0 10px;
	overflow: hidden;
	margin-bottom:50px;
}

table .head{
	width:8%;
	font-size:150%;
	color:#1d2088;
	xbackground-color:#fcc;
	font-weight:bold;
	text-align:center;
}

table .head2{
	width:8%;
	font-size:150%;
	color:#f00;
	margin-bottom:10px;
	border-bottom: dotted 1px #d3d3d3;
	font-weight:bold;
	text-align:center;
}

table .body{
	xwidth:8%;
	font-size:90%;
	padding:15px 0 10px 0;
	text-align:left;
	
}

table .body2{
	xwidth:8%;
	font-size:90%;
	padding:10px 0 15px 0;
	xmargin-bottom:10px;
	text-align:left;
	border-bottom: dotted 1px #d3d3d3;
	vertical-align: middle;
}

#phbox{
	width: 400px;
	margin-left:15px;
	margin-top:15px;
	overflow: hidden;
}

#phbox img{
	width: 180px;
	height:130px;
	margin-left:5px;
	margin-bottom:5px;
	background-color:#d3d3d3;
	float:left;
}

