@charset "UTF-8";

/*===== 共通 ==================================================*/
.clearfix {
zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
content:".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearboth {
	clear:both;
}
.clearboth hr {
	display:none;
}


/*== 全体 ========================================*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin: 20px auto 0;
	padding: 0;
}
#contents_box {
/*	clear: both;*/
}

h1 ,
h2 {
	margin: 0px;
}

/*-- h3の指定 --*/
h3 {
/*	color: #FFF;*/
	font-weight: normal;
}
.bg_grd {
	background: url(/imgs/midasi01_bg.gif) no-repeat center;
	color: #369;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-top: 0px;
	padding-left: 0.5em;
}


a {
	color: #003366;
	/*text-decoration: none;*/
}
a:hover {
	color: #900;
}
strong {
	color: #369;
	font-size: x-large;
	font-weight: normal;
}
ul {
	list-style-type: none;
}

.go_top {
	font-size: smaller;
}

/*-- ヘッダ・フッタ ----------------------------*/
#header {}
#header a:hover img {
	filter:alpha(Opacity=70);  /* IE 用 */
	-moz-opacity:0.70;          /* Mozilla 用 */
	-khtml-opacity:0.70;        /* KHTML 用 */
	opacity:0.70;               /* Safari 用 */
}

#footer {
	color: #666;
	text-align: center;
	white-space: nowrap;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #339;
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header li {
	display: inline;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li  {
	display: inline;
	margin: 0 0.5em;
}


/*-- 細々 ----------------------------------------------------*/
.bg_grd em {
	font-size: smaller;
	font-style: normal;
}


/*-- 取扱商品・ショールーム　サブナビ ------------------------*/
#sub_navi {
	width: 100%;
}
#sub_navi th {
	background-color: #7eB37c;
	font-size: small;
	font-weight: normal;
	padding: 0.3em 0.5em;
}
#sub_navi a {
	color: #FFF;
	text-decoration:none;
}

/*-- 先輩の声 -----------------------------------------------*/
#voice {
	clear: both;
	line-height: 1.3em;
}
#voice strong {
	color: #666;
	font-weight: normal;
	font-size: larger;
	line-height: 1.8em;
}
#voice td {
	padding-bottom: 20px;
}

