﻿@charset "UTF-8";
/*==========================*/
/* file name : pc_3s_ja.css */
/*==========================*/
* { margin:0px; padding:0px; }
body {
	height:964px;
	background-image:url("images_ja/c26.png");
}
/*================================*/
#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:235px; top:200px; }
img.toptitle { width:593px; }
/* ======== (3) ======== */
/* Figure of s1_s5_s10_R */
/* ===================== */
#figure { position:absolute; left:85px; top:300px; }
img.fig { width:450px; }
/* =========== (4) =========== */
/*  Caption of Fig.s1_s5_s10_R */
/* =========================== */
#caption { position:absolute; left:560px; top:300px; }
img.cap { width:350px; }
/* ======= (5) ======== */
/*    return toppage    */
/* ==================== */
#return a {
	position:absolute; left:710px; top:880px;
	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;
}
