﻿@charset "UTF-8";

*{
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-style : normal;
}

html{
	width : 100%;
	height: 100%;
	overflow: hidden;
}

body{
	width : 100%;
	height: 100%;
	font-size: 100%;
	line-height: 170%;
	font-family: "メイリオ", sans-serif, "ＭＳ Ｐゴシック";
	color: #c0c0c0;
	text-align: center;
	background-color: #000000;
}

/*a{ font-weight: bold; }*/
a.defColor{ font-weight: normal; }
a:link   { color: #fc3; }
a:visited{ color: #fc3; }
a:hover  {
	color: #00ccff;
	/*position: relative;
	top: 1px;*/
}
a:active { color: #ffffff; }

a.siteName{
	display: block;
	width:  70px;
	height: 35px;
	background-image: url("img/system/title_logo_mini.png");
	float : left;
	margin: 0 0.5em 0.5em 0;
	border: 0;
}

a.secret{
	font-size: 5px;
	text-decoration: none;
	color: #000;
}

/*------------------------------------------------- カテゴリーごとのテーマカラー */
.normal { color: #aaf;  background-color: #151544;  border: 1px solid #333377; }
.info   { color: #ccc;  background-color: #333333;  border: 1px solid #666666; }
.text   { color: #faa;  background-color: #441515;  border: 1px solid #773333; }
.product{ color: #abf;  background-color: #153344;  border: 1px solid #336677; }
.multi  { color: #aea;  background-color: #153315;  border: 1px solid #336633; }
.commu  { color: #eea;  background-color: #333315;  border: 1px solid #666633; }

/*------------------------------------------------- ヘッダとフッタを固定したレイアウト */

#contents{
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 1;
	position: relative;
}
#contents-inner{
	width: 90%;
	max-width: 840px;
	padding: 3.0em 15px 7.0em 15px;
	position: relative;
}

#header{
	width: 100%;
	height: 2.6em;
	overflow: hidden;
	position: absolute;
	top  : 0;
	right: 17px; /*** スクロールバーを考慮 ***/
	z-index: 2;
}
#header_inner{ margin: 5px 12px 0px 28px; }

#footer{
	width: 100%;
	height: 2.0em;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right : 17px; /*** スクロールバーを考慮 ***/
	z-index: 2;
	font-size: 80%;
}
#footer_inner{ margin: 0px 12px 0px 28px; }

/*------------------------------------------------------------------------------------------------*/
.center{ text-align: center; }
.clear { clear: both; }
.left  { float: left;   display: block; }
.right { float: right;  display: block;  text-align: left; }
.full  { width: 100%; }
.auto  { width: auto; }
.space { margin: 10px; }
.mono  { font-family: "ＭＳ ゴシック", monospace; }
.serif { font-family: "ＭＳ 明朝", serif; }

/*------------------------------------------------- よく使う区画整理 */
div.left60{
	float: left;
	text-align: left;
	width: 60%;
}

div.right40{
	float: right;
	text-align: right;
	width: 40%;
}

div.right40v{
	font-size: 80%;
	float: right;
	text-align: right;
	width: 40%;
	line-height: 140%;
	/*margin-top: 0.4em;*/
}

div.left50{
	float: left;
	text-align: left;
	width: 50%;
}

div.right50{
	float: right;
	text-align: left;
	width: 49%;
}

div.headNavi{
	font-family: "ＭＳ ゴシック", monospace;
	font-size: 80%;
	line-height: 140%;
}

hr.space{
	visibility: hidden;
	height: 2.0em;
}

/*------------------------------------------------- 文章関係 */
p{
	width: 80%;
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 1.5em;
}
p.no_indent{ text-indent: 0; }

p.box1{
	text-indent: 0;
	text-align: left;
	width: 70%;
	line-height: 140%;
	padding: 10px;
	background-color: #161633;
	border: 1px solid #338;
}
p.center{ text-align: center; }

p.r{
	background-color: #331616;
	border: 1px solid #833;
}
p.y{
	background-color: #333307;
	border: 1px solid #773;
}

p.guide{
	text-indent: 0;
	font-size: 80%;
	line-height: 130%;
}

p.note{
	text-indent: 0;
	font-size: 80%;
	line-height: 130%;
	margin-top: 1.0em;
}

/*------------------------------------------------------------------------------------------------*/
dl{
	width: 85%;
	text-align: left;
	margin-bottom: 1.0em;
}
dt{
	float: left;
	width: 8.0em;
	padding-left: 1.0em;
	border-bottom: 1px solid #333;
	margin-bottom: 0.3em;
}
dd{
	padding-left: 8.0em;
	border-bottom: 1px solid #333;
	margin-bottom: 0.3em;
}
dl.mini dt{ width: 5.0em; }
dl.mini dd{ padding-left: 6.0em; }
dl.wide dt{ width: 10.0em; }
dl.wide dd{ padding-left: 11.0em; }
dl.menu dt{ font-size: 95%;  width: 11.0em; }
dl.menu dd{ font-size: 95%;  padding-left: 12.0em; }


.accordion dl{
	width: 100%;
}
.accordion dt{
	float: none;
	width: 100%;
	border:1px solid #777;
	background-color: #292929;
	color: #fa0;
	font-weight:normal;
	cursor: pointer;
	padding: 0.1em 0 0.1em 0.4em;
	margin: 1.0em 0 0 0;
}
.accordion dd{
	width: 100%;
	border: 0;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
.accordion dd p{
	width: 100%;
	padding: 1.0em 0 0 0em;
	margin-bottom: 1.0em;
}
.accordion dd p.box1{
	width: 85%;
	padding: 0.5em;
	margin: 1.0em;
}


table.mystyle{
	width: 90%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0px;
	clear: both;
}

th, td{
	font-size: 95%;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
th{
	width: 11.0em;
	color: #aa5;
}

table.slide_menu td{
	padding: 0.2em;
}

embed{
	margin: 0 auto 1.5em auto;
	display: block;
	border: 1px solid #888;
}

/*------------------------------------------------- その他のタグ */
img{
	border: 1px solid #000;
	margin: 5px 0 10px 0;
}
img.left{
	float : left;
	padding: 0px;
	margin: 8px;
	border: 0;
}

div.amazlet-box{
	width: 70%;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	background-color: #202020;
	border: 1px solid #666;
	margin-top: 1.0em;
}

h1{ /*** 各コンテンツに付加するメッセージ ***/
	font-size: 150%;
	line-height: 150%;
	font-family: "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: left;
	border: 1px solid;
	border-color: #000 #000 #444 #000;
	margin-bottom: 1.0em;
}

h2{ /*** デフォルトはオレンジ ***/
	width: 90%;
	color: #e82;
	font-size  : 120%;
	line-height: 150%;
	font-weight: bold;
	text-align : left;
	border-left  : 8px solid #841;
	border-bottom: 1px solid #841;
	margin: 2.0em 0 1.0em 0;
	padding-left : 10px;
}

h3{ font-size: 180%;  line-height: 130%; }

font.size1{ font-size: xx-small;  line-height: 150%; }
font.size2{ font-size: x-small;   line-height: 150%; }
font.size3{ font-size: small;     line-height: 150%; }
font.size4{ font-size: medium;    line-height: 150%; }
font.size5{ font-size: large;     line-height: 150%; }
font.size6{ font-size: x-large;   line-height: 150%; }
font.size7{ font-size: xx-large;  line-height: 150%; }

/* 激しい改行 */
div.space8 { margin-bottom :  8em; }
div.space16{ margin-bottom : 16em; }
div.space32{ margin-bottom : 32em; }

/* 文字の強調 */
em.s1{ font-size: 50%;   line-height: 150%; }
em.s2{ font-size: 75%;   line-height: 150%; }
em.s3{ font-size: 100%;  line-height: 150%; }
em.s4{ font-size: 130%;  line-height: 150%; }
em.s5{ font-size: 160%;  line-height: 150%; }
em.s6{ font-size: 200%;  line-height: 150%; }
em.s7{ font-size: 250%;  line-height: 150%; }

em.k{ color: #000000; } /*** black  ***/
em.y{ color: #ffff33; } /*** yellow ***/
em.o{ color: #ffaa00; } /*** orange ***/
em.p{ color: #ff8080; } /***  pink  ***/
em.r{ color: #ff0000; } /***  red   ***/
em.g{ color: #66ee66; } /*** green  ***/
em.b{ color: #8099ff; } /***  blue  ***/
em.a{ color: #55eeee; } /***  aqua  ***/
em.v{ color: #ff66ff; } /*** violet ***/

em.bold{ font-weight: bold; }
em.i{ font-style: italic; }
