/* flomage_manual.css */

/*============目次============
　最終更新日：2012/11/13
　1. クラス
　2. 見出し用クラス
　3. メインコンテンツ内のレイアウト
　4. PやULなど基本要素のスタイル
　5. 追加スタイル
　9. リンク、リストなどの装飾
============================
色のタイプは、
HTML内のclass要素で切り替えます。

・ユーザーズマニュアル（黄タイプ）
<div id="Outline" class="manual">
============================*/


/*===========================
■サポートWeb用設定
============================*/

DIV#Outline {
    width: 960px;
}

DIV.manual P.title {
    text-align: left;
    margin: 10px 0;
}

DIV#ContentArea {
	text-align: left;
	width: 960px;
}

div.pagetop {
    display: block;
}

/*===========================
■ClearFix
============================*/
.Section:after,
.ContRight:after,
DIV.sub:after,
DIV.block_caution:after,
DIV.block_memo:after,
.ClearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.Section,
.ContRight,
.ClearFix {
	display: inline-block;
	zoom: 100%;
}

.clear {
	clear: both;
}

div.clear0 {  /* 高さ1pxのクリア */
	clear: both;
	overflow: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/*===========================
■1. クラス
============================*/

.Left {
	float: left;
}
.Right {
	float: right;
}

/*===========================
■2. 見出し用クラス
-----------------------------
#ContentArea内は幅指定なし。左寄せ（余白10px）。
============================*/

#ContentArea H1 {
	font-size: 120%;
/*	color: #333333;		*/
	margin: 0 0 20px 0;
	padding: 5px 10px;
	vertical-align: middle;
	-webkit-box-shadow: 1px 1px 3px rgb(102, 102, 102);
	-moz-box-shadow: 1px 1px 3px rgb(102, 102, 102);
	-ms-box-shadow: 1px 1px 3px rgb(102, 102, 102);
	box-shadow: 1px 1px 3px rgb(102, 102, 102);
}

.manual #ContentArea H1 {
	background-color: #D88C27;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #FFD447 0%, #D88C27 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFD447 0%, #D88C27 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFD447 0%, #D88C27 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFD447), color-stop(1, #D88C27));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFD447 0%, #D88C27 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFD447 0%, #D88C27 100%);
}

/* H2見出し */
#ContentArea H2 {
	font-size: 100%;
	line-height: 140%;
	margin: 0 0 15px 0;
}

.manual #ContentArea H2 {
/*	color: #AE5E15;		*/
	border-bottom: 3px solid #FFD447;
}

/* 背景ありのH2見出し */
#ContentArea H2.bgon {
	width: 100px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
/*	letter-spacing: 0.1em;	*/
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.manual #ContentArea H2.bgon {
	background-color: #684413;
}


/* H3見出し */
#ContentArea H3 {
	font-size: 90%;
	margin: 0 0 5px 0;
}

#ContentArea H3 span{
	font-weight: normal;
}

.manual #ContentArea H3 {
	color: #AE5E15;
}

/* H4見出し */
#ContentArea H4 {
	font-size: 75%;
	margin: 0 0 5px 0;
}


/*===========================
■3. メインコンテンツ内のレイアウト
============================*/
#StatusArea {
	margin: 0 auto 10px;
	padding: 0;
	clear: both;
}

#StatusArea .Status{
	font-size: 75%;
	line-height: 140%;
}

#StatusArea .Status A{
	margin: 0 0.2em;
}

#ContentArea {
/*	width: 760px;		 */
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.Section {
	width: 98%;
	margin: 0 15px;
	padding: 0 0 10px 0;
	clear: both;
}


.GoPageTop {
	font-size: 75%;
	text-align: right;
	margin: 0 15px 10px 15px;
	padding: 0;
	clear: both;
}

#PageTopArea {
	font-size: 75%;
	text-align: right;
	margin: 0 15px 10px 15px;
	padding: 0;
	clear: both;
}

#StatusArea,
#ContentArea,
#PageTopArea {
	font-family: "Lucida Grande", "メイリオ", Meiryo, "ＭＳ ゴシック", Geneva, Arial, Verdana, sans-serif;
}

#FootArea {
	font-size: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 5px 0 0 0;
	border-top: 1px solid #000000;
	clear: both;
}

/*===========================
■4. PやULなど基本要素のスタイル
============================*/

#ContentArea p {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.7em 0;
	padding: 0;
}

#ContentArea ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0.7em 0;
	padding: 0;
}
#ContentArea ul li {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.4em 2em;
}
#ContentArea ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#ContentArea ol li {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.4em 2em;
}

#ContentArea ul ul{
	list-style-type: circle;
	margin-top:0.4em;
}

#ContentArea ul ol{
	margin-top:0.4em;
}


#ContentArea ul li li,
#ContentArea ol li li {
	font-size: 100%;
	margin: 0 0 0.2em 2em;
}

#ContentArea DL {
	margin: 0 0 0.7em 0;
}

#ContentArea DL DT,
#ContentArea DL DD {
	font-size: 75%;
	line-height: 140%;
}

#ContentArea DL DT {
	font-weight: bold;
}

#ContentArea DL DD {
	margin: 0 0 0.4em 2em;
}

#ContentArea TABLE {
	border-collapse: collapse;
}

#ContentArea TABLE TH,
#ContentArea TABLE TD{
	font-size: 75%;
	line-height: 140%;
	vertical-align: top;
}

#ContentArea TABLE CAPTION{
	font-size: 75%;
	line-height: 140%;
	text-align: left;
}

/* TABLEセル内のリスト、Pは文字サイズ100％ */
#ContentArea TABLE ul li ,
#ContentArea TABLE ol li,
#ContentArea TABLE P,
#ContentArea TABLE DIV.block_caution P.title,
#ContentArea TABLE DIV.block_memo P.title{
	font-size: 100%;
}

/* リスト内の定義リストは文字サイズ100％ */
#ContentArea ul dl dt ,
#ContentArea ul dl dd{
	font-size: 100%;
}



/* 注釈 */
ul.remark {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.remark li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 0;
	margin: 0 0 0.7em 0;
}

/* リンク */
#ContentArea A:link,
#ContentArea A:visited {
	text-decoration: none;
}

#ContentArea A:active,
#ContentArea A:hover {
	text-decoration: underline;
}


/*===========================
■5. 追加スタイル
============================*/
#ContentArea DIV.ContRight {
	margin: 0 0 0 20px;
	padding: 0;
}

#ContentArea DIV.ContRight .sub {
	margin-left: 20px;
}

#ContentArea p.format_rule {
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
	background-color: #DDDDDD;
/*	letter-spacing: 0.1em;		 */
	margin: 0 0 0.7em 0;
	padding: 5px;
}

/* THグレーの機能表
funclist：2列
funclist_multi：3列以上または上部に見出しありの表*/
TABLE.funclist,
TABLE.funclist_multi{
	margin-bottom: 20px;
}

UL TABLE.funclist,
UL TABLE.funclist_multi{
	margin: 5px 0 10px;
}

TABLE.funclist TH,
TABLE.funclist TD,
TABLE.funclist_multi TH,
TABLE.funclist_multi TD{
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}

TABLE.funclist TH,
TABLE.funclist_multi TH{
	text-align: left;
	font-weight: normal;
	background-color: #EEEEEE;
	border-right: none;
}

TABLE.funclist TH.head,
TABLE.funclist_multi TH.head{
	text-align: center;
	border-right: 1px solid #CCCCCC;
}

TABLE.funclist TD{
	border-left: none;
}

DIV.manual TABLE.funclist_multi TR.odd{
	background-color: #F8EDE0;
}


/* リンク一覧2列の枠TABLE */
TABLE.linklist TD{
	padding-right: 50px;
}

/* コードサンプル枠（TABLE） */
TABLE.codesample TH{
	text-align: left;
}

TABLE.codesample TH,
TABLE.codesample TD{
	padding-right: 20px;
}

#ContentArea TABLE.codesample TD{
	line-height: 1.8em;
}

/* コードサンプル枠（DIV） */


DIV.codesample pre{
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-top: 0px;
	padding: 5px 10px;
	font-size: 80%;
}


/* ----------------------------------------------
注意事項・メモ
-------------------------------------------------
注意事項：DIV.block_caution
メモ	：DIV.block_memo
---------------------------------------------- */

DIV.block_caution{
	border: 1px dashed #CC0000;
/*	background: url(img/ic_caution.gif) no-repeat 10px 5px;*/
	padding: 5px 10px 5px 40px;
	margin: 0 0 0.7em 0;
}

DIV.block_memo{
	padding: 5px 10px 5px 40px;
/*	background: url(img/ic_memo.gif) no-repeat 10px 5px;*/
	background-color: #FFF9DD;
	margin: 0 0 0.7em 0;
}

#ContentArea DIV.block_caution P.title,
#ContentArea DIV.block_memo P.title{
	font-size: 90%;
	font-weight: bold;
	margin-left: -30px;
}

#ContentArea DIV.block_caution P.title{
	color: #CC0000;
}

#ContentArea DIV.block_memo P.title{
	color: #333333;
}

#ContentArea DIV.block_caution P.title IMG,
#ContentArea DIV.block_memo P.title IMG{
	margin-right: 5px;
	vertical-align: middle;
}

DIV.block_caution TABLE caption,
DIV.block_memo TABLE caption{
	text-align: left;
}




/*===========================
■9. リンク、リストなどの装飾
============================*/

/* 装飾なしのリスト */
#ContentArea ul.AList0 {
	list-style: none;
	margin: 5px 5px;
}
#ContentArea ul.AList0 li {
	margin: 0 0 3px 0;
}
#ContentArea ul.AList0 li a {
}

/* リンクのリスト表記 グレー三角 */

#ContentArea ul.AListGray,
#ContentArea ul.AListGray ul {
	list-style: none;
	margin: 5px 0 10px;
}
#ContentArea ul.AListGray li {
	margin: 0 0 5px 0;
	background: url(../img/tool/list_yaji_s.gif) no-repeat left 2px;
	padding: 0 0 0 12px;
}



/*
#ContentArea ul.AListGray li IMG{
	margin-right: 3px;
}
*/

