<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==============================*/
/* file name : pc_4probe_ja.css */
/*==============================*/
* {margin:0px; padding:0px;}
body {
	height:1980px;
	background-image:url("images_ja/simple_7.png");
}
/*==============================*/
/* at the center of the display */
/*==============================*/
#pagebody {
	position:absolute; left:0px; top:0px; right:0px; bottom:0px;
	margin:auto;
	width:980px;
}
/* ======= (1) ====== */
/*        menu        */
/* ================== */
#menu {
	margin:auto;
	position:absolute; left:2px; top:5px;
}
#menu li {
	list-style-type:none;
	float:left;
}
ul#menu li a {
	background-image: url("images/frame6.png");
	box-shadow: 0 3px 0 #008080;
	display:block;
	width:190px; height:40px;
	margin:2px 1px 3px 1px;
	text-align:center;
	border-radius:10px;
}
ul#menu li a:hover {
	background-image: url("images/frame4.png");
}
/* ============= (2) =============== */
/*             heading               */
/* ================================= */
#heading {
	position:absolute; left:393.5px; top:200px;
}
img.toptitle {width: 298px; height: auto; }
/* ====================== (3) ======================== */
/*                       fig.1                         */
/* =================================================== */
#figure_1 { position:absolute; left:5.5px; top:300px; }
img.fig_1 { width:480px; }
/* ====================== (4) ========================= */
/*                       fig.2                          */
/* ==================================================== */
#figure_2 { position:absolute; left:485px; top:300px; }
img.fig_2 { width:480px; }
/* =============================== (5) ================== */
/*                               Caption                  */
/* ====================================================== */
#caption_pc { position:absolute; left:86px; top:750px; }

img.cap_pc { width: 800px; height: auto; }

#caption_mob { display:none; }
/* ======= (6) ======== */
/*    return toppage    */
/* ==================== */
#return a {
	position:absolute; left:715px; top:1900px;
	background: #4eaaf1;
	box-shadow: 0 3px 0 #2887d1;
	display:block;
	width:190px; height:20px;
	padding:8px 1px 6px 2px;
	text-align:center;
	border-radius:10px;
}
div#return a:hover {
	background: #B0B0E6;
	box-shadow: 0 3px 0 #800080;
}
</pre></body></html>