@charset "UTF-8";
/***********************-
タイトル :お試し見積
概要：ベーススタイルシート


-***********************/



/* ここからコンテンツ */
section#wrapper{
margin:5px auto; 
width:700px;height:700px;}


.hakochui2{ text-align:left; margin:30px 0 0 80px ; }
ul.toplist{ text-align:center; margin:0px auto ; width:600px;  }
ul.toplist li{ display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
	padding:0px !important;
	margin:10px 10px; 
	text-align:left; vertical-align:middle;
	}
ul.toplist li a:hover { background-position:100% 0;}

a#box1,a#box2,a#box3,a#box4,a#box5,a#box6{ margin:5px; }

ul.toplist li .arrow {padding:0 ;margin:0 0px 0 5px; font-size:90%;}

a#box1{
display:block;
width:130px;
height:130px;
background-image:url(../img/box1.gif);
text-indent:-9999px;
}
a#box2{
display:block;
width:130px;
height:130px;
background-image:url(../img/box2.gif);
text-indent:-9999px;
}
a#box3{
display:block;
width:130px;
height:130px;
background-image:url(../img/box3.gif);
text-indent:-9999px;
}
a#box4{
display:block;
width:130px;
height:130px;
background-image:url(../img/box4.gif);
text-indent:-9999px;
}
a#box5{
display:block;
width:130px;
height:130px;
background-image:url(../img/box5.gif);
text-indent:-9999px;
}
a#box6{
display:block;
width:130px;
height:130px;
background-image:url(../img/box6.gif);
text-indent:-9999px;
}
a:hover{
background-position:right top;
}


 .bubbleInfo { position:relative; width:150px; top:-20px; left:110px; font-size:80%;}
         .bubbleInfo h5{font-weight:bold; margin:0 0 3px;font-size:110%;}
         .bubbleInfo,
         .bubbleInfo * { margin:0; padding:0; }
         .trigger { position:absolute; }
         /* Bubble pop-up */
         .popup { position:absolute; display:none; z-index:0; padding:8px; border-collapse:collapse; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
background-color: rgba(255, 255, 255, 0.8);border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}