﻿@charset "utf-8";

/**** common ****/

html {
    overflow-y:scroll;
}

body {
	text-align: left;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border: 0px;
}

p {
	font-size: 90%;
	line-height: 1.5em;
}

h1 {
	font-size: 130%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
 
h2{
	line-height: 1.4em;
	font-size: 110%;
	border-bottom: 1px solid #000000;
}

#frame {
	width: 900px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#popup_frame {
	margin: 0 auto;
	background-color: #FFFFFF;
}

#f2{
	width: 900px;
}

.clear {
	clear: both;
	background-image: url(/images/spacer.gif);
	background-repeat: no-repeat;
}

.gototop {
	font-size: 70%;
	text-align: right;
}

/**** header ****/

#header {
	text-align: left;
	width: 900px;
	vertical-align: bottom;
}

#header ul {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}

#header ul li {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

/**** main ****/ 

#main{
	width: 650px;
	float: right;
	margin-top: 10px;
}

#main ul{
	font-size: 80%;
	margin: 1em 0 1em 43px;
	padding-left: 16px;
}

#main th {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

#image_landscape {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#pass {
	font-size: 80%;
	line-height: 1.5em;
	height: 2em;
	padding-top: 5px;
}

.table_ebook_ex ul {
	margin: 0px;
	padding: 0px;
}

/**** main for top page ****/ 

#main_1column {
	width: 900px;
	background-color: #efefef;
	text-align: center;
}
 
#main_1column td {
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}

/**** sub ****/

#sub {
	width: 202px;
	float: left;
	height: 100%;
	color: #666666;
	margin-top: 10px;
}

#sub ul{
	font-size: 80%;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(/images/left_navi_bullet.gif);
	padding: 10px 0px 10px 22px;
	line-height: 2em;
}

/**** footer ****/

#footer {
	height: 21px;
	width: 100%;
	clear: both;
}

.lang_select {
	text-align: right;
	font-size: 80%;
}

.super {
	font-size: 70%;
	vertical-align: super;
}

.fill_yellow {
	vertical-align: middle;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	background-color: #FFFFCC;
}

/**** table ****/

.table_ebook_spec {
	vertical-align: middle;
}

.table_ebook_spec td {
	font-size: 80%;
	padding: 5px;
	line-height: 1.5em;
	vertical-align: middle;
}

.table_ebook_ex {
	border: 1px dotted #CCCCCC;
	float: right;
}

.table_ebook_ex td {
	font-size: 90%;
	padding: 0px 0px 0px 5px;
	line-height: 1.2em;
	vertical-align: middle;
}

.table_ebook_ex td.col {
	background-color: #EBEBEB;
}

.text80 {
	font-size: 80%;
	line-height: 1.3em;
}

.opacity70 {
	filter: alpha(opacity=70);
	-moz-opacity:0.8;
	opacity:0.8;
}

.text70 {
	font-size: 70%;
	line-height: 1.3em;
}
