﻿@charset "UTF-8";
/*==============================*/
/* file name : mobile_3s_ja.css */
/*==============================*/
* { margin:0px; padding:0px; }
body {
	height:904px;
	background-image:url("images_ja/c26.png");
}
/*=========================*/
#pagebody {
	position:absolute; left:-8px; top:0px; right:0px; bottom:0px;
	margin:auto;
	width:376px;
}
/* ======== (1) ====== */
/*         menu        */
/* =================== */
#menu { display:none; }
/* ================== (2) ================= */
/*                  heading                 */
/* ======================================== */
#heading { position:absolute; left:75px; top:10px; }
img.toptitle { width:250px; }
/* ======== (3) ======== */
/* Figure of s1_s5_s10_R */
/* ===================== */
#figure { position:absolute; left:40px; top:50px; }
img.fig { width:300px; }
/* =========== (4) =========== */
/*  Caption of Fig.s1_s5_s10_R */
/* =========================== */
#caption { position:absolute; left:40px; top:350px; }
img.cap { width:300px; }
/* ======= (5) ======== */
/*    return toppage    */
/* ==================== */
#return a {
	position:absolute; left:95px; top:840px;
	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;
}
