﻿@charset "UTF-8";

* {
	behavior: none;
}

/* タグの初期化 */
html, body, h1, h2, h3, h4, h5, h6, p, form, hr, blockquote, ul, ol, li, dl, dt, dd 
{
	margin: 0px;
	padding: 0px;
	position: static;
}
/* HTML 初期化 */
html {
	color: #000000;
	background-color: #FFFFFF;
}
/* table初期化 */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* aタグ初期化 */
a {
	color: inherit;
	_color: #000000; 
	*color: #000000;  
	text-decoration: none;
}
/* img 初期化*/
a img {
	border: none;
}

/* img 初期化*/
img {
	border: none;
	vertical-align: bottom;
}

/* ul/ol初期化 */
ul, ol {
	list-style: none;
}

br.clear-both,
div.clear-both,
br.clear-left,
div.clear-left {
	font: 1px/1px monospace;
	display: block;
}
.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-after::after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}
.clear-after {
/*\*//*/ display: inline-table; /*MacIE*/
	_height: 1em;
	min-height: 1px;
}

.WarningBox {
	padding: 4px;
	float: left;
	clear: both;
	border-style: solid;
	border-width: 1px;
	font-size: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #FFFFCC;
	color: #000000;
}
.WarnigBoxTitle {
	font-weight: bold;
	text-decoration: underline;
	font-size: 120%;
}

/* ----------------------------------------------
	タグの置き換え
   ---------------------------------------------- */
body 
{
	font-size: 84%;
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, sans-serif;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #FFF;
}

/* ----------------------------------------------
	リンクタグの置き換え
   ---------------------------------------------- */
a
{
	color: #004477;
	font-size: 95%;
	line-height: 1.2;
}

a:link		{ color: #004477;	text-decoration:none;			}
a:visited	{ color: #588CB8;	text-decoration:none;			}
a:hover		{ color: #004477;	text-decoration:underline;		}

strong
{
	font-weight: bold;
	font-size: 98%;	
}

/* ----------------------------------------------
	hrの置き換え
   ---------------------------------------------- */
hr 
{
	margin: 8px 0;
	border: 0;
	border-top: 2px dotted #E5E5E5;
	color: #FFF;
	clear: both;
}

/* ----------------------------------------------
	ul, ul li, a imgの置き換え
   ---------------------------------------------- */
ul, ul li	{ list-style: none;	}

a img		{ border: none;	vertical-align: bottom;	}

/* ----------------------------------------------
	h1の置き換え
   ---------------------------------------------- */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 113%;
}

/* ----------------------------------------------
	トップのスペース
   ---------------------------------------------- */
#top-space
{
	background-color: #FAFAFA;
	font-size: 80%;
	text-align: left;
	clear: both;
	margin: 0px 0px 0px 3px;
	padding: 2px 0px 0px 2px;
	width: 100%;
	height: 23px;
/*	border: dotted 1px #000000;*/
}

/* ----------------------------------------------
	トップのバー
   ---------------------------------------------- */
#top-bar
{
/*	background-color: #83BF02;*/
	background-color: #000000;
	font-size: 80%;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
/*	border: 1px green solid;*/
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;

}


/* ----------------------------------------------
	一番下のバー
   ---------------------------------------------- */
#under-bar
{
/*	background-color: #83BF02;*/
	background-color: #303030;
	text-align: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 100%;
	height: 75px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;

}

/* ----------------------------------------------
	一番下のスペース
   ---------------------------------------------- */
#under-space
{
	background-color: #000000;
	font-size: 80%;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 50px;
}

/* ----------------------------------------------
	全てを囲むエリア
   ---------------------------------------------- */
#all
{
	background: #FFFFFF url('../img/background.jpg') repeat-x;
	clear: both;
	float: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------
	主にいじる場所
   ---------------------------------------------- */
#main
{
/*	background: #FFFFFF url('../img/background.jpg') repeat-x;*/
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 780px;
	height: 100%;
/*	border: dotted 1px #000000;*/

}

/* ----------------------------------------------
	アプリケーションタイトル
   ---------------------------------------------- */
#app-name
{
/*	background: #303030 url('../img/background.jpg') repeat-x;*/
	background-color: #303030;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 15px;
	float: left;
/*	width: 517px;*/
	width: 300px;
	height: 50px;
}

/* ----------------------------------------------
	アプリケーションアイコン
   ---------------------------------------------- */
#app-name .app-icon
{
	color: #FFFFFF;
	text-align: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 50px;
	height: 50px;
}

/* ----------------------------------------------
	アプリケーションのトップのイメージの場所
   ---------------------------------------------- */
#app-top-image
{
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	clear: both;
	width: 760px;
	height: auto;
}

/* ----------------------------------------------
	アプリケーション体験版ダウンロード
   ---------------------------------------------- */
#app-trial-dl
{
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 750px;
	height: 75px;
	border: 1px green solid;
}

/* ----------------------------------------------
	アプリケーションの機能紹介イメージ
   ---------------------------------------------- */
#app-func-img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	width: 400px;
	height: 180px;
	border: 1px green solid;
}

/* ----------------------------------------------
	アプリケーションの機能紹介情報
   ---------------------------------------------- */
#app-func-info
{
	font-weight: bold;
	font-size: 100%;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	text-align: left;
	float: left;
	width: 328px;
	height: 165px;
	border: 1px green solid;
}





/* -------------------------------------------------------------------------------
	左側のリンクボックス
   ------------------------------------------------------------------------------- */

/* ----------------------------------------------
	左側のボックス
   ---------------------------------------------- */
#left-box
{
/*	background-image: url('img/pics.gif');
	background-repeat: no-repeat;*/
	background-color: #EDEDED;
	margin: 0px 10px 0px 2px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 148px;
	height: auto;
	clear: both;
/*	border-right: 1px #BA2C2C solid;*/

}

/* ----------------------------------------------
	左側のボックス
   ---------------------------------------------- */
#left-box .lb-target
{
	background-color: #CDCDCD;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 147px;
	height: auto;
	clear: both;
/*	border-right: 1px green solid;*/
}

/* ----------------------------------------------
	左側のボックスのトップタイトル
   ---------------------------------------------- */
#left-box .lb-title-top
{
	background-repeat: no-repeat;
	margin: 0px 3px 0px 10px;
	padding: 4px 2px 3px 3px;
	text-align: left;
	float: left;
	width: 129px;
/*	height: 19px;*/
	font-size: 90%;
	font-weight: bold;
	border-top: 1px #CCCCCC solid;
}

/* ----------------------------------------------
	左側のボックスのミドルタイトル
   ---------------------------------------------- */
#left-box .lb-title-middle
{
	background-repeat: no-repeat;
	margin: 0px 3px 0px 10px;
	padding: 4px 2px 3px 3px;
	text-align: left;
	float: left;
	width: 129px;
/*	height: 17px;*/
}

/* ----------------------------------------------
	左側のボックスのボトムタイトル
   ---------------------------------------------- */
#left-box .lb-title-bottom
{
	background-repeat: no-repeat;
	margin: 0px 3px 0px 10px;
	padding: 4px 2px 3px 3px;
	text-align: left;
	float: left;
	width: 129px;
/*	height: 19px;*/
	border-top: 1px black solid;

}

/* ----------------------------------------------
	左側のボックスのリンクのタイトル
   ---------------------------------------------- */
#left-box .link-area-title
{
	margin: 0px 3px 6px 20px;
	padding: 1px 3px 0px 0px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 121px;
	height: auto;
/*	border-bottom: 1px black solid;*/
}

/* ----------------------------------------------
	左側のボックスのリンクのタイトル(画像付き)
   ---------------------------------------------- */
/* お金マーク */
#left-box .lat-pic00
{
	margin: 0px 3px 6px 4px;
	padding: 1px 3px 0px 18px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 119px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -192px;
}

/* 若葉マーク */
#left-box .lat-pic01
{
	margin: 0px 3px 6px 4px;
	padding: 1px 3px 0px 18px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 119px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -256px;
}

/* ?マーク */
#left-box .lat-pic02
{
	margin: 0px 3px 6px 4px;
	padding: 1px 3px 0px 18px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 119px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -320px;
}

/* DLマーク */
#left-box .lat-pic03
{
	margin: 0px 3px 6px 4px;
	padding: 1px 3px 0px 18px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 119px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -384px;
}


/* フォルダオープンマーク */
#left-box .lat-pic04
{
	margin: 0px 3px 6px 4px;
	padding: 1px 3px 0px 18px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	float: right;
	width: 119px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -64px;
}

/* ----------------------------------------------
	左側のボックスのリンク
   ---------------------------------------------- */
#left-box .link-area
{
	margin: 0px 3px 5px 10px;
	padding: 1px 3px 0px 15px;
	text-align: left;
	font-size: 90%;
	float: left;
	width: 116px;
	height: auto;
}


/* ----------------------------------------------
	画像
   ---------------------------------------------- */
.pic00
{
	margin: 0px 3px 5px 10px;
	padding: 2px 3px 2px 17px;
	text-align: left;
	font-size: 82%;
	float: left;
	width: 114px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -0px;
}

.pic01
{
	margin: 0px 3px 5px 10px;
	padding: 2px 3px 2px 17px;
	text-align: left;
	font-size: 82%;
	float: left;
	width: 114px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -64px;
}

.pic02
{
	margin: 0px 3px 5px 10px;
	padding: 2px 3px 2px 17px;
	text-align: left;
	font-size: 82%;
	float: left;
	width: 114px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -128px;
}

.pic03
{
	margin: 0px 3px 5px 10px;
	padding: 2px 3px 2px 17px;
	text-align: left;
	font-size: 82%;
	float: left;
	width: 114px;
	height: auto;
	
	background-image: url('img/pics.gif');
	background-repeat: no-repeat;

	background-position: -0px -192px;
}




/* -------------------------------------------------------------------------------
	右側のボックス
   ------------------------------------------------------------------------------- */

/* ----------------------------------------------
	右側のボックス
   ---------------------------------------------- */
#right-box
{
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 610px;
	height: auto;
	border-top: 1px #CCCCCC solid;
/*	border: 1px white solid;
	border-top: 1px green solid;
	border-right: 1px green solid;
	border-bottom: 1px green solid;*/
}


/* ----------------------------------------------
	イメージボックス(大)
   ---------------------------------------------- */
#right-box .rb-image-l
{
/*	background-color: #FFFF00;*/
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 610px;
	height: auto;
	clear: both;
}


/* ----------------------------------------------
	右側のボックスの大見出し
   ---------------------------------------------- */
#right-box .rb-title
{
/*	background-color: #DDDDDD;*/
/*	background-color: #FFDFDF;*/
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px 0px 3px;
	float: left;
	width: 602px;
	height: auto;
	font-size: 123%;
	font-weight: bold;
	border-bottom: 3px #BA2C2C solid;
}

/* ----------------------------------------------
	テキストボックスタイトル
   ---------------------------------------------- */
#right-box .rb-text-title
{
	/*	background-color: #FF00FF;*/
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 4px 5px;
	float: left;
	width: 600px;
	height: auto;
	font-size: 103%;
	font-weight: bold;
	background-color: #E0E0E0;
}

/* ----------------------------------------------
	テキスト
   ---------------------------------------------- */
#right-box .rb-text
{
/*	background-color: #FFFFFF;*/
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding: 3px 5px 0px 20px;
	float: left;
	width: 585px;
	height: auto;
	font-size: 95%;
}


/* テキストの中のテキスト */
#right-box .rb-textInText
{
/*	background-color: #FFFFFF;*/
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 5px 0px 20px;
	float: left;
	width: 560px;
	height: auto;
	font-size: 90%;
}

/* テキスト内の番号 */
#right-box .rbTextNumber
{
/*	background-color: #FFFFFF;*/
	text-align: left;
	float: left;
	width: auto;
	height: auto;
	font-weight:bold;
}

/* ----------------------------------------------
	テキスト-ボーダー付き
   ---------------------------------------------- */
#right-box .rb-text-border
{
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 7px;
	float: left;
	width: 594px;
	height: auto;
	font-size: 90%;
	border: 2px #CCCCCC dotted;
}

/* ----------------------------------------------
	Topへ戻るボックス
   ---------------------------------------------- */
#right-box .rb-return
{
	text-align: right;
	margin: 0px 20px 10px 0px;
	padding: 3px 5px 0px 20px;
	float: left;
	width: 565px;
	height: auto;
	font-size: 90%;
}

/* -------------------------------------------------------------------------------
	右ボックスのハーフサイズ
   ------------------------------------------------------------------------------- */

/* ----------------------------------------------
	テーブル用
   ---------------------------------------------- */
.tbl00{
	text-align: left;
	float: left;
	height: auto;
	font-size: 95%;	
}

/* ----------------------------------------------
	テーブルのセル用
   ---------------------------------------------- */
.cell00 {
	text-align: left;
	font-size: 97%;
	font-weight: bold;	
	background-color:#FF7070
}

.cell01 {
	text-align: left;
	font-size: 97%;
	font-weight: bold;	
	background-color:#70FF70
}

/* ----------------------------------------------
	ハーフサイズのボックスを囲う物
   ---------------------------------------------- */
#right-box .rb-half-box-round
{
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 608px;
	height: auto;
	font-size: 90%;
}

.rb-half-box-round th{
	text-align: center;
	padding: 2px 2px 2px 2px;
	height: auto;
	font-size: 95%;
	border: 1px gray solid;
	background-color: #7FA0BC;
}

.rb-half-box-round td{
	text-align: right;
	padding: 2px 2px 2px 2px;
	height: auto;
	font-size: 95%;
	border: 1px gray dotted;
}

/* ----------------------------------------------
	ハーフサイズのボックス
   ---------------------------------------------- */
#right-box .rb-half-box
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 304px;
	height: auto;
	font-size: 90%;
}


/* ----------------------------------------------
	ハーフサイズのボックスのタイトル
   ---------------------------------------------- */
#right-box .rbh-title
{
	text-align: left;
	margin: 0px 24px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 280px;
	height: auto;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 3px #BA2C2C solid;

}

/* ----------------------------------------------
	ハーフサイズのボックスのテキスト
   ---------------------------------------------- */
#right-box .rbh-text
{
	text-align: left;
	margin: 0px 24px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 280px;
	height: auto;
	font-size: 95%;
}

/* -------------------------------------------------------------------------------
	フッター
   ------------------------------------------------------------------------------- */

/* ----------------------------------------------
	フッター
   ---------------------------------------------- */
#footer
{
	background-color: #303030;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 770px;
	height: auto;
}

/* ----------------------------------------------
	お支払いボックス
   ---------------------------------------------- */
div.pay-box
{
	float: left;
	clear: both;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	float: none;
	width: 555px;
	height: 48px;
	border: 1px orange solid;
}

/* ----------------------------------------------
	お支払いボックスイメージ
   ---------------------------------------------- */
div.pay-box-img-box
{
	font-size: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 90px;
	height: 48px;
	border-right: 1px orange solid;
}

/* ----------------------------------------------
	お支払いボックスイメージ
   ---------------------------------------------- */
div.pay-box-img
{
	font-size: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 90px;
	height: 32px;
}

/* ----------------------------------------------
	お支払いボックスイメージ
   ---------------------------------------------- */
div.pay-box-img-title
{
	font-size: 92%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	float: none;
	width: 90px;
	height: 16px;
}

/* ----------------------------------------------
	お支払いボックスイメージ
   ---------------------------------------------- */
div.pay-box-name
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 458px;
	height: 24px;
	border-bottom: thin gray dotted;
}

/* ----------------------------------------------
	お支払いボックスイメージ
   ---------------------------------------------- */
div.pay-box-price
{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 0px 3px;
	padding: 4px 0px 0px 0px;
	float: left;
	width: 458px;
	height: 20px;
}

/* ----------------------------------------------
	値段用の
   ---------------------------------------------- */
span.price,
span.price a
{
	color: #AA2222;
}
span.price
{
	white-space: nowrap;
	min-height: 1px;
	font-weight: normal;
}

/* ----------------------------------------------
	画像回り込み
   ---------------------------------------------- */
/* 画像左 */
img.imgrd-l
{
	margin: 0px 10px 0px 0px;
	float: left;
}

/* 画像右 */
img.imgrd-r
{
	margin: 0px 20px 0px 10px;
	float: right;
}

/* 回り込みクリア */
p.imgrd-clear
{
	height: auto;
	clear:both;
}


/* 赤ボールド */
.redBold
{
	font-weight: bold;
	color: #FF0000;
}

/* ----------------------------------------------
	関数リスト表示用ボックス
   ---------------------------------------------- */
.FunctionBox {
	border-left: thin black solid;
	border-top: thin black solid;
	margin: 10px 0px 0px 0px;
	padding: 0px;
/*		background-color: #F0F0F0;*/
	float: left;
	width: 498px;
}
.FunctionBoxLine {
	float: left;
	clear: both;
	border-bottom: thin black solid;
	border-right: thin black solid;
/*		background-color: #99CCFF;*/
	height: 100%;
	width: 497px;
}
.FunctionBoxLineTitle {
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: right;
	padding-bottom: 0px;
	height: 100%;
}
.FunctionBoxLineText {
	border-width: thin;
	border-color: #000000;
	float: left;
	padding-left: 5px;
	height: 100%;
	border-left-style: dotted;
	background-color: #EEEEFF;
	width: 380px;
}
.FunctionBoxLineTextBold {
	font-weight: bold;
	font-size: 120%;
	border-width: thin;
	border-color: #000000;
	float: left;
	padding-left: 5px;
	height: 100%;
	border-left-style: dotted;
	background-color: #CCCCFF;
	width: 380px;
}
.funcParam {
	font-weight: bold;
	color: #3399FF;
}
.funcRetParam {
	font-weight: bold;
	color: #FF9966;
}
.funcBold {
	font-weight: bold;
}
.funcPrototype {
	background-color: #CCFFCC;
	width: 550px;
	padding-left: 15px;
	float: left;
}
.funcTitle {
	font-size: large;
	font-weight: bold;
}
.funcSample {
	width: 565px;
	float: left;
	clear: both;
	background-color: #E6E6E6;
	margin-bottom: 15px;
}
