﻿@charset "utf-8";
/* CSS Document */
div#solution_box {
	margin: 0px;
	padding: 0px;
}
/*クロスブラウザの肝・今回の目玉*/
span{
	DISPLAY: block;
}

div#solution_box {
	margin: 0px;
	padding: 0px;
	behavior: url(csshover3.htc);
}
div#solution_box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow:hidden;
}
div#solution_box li {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;

	
}
div#solution_box a{
	display:block;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

/* CSSでプルダウンメニューここから */

/* 下層のメニューを不可視に */
#solution_box li ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
#solution_box li:hover ul {
	display: block;
	position: absolute;
	z-index: 1000;
	float: none;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 460px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
}
#solution_box li ul li {
	float:none;
	z-index:120;
	margin: 0px;
	padding: 0px;
		/* IE */
    filter: alpha(opacity=80);
    /* Safari Opera */
    opacity:0.80;
    /* Firefox Netscape */
    -moz-opacity:0.80;
}
#solution_box li ul li a {
	width:200px;
	float: none;
	margin: 0;
	z-index: 131;
	text-indent: 0px;
	text-decoration: none;
	padding: 0px;
	/* IE */
    filter: alpha(opacity=80);
    /* Safari Opera */
    opacity:0.80;
    /* Firefox Netscape */
    -moz-opacity:0.80;
}
#solution_box li ul li:hover a{
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}	


/* CSSでプルダウンメニューここまで */

.table_plan {
	width: 5em;
}
th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table_color {
	background-color: #F2F2F2;
}
div#sitemap {
	background-image: url(../img/sitemap_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#sitemap li{
	margin-bottom:10px;
	margin-top: 10px;
}
div#solution_menu {
	font-size: 12px;
	line-height: 110%;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	background-image: url(../img/solution_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#solution_menu li {
	margin-left: 1.5em;
}
div#solution_menu ul {
	margin-bottom: 10px;
	list-style-type: square;
}
.trouble_image {
	float: left;
	margin-right: 30px;
	width: 150px;
}
.trouble_image ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
}

