@charset "utf-8";

/*  
Theme Name: mapeer help
Theme URI: http://mapeer.com/
Description: マピアヘルプのテンプレートです
Version: 1.0
Author: Kingfish Communication
Author URI: http://www.kingfish.co.jp/
*/



/* 初期化 */
* {
	font-size: 100%;
	margin: 0;
	padding: 0px;
}

/* body */
body {
	margin: 0px;
	padding: 30px 10px 10px;
	color: #666666;
	font: 80% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #ffffff;
}

.iepngfix {
	font-size: 1px;
    behavior: expression(IEPNGFIX.fix(this));
}

/* リンク */
a {
	color: #38a416;
}
a img {
	border-style: none;
}
a:hover {
	color: #48CE1C;
}

/* 角丸水色の見出し */
.bluebox {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(./img/bluebox-h3-bg.png) no-repeat;
	height: 23px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.bluebox div {
	background: url(./img/bluebox-h3-right.png) no-repeat right top;
	height: 23px;
	padding-top: 4px;
	padding-left: 10px;
}

/* 角丸水色の見出し 高い */
.bluebox-tall {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(./img/bluebox-h3-tall-bg.png) no-repeat;
	height: 33px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.bluebox-tall div {
	background: url(./img/bluebox-h3-tall-right.png) no-repeat right top;
	height: 33px;
	padding-top: 3px;
	padding-left: 10px;
}


/* 注意文言 */
.txt-help {
	font-size: 89.5%;
	color: #999999;
}

/* NEW UP の文字 */
.new {
	color: #FF6600;
	margin-left: 5px;
	font: 11px Arial, Helvetica, sans-serif;
}
.lblue {
	color: #108EF7;
}


/* + 追加する */
.plus {
	background: url(./img/plus.png) no-repeat left center;
	padding-left: 15px;
}
.plus-yellow {
	background: url(./img/plus-yellow.png) no-repeat left center;
	padding-left: 15px;
}

/* → XXX */
.arrow {
	background: url(./img/arrow-orange-white.png) no-repeat left center;
	padding:0.1em 0 0.1em 15px;
}
/* ↑ XXX */
.up-arrow {
	background: url(./img/icon-up-arrow.png) no-repeat left center;
	padding:0.1em 0 0.1em 18px;
}

/* センタリング */
.center {
	text-align: center;
}


/* ページング */
.paging {
	margin-top: 10px;
	margin-bottom:20px;
}
.paging p {
	line-height:100%;
	margin:0;
}
.paging-num {
	font-size: 110%;
}
.paging-num a, .paging-num strong {
	padding: 5px;
}

/* レッドカード */
.redcard {
	text-align: right;
	display: block;
	margin-right:10px;
}
.redcard a:link,.redcard a:visited,.redcard a:active {
	text-decoration:none;
	padding:5px 0;
	color:#FFFFFF;
	background: url(./img/redcard-off.png) no-repeat right center;
}
.redcard a:hover {
	text-decoration:none;
	color:#666666;
	padding:5px 0;
	background: url(./img/redcard-on.png) no-repeat right center;
}
.redcard span {
	padding:10px 20px;
}

/* 画像ドロップシャドウ */
.dropshadow60 {
	background: url(./img/dropshadow-60.png) no-repeat;
	padding: 5px;
	width:60px;
}
.dropshadow160 {
	background: url(./img/dropshadow-160.png) no-repeat;
	padding: 5px;
	width:160px;
}

/* 矢印アイコン付きリスト */
.arrow-list {
	margin-bottom: 20px;
	margin-left: 20px;
}
.arrow-list li {
	background: url(./img/arrow-orange-white.png) no-repeat left 1px;
	padding-bottom: 0.4em;
	padding-left: 17px;
	list-style: none;
	text-align:left;
}

/* チェックアイコン付きリスト */
.check-list {
	margin-bottom: 20px;
	margin-left: 20px;
}
.check-list li {
	background: url(./img/check-green-white.png) no-repeat left 2px;
	padding-bottom: 0.7em;
	padding-left: 20px;
	list-style: none;
	text-align:left;
}

/* 右寄せBOX */
.rbox {
	text-align:right;
}

/* フロートクリア */

.c-both {
	clear: both;
}
.c-right {
	clear: right;
}
.c-left {
	clear: left;
	font-size: 1px;
}
.iew99 {
	width: 99%;
}



/* ヘッダー *************************************/

/* ヘッダー枠 */
#header {
	background: url(./img/header-line.png) repeat-x center top;
	height: 93px;
	padding-top: 6px;
	position: relative;
	min-width: 600px;
}

/* ヘッダー左背景 */
#header-left {
	background: url(./img/header-bg.png) no-repeat left bottom;
	height: 93px;
	min-width: 600px; 
}

/* ヘッダー右背景 */
#header-right {
	background: url(./img/header-right.png) no-repeat right bottom;
	height: 93px;
	position: relative;
}

/* ログイン名 */
#header p {
	padding-top: 30px;
	padding-bottom: 7px;
	white-space: nowrap;
}
#header p img{
	vertical-align:middle;
}

/* ヘッダーメニュー */
#header ul {
	white-space: nowrap; 

}
#header li {
	display: inline;
}
#header li a {
	color: #108EF7;
	text-decoration: none;
	margin-top: 10px;
}

/* ヘッダー検索 */
#header-search {
	position: absolute;
	width: 270px;
	height: 60px;
	right: 10px;
	top: 15px;
}
#header-search input.txtbox {
	width:140px;
	float:none;
}
#header-search img, #header-search input {
	vertical-align:middle;
}
#header-search img {
	margin: 0 5px 5px 0;
}
#header-search h2, #header-search ul {
	margin-left: 30px;
}
#firefox {
	position: absolute;
	right: 5px;
	top: -50px;
	font: 89.5% Arial, Helvetica, sans-serif;
}
#firefox a {
	color:#7BB8F4;
	text-decoration:none;
}


/* トップの吹き出し広告 *************************/

/* トップ広告枠 */
#top-pr {
	color: #FFFFFF;
	background: url(./img/toppr-bg.png) no-repeat left top;
	width: 400px;
	height: 19px;
	position: absolute;
	left: 0;
	top: -23px;
}

/* トップ広告右背景 */
#top-pr p {
	color: #FFFFFF;
	font-size: 11px;
	background: url(./img/toppr_right.png) no-repeat right top;
	height: 19px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 0.35em;
	letter-spacing: 1px;
}

/* トップ広告文字 */
#top-pr a {
	color: #FFFFFF;
	text-decoration: none;
}


/* ロゴ *******************************/

h1 {
	height: 93px;
	margin: 10px 16px 0px;
	float: left;
}
img#logo {
	margin-right: 10px;
	margin-left: 10px;
}


/* 大見出し ***********************************************/

/* 見出し枠 */
#heading {
	background: url(./img/h2-bg.png) no-repeat left top;
	height: 45px;
	min-width: 600px; 
}

/* 見出し文字H2 */
#heading h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: url(./img/h2-right.png) no-repeat right top;
	height: 45px;
	padding-top: 10px;
	padding-left: 55px;
	white-space: nowrap;
}



/* ページトップへ戻る *************************************/

/* ページトップへ戻る枠 */
#pagetop {
	background: url(./img/pagetop-bg.png) no-repeat left top;
	height: 36px;
	text-align: right;
	margin-top: 5px;
	min-width: 600px;
	clear: both;
}

/* ページトップへ戻る右背景 */
#pagetop p {
	background: url(./img/pagetop-right.png) no-repeat right top;
	text-align: right;
	margin: 0px;
}

/* 戻る画像 */
#pagetop img {
	text-align: right;
	margin-right: 20px;
}


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

/* フッター枠 */
#footer {
	background: url(./img/footer-bg.png) no-repeat left top;
	text-align: center;
	min-width: 600px;
	text-decoration: none;

}

/* フッターメニュー */
#footer ul {
	background: url(./img/footer-right.png) no-repeat right top;
	margin: 0px;
	padding-top: 30px;
	list-style-type:none;
	white-space: nowrap;
	padding-bottom: 15px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #108EF7;
	text-decoration: none;
}

/* コピーライト */
#footer #copyright {
	color: #7BB8F4;
	font: 89.5% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#copyright a {
	color: #7BB8F4;
	text-decoration: none;
}


/* メインボタン *******************************************/

.main-btn {
	display: block;
	float: left;
	outline: 0;
	padding: 0;
	border: 0;
	color: #FFF;
	font-size: 13px;
	text-decoration:  none;
	background: url(./img/bg-button-main.png) 0 0 no-repeat;
	line-height:100%;
}
.main-btn span {
  display:  block;
  /*position:  relative;*/
  padding:  5px 15px;
  background:  url(./img/end-button-main.png) right 0 no-repeat;
}
.main-btn:hover {
  background: url(./img/bg-button-main.png) 0 -52px no-repeat;
  color:#FFFFFF;
}
.main-btn:hover span {
  background:  url(./img/end-button-main.png) right -52px no-repeat;
}
.main-btn:active {
  background:  url(./img/bg-button-main.png) 0 -103px no-repeat;
}
.main-btn:active span {
  background: url(./img/end-button-main.png) right -103px no-repeat;
}

/* ボタン用フロートクリア */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* チップボックス  *****************************************/
.tip-box {
	background: #f2f9fe;
	padding: 5px;
	border: 1px solid #CCE7FB;
}


/* 白角丸ボックス *****************************************/

.white-box {
	padding:0 7px 0 0;
	background:#fff url(./img/white-box-border.png) 100% 0 repeat-y; 
}
.white-bi {
	padding:0 0 0 7px;
	background:#fff url(./img/white-box-border.png) 0 0 repeat-y;
}
.white-bt {
	height:10px;
	margin:0 -7px 0 -7px;
	background:url(./img/white-box-frame.png) 100% 0 no-repeat;
}
.white-bt div {
	width:10px;
	height:10px;
	background:url(./img/white-box-frame.png) 0 0 no-repeat;
}
.white-bb {
	height:10px;
	margin:0 -7px 0 -7px;
	background:url(./img/white-box-frame.png) 100% 100% no-repeat;
}
.white-bb div {
	width:10px;
	height:10px;
	background:url(./img/white-box-frame.png) 0 100% no-repeat;
}


/* コンテンツ内スタイル ***********************************/

/* 白角丸BOX内コンテンツ用 */
.contents {
	margin:0;
	padding: 20px;
	background:#FFFFFF;
}

/* コンテンツ内段落 */
.contents p {
	margin-bottom: 0.7em;
	line-height: 150%;
}

/* コンテンツ内インデント */
.indent {
	margin: 20px;
}


/* 水色角丸ボックス ***************************************/

.lblue-box {
	padding:0 7px 0 0;
    background:#fff url(./img/lblue-box-border.png) 100% 0 repeat-y;
}
.lblue-bi {
	padding:0 0 0 7px;

    background:#FFFFFFurl(./img/lblue-box-border.png) repeat-y 0 0;
	background: url(./img/lblue-box-border.png);
}
.lblue-bt {
    height:10px;
    margin:0 -7px;
    background:url(./img/lblue-box-frame.png) 100% 0 no-repeat;
}
.lblue-bt div {
    width:10px;
    height:10px;
    background:url(./img/lblue-box-frame.png) 0 0 no-repeat;
}
.lblue-bb {
    height:10px;
    margin:0 -7px;
    background:url(./img/lblue-box-frame.png) 100% 100% no-repeat;
}
.lblue-bb div {
    width:10px;
    height:10px;
    background:url(./img/lblue-box-frame.png) 0 100% no-repeat;
}
.lblue-box .contents {
    background: url(./img/lblue-box-border.png);
}

/* 濃い水色ボックス ***************************************/

.blue-box {
	padding:0 7px 0 0;
    background:#fff url(./img/blue-box-border.png) 100% 0 repeat-y;
}
.blue-bi {
	padding:0 0 0 7px;

    background:#FFFFFFurl(./img/blue-box-border.png) repeat-y 0 0;
	background: url(./img/blue-box-border.png);
}
.blue-bt {
    height:10px;
    margin:0 -7px;
    background:url(./img/blue-box-frame.png) 100% 0 no-repeat;
}
.blue-bt div {
    width:10px;
    height:10px;
    background:url(./img/blue-box-frame.png) 0 0 no-repeat;
}
.blue-bb {
    height:10px;
    margin:0 -7px;
    background:url(./img/blue-box-frame.png) 100% 100% no-repeat;
}
.blue-bb div {
    width:10px;
    height:10px;
    background:url(./img/blue-box-frame.png) 0 100% no-repeat;
}
.blue-box .contents {
    background: url(./img/blue-box-border.png);
}

/* タブ付きボックス **************************************/


/* タブ　大 */
.tab-active-left {
	background:url(./img/tab-active-left.png) no-repeat;
	width:197px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}
.tab-active-center {
	background:url(./img/tab-active-center.png) no-repeat;
	width:194px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}

.tab-blue-left {
	background:url(./img/tab-blue-left.png) no-repeat;
	width:197px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}
.tab-blue-center {
	background:url(./img/tab-blue-center.png) no-repeat;
	width:194px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}

/* タブ　小 */
.tab-active-left-min {
	width:137px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
	background-image: url(./img/tab-active-left-min.png);
	background-repeat: no-repeat;
}
.tab-active-center-min {
	background:url(./img/tab-active-center-min.png) no-repeat;
	width:134px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}

.tab-blue-left-min {
	background:url(./img/tab-blue-left-min.png) no-repeat;
	width:137px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}
.tab-blue-center-min {
	background:url(./img/tab-blue-center-min.png) no-repeat;
	width:134px;
	height:28px;
	float:left;
	text-align: center;
	padding-top:10px;
}

/* フレーム */
.tab-frame-top-right {
	height:38px;
	font-weight:bold;
	color: #108EF7;
	background-image: url(./img/tab-frame-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.tab-frame-top-right a, .tab-frame-top-right a:hover {
	color: #108EF7;
	text-decoration: none;
	display: block;
	padding: 1px;
}
.tab-frame-left {
	background: url(./img/tab-frame-left.png) repeat-y left top;
}
.tab-frame-right {
	background: url(./img/tab-frame-right.png) repeat-y right top;
}

.tab-frame-bottom-left {
	height:10px;
	background-image: url(./img/tab-frame-bottom-left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.tab-frame-bottom-right {
	background: url(./img/tab-frame-bottom-right.png) repeat-y right top;
	height:10px;
}
.tab-frame-right .contents {
	margin: 0px 20px;
	padding: 20px 0px;
}

/* 画面の流れ *********************************************/

/* 画面の流れ枠 */
.flow {
	background: url(./img/flow-bg.png) no-repeat left top;
	height: 60px;
}

/* 画面の流れ右背景 */
.flow div {
	background: url(./img/flow-right.png) no-repeat right top;
	height: 60px;
	padding:10px 20px;
	margin-bottom: 20px;
}

/* 画面の流れ見出し3 */
.flow h3 {
	color: #108EF7;
	margin-bottom: 5px;
}
.flow p {
	margin-bottom: 0.2em;
}


/* 流れを説明する文字 */
.flow ol {
	white-space: nowrap;
}
.flow li {
	margin-left: 10px;
	list-style: none;
	white-space: nowrap;
	display: inline;
}

/* 矢印画像 */
.flow img {
	margin-right: 10px;
	vertical-align: -15%;
	_vertical-align: -10%;
}

/* グラデーションBOX *********************************************/

/* 枠 */
.flow-min {
	background: url(./img/flow-bg-min.png) no-repeat left top;
	height: 40px;
	margin-bottom:20px;
}

/* 右背景 */
.flow-min .flow-min-right {
	background: url(./img/flow-right-min.png) no-repeat right top;
	height: 40px;
	padding:10px 20px 0 20px;
}

/* 画像 */
.flow-min img {
	vertical-align:middle;
	margin-right:5px;
}

/* フォームレイアウト用 ***********************************/

/* フォーム用テーブル90% */
table.form-tbl {
	width:90%;
	overflow: hidden;
	margin:0 auto 0 auto;
}

/* フォーム用テーブル50% */
table.short-form-tbl {
	width:400px;
	overflow: hidden;
}

/* フォーム用テーブル内のセル設定 label：TH用　form-parts：TD用 */
.label, .form-parts {
	margin: 5px;
	padding: 5px;
	line-height: 130%;
}

/* フォーム用テーブル内のTHセル設定 */
table.form-tbl th, table.short-form-tbl th {
	font-weight:normal;
	text-align:left;
	width:150px;
	border-left: 7px solid #EEEEEE;
	vertical-align: top;
}
/* フォーム用テーブル内のTDセル設定 */
table.form-tbl td, table.short-form-tbl td {
	line-height:150%;
}


/* フォームの点線 */
td.line {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* エラーメッセージ */
.error-msg {
	color: #FF6600;
	background: #FFECD9;
	font-size: 89.5%;
	padding: 5px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

/* 入力ヘルプの吹き出し */
.input-help {
	background: url(./img/input-help-bg.png) no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 134px;
	padding-left: 13px;
	float: left;
	margin-left: 10px;
}

/* テキストボックス入力欄　吹き出し表示用にフロート */
.txtbox {
	float: left;
}

/* 入力欄 */
input,textarea {
	color: #666666;
	font-size: 13px;
}
select {
	color: #666666;
}
option {
	padding-right:5px;
}


/* 必須マーク */
.necessary-mark {
	color: #FF3300;
	font-weight: normal;
}

/* ミニダイアログ *****************************************/

/* ダイアログ枠 */
.balloon-box {
	border-collapse:collapse;
}

.balloon-box #balloon-top-left {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-bule-box-tl.png) repeat-x center bottom;
}
.balloon-box #balloon-top-right {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-bule-box-tr.png) repeat-x center bottom;
}
.balloon-box #line-balloon-top-left {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-linebule-box-tl.png) repeat-x center bottom;
}
.balloon-box #line-balloon-top-right {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-linebule-box-tr.png) repeat-x center bottom;
}
.balloon-box #balloon-bottom-left {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-bule-box-bl.png) repeat-x center top;
}
.balloon-box #balloon-bottom-right {
	display:block;
	width:10px;
	height:10px;
	background: url(./img/dialog-bule-box-br.png) repeat-x center top;
}


/* ダイアログ内コンテンツ枠 */
.balloon-box .contents  {
	color: #FFFFFF;
	margin: 0px;
	background-image: url(./img/dialog-bule-box-bg.png);
	padding: 15px;
}

.balloon-box td {
	vertical-align:top;
}
.balloon-box .top-frame  {
    background: url(./img/dialog-bule-box-bg.png) repeat-x center bottom;
    text-align:center;
}
.balloon-box .bottom-frame  {
	background: url(./img/dialog-bule-box-bg.png) repeat-x center top;
	text-align:center;
}
.balloon-box .left-frame,
.balloon-box .right-frame,
.balloon-box .contents  {
	background-image: url(./img/dialog-bule-box-bg.png);
}
.balloon-box .top-frame-line {
	background: url(./img/dialog-linebule-box-top.png) repeat-x center bottom;
}
.balloon-box .bottom-frame-line {
	height:36px;
	background: url(./img/dialog-linebule-box-bottom.png) no-repeat center top;
}


/* ダイアログ内コンテンツ枠 */
.balloon-box .contents  {
	color: #FFFFFF;
	margin: 0px;
	background-image: url(./img/dialog-bule-box-bg.png);
	padding: 15px;
}

.balloon-box td {
	vertical-align:top;
}
.balloon-box .top-frame  {
    background: url(./img/dialog-bule-box-bg.png) repeat-x center bottom;
    text-align:center;
}
.balloon-box .bottom-frame  {
	background: url(./img/dialog-bule-box-bg.png) repeat-x center top;
	text-align:center;
}
.balloon-box .left-frame,
.balloon-box .right-frame,
.balloon-box .contents  {
	background-image: url(./img/dialog-bule-box-bg.png);
}
.balloon-box .top-frame-line {
	background: url(./img/dialog-linebule-box-top.png) repeat-x center bottom;
}
.balloon-box .bottom-frame-line {
	height:36px;
	background: url(./img/dialog-linebule-box-bottom.png) no-repeat center top;
}

/* ダイアログ見出し */
.balloon-box h3 {
	margin-bottom: 5px;
}

/* テキストボックス入力欄 */
.balloon-box input.txtbox, .balloon-box textarea.txtbox {
	width:300px;
	float:none;
	border-style:none;
	border-width:0;
	margin-bottom:10px;
}
/* テキストボックス入力欄 中 */
.balloon-box input.txtbox-middle {
	width:250px;
	float:none;
	border-style:none;
	border-width:0;
}
/* テキストボックス入力欄 小 */
.balloon-box input.txtbox-min {
	width:220px;
	float:none;
	border-style:none;
	border-width:0;
}
/* テキストボックス入力欄 極小 */
.balloon-box input.txtbox-umin {
	width:140px;
	float:none;
	border-style:none;
	border-width:0;
}

/* プルダウン */
.balloon-box select {
	border-style:none;
	border-width:0;
}

/* フォーム用テーブル ブックマークフォルダ管理用　*/ 
.balloon-box table.folder-tbl {
	margin:0 auto 10px auto;
}
.balloon-box table.folder-tbl td {
	padding:2px;
}

/* 文字注意文言 */
.balloon-box .txt-help {
	color: #FFFFFF;
}

/* 入力欄ラベル */
.balloon-box label {
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
}
.balloon-box h2 {
	background: #0B8EF0;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0.7em;
}


/* 閉じるボタン */
.close-icon {
	text-align: right;
	margin:-15px -15px 0 0;
}

/* リンク */
.balloon-box a {
	color:#FFFF99;
}

/* リスト */
.balloon-box ul {
	margin: 0 0 1.0em 20px;
}
.balloon-box li {
	margin-bottom:0.4em;
}

.balloon-box .clear {
	margin-left:30px;
	margin-right: 30px;
}


/* ミニダイアログ(警告系) *****************************************/

.accuse .balloon-box #balloon-top-left {
	background: url(./img/dialog-red-box-tl.png) repeat-x center bottom;
}
.accuse .balloon-box #balloon-top-right {
	background: url(./img/dialog-red-box-tr.png) repeat-x center bottom;
}
.accuse .balloon-box #balloon-bottom-left {
	background: url(./img/dialog-red-box-bl.png) repeat-x center top;
}
.accuse .balloon-box #balloon-bottom-right {
	background: url(./img/dialog-red-box-br.png) repeat-x center top;
}

.accuse .balloon-box .contents  {
	color: #FFFFFF;
	margin: 0px;
	background-image: url(./img/dialog-red-box-bg.png);
	padding: 15px;
}

.accuse .balloon-box .top-frame  {
    background: url(./img/dialog-red-box-bg.png) repeat-x center bottom;
}
.accuse .balloon-box .bottom-frame  {
	background: url(./img/dialog-red-box-bg.png) repeat-x center top;
}
.accuse .balloon-box .left-frame,
.accuse .balloon-box .right-frame,
.accuse .balloon-box .contents  {
	background-image: url(./img/dialog-red-box-bg.png);
}
.accuse h2 {
	background-color:#FF0000;
}


/* 情報ウィンドウ(com.google.maps.InfoWindow) *************/

/* ダイアログ内コンテンツ枠 */
.ginfowindow .contents  {
	margin: 0px;
	padding: 15px;
}

/* テキストボックス入力欄 */
.ginfowindow input.txtbox, .ginfowindow textarea.txtbox {
	width:300px;
	float:none;
}
/* テキストボックス入力欄 小 */
.ginfowindow input.txtbox-min {
	width:220px;
	float:none;
}
/* テキストボックス入力欄 極小 */
.ginfowindow input.txtbox-umin {
	width:140px;
	float:none;
}

/* フォーム用テーブル ブックマークフォルダ管理用　*/ 
.ginfowindow table.folder-tbl {
	margin:0 auto 10px auto;
}
.ginfowindow table.folder-tbl td {
	padding:2px;
}

/* 文字注意文言 */
.ginfowindow .txt-help {
	color: #999999;
}

/* 入力欄ラベル */
.ginfowindow label {
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
}
.ginfowindow h2 {
	padding: 3px;
	text-align: center;
	color: #999999;
	margin-bottom: 0.7em;
}


/* 閉じるボタン */
.close-icon {
	text-align: right;
	margin:-15px -15px 0 0;
}

/* リンク */
.ginfowindow a {
	color: #38a416;
}

/* リスト */
.ginfowindow ul {
	margin: 0 0 1.0em 20px;
}
.ginfowindow li {
	margin-bottom:0.4em;
}

.ginfowindow .clear {
	margin-left:30px;
	margin-right: 30px;
}

.ginfowindow .main-btn {
	color: #FFF;
}

/* 白ボタン ***********************************************/

.white-btn {
	display: block;
	float: left;
	outline: 0;
	padding: 0;
	border: 0;
	color: #38a416;
	font-size: 12px;
	text-decoration:  none;
	background: url(./img/bg-button-white.png) 0 0 no-repeat;
	line-height:100%;
}
.white-btn span {
  display:  block;
  /*position:  relative;*/
  padding:  5px 15px;
  background:  url(./img/end-button-white.png) right 0 no-repeat;
}

a.white-btn  {
	color: #38a416;
}

/* 白ボタン (警告) ***********************************************/

.white-btn-accuse {
	display: block;
	float: left;
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	text-decoration:  none;
	background: url(./img/bg-button-accuse.png) 0 0 no-repeat;
	line-height:100%;
}
.white-btn-accuse span {
  display:  block;
  /*position:  relative;*/
  padding:  5px 15px;
  background:  url(./img/end-button-accuse.png) right 0 no-repeat;
}

a.white-btn-accuse  {
	color: #ff0000;
}


/* MAP、マーカーの一覧表示 *********************/


table.list {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

table.list td {
	border-bottom: 1px dotted #DDDDDD;
	vertical-align:top;
	padding: 3px;
}

table.list h3 {
	margin-bottom: 0.5em;
}

table.list h3 img{
	vertical-align:middle;
}


.list td.icon {
	padding-top: 7px;
	width:25px;
}

table.list h3 .map-name {
	font-size: 89.5%;
}

table.list p {
	margin-bottom: 0.2em;
	line-height: 130%;
}

table.list .tag-date {
	font-size: 89.5%;
}


/* マップポイント表示テーブル用 */

div.list-status {
	background: #F2F9FE;
	width: 160px;
	padding:5px;
	text-align:center;
	height: 100%;
}
div.list-status th, div.list-status td {
	font-size: 89.5%;
	border-width:0px;
	padding:1px;
	margin:0;
}
div.list-status table {
	border-collapse: collapse;
	margin:0 auto;
}
div.list-status th {
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	padding:2px;
}
div.list-status td {
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
	padding:2px;
}

#main {
	position: relative;
}

/* このマップを見ている人は **********************/
/* このマップに合った商品は **********************/

#relation-map-box h2,
#ad-product-box h2 {
	font-size:100%;
	margin-bottom:0.8em;
	margin-left:10px;
}
#relation-map-box .contents,
#ad-product-box .contents {
	padding:7px 10px;
}


/* MAP枠 */
.relation-info {
	width: 100px;
	float: left;
	margin: 0 0 10px 10px;
}

/* MAPマップ名 */
.relation-info .name {
	font-weight:bold;
	font-size:89.5%;
	line-height:130%;
}
.icon-edit {
	margin-left: 5px;
	vertical-align: middle;
}
* html .icon-edit  {
	behavior: expression(IEPNGFIX.fix(this));
}

.qr-code {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.url-tbl {
	margin-bottom: 0.5em;
}



/* for Control.Modal **********************/

#modal_container {
}

#modal_overlay {
    background-color: #000000;
}


#help-menu {
	width: 250px;
	position: absolute;
	left: 0px;
	_left: -247px;
	top: 0px;
}
#help-menu .lblue-box, #help-menu .iew99 {
	margin-bottom: 20px;
}
#help-menu .lblue-box .contents{
	padding: 5px;
}

#help-menu h3 {
	color: #108EF7;
	margin-bottom: 0.3em;
	padding-top: 7px;
	padding-left: 35px;
	padding-bottom: 7px;
	font-size: 110%;
}
h3#helpmenu-search {
	background: url(./img/helpmenu-icon-search.png) no-repeat;
}
h3#helpmenu-faq {
	background: url(./img/helpmenu-icon-faq.png) no-repeat;
}
h3#helpmenu-link {
	background: url(./img/helpmenu-icon-link.png) no-repeat;
}
#help-menu ul {
	margin-left: 20px;
}
#help-menu li {
	margin-bottom: 0.3em;
	line-height: 120%;
}
#help-menu input.search-input {
	width: 160px;
	margin-bottom: 5px;
}
#help-menu .clear {
	margin-left: 50px;
	width: auto;
}
#help {
	margin-left: 247px;
}
#help .bluebox-tall div {
	padding-top: 6px;
}

#help .white-box .contents {
	min-height:510px;
	_height:510px;
}
#help h3 img {
	vertical-align: -30%;
	margin-right: 5px;
}
#help-info dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}
#help-info dd {
	margin-bottom: 0.7em;
}
#help-list h4 {
	font-size: 110%;
	color: #108EF7;
	border-bottom: 1px solid #A6D6FB;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	padding-left: 5px;
	margin-top: 1.2em;
}
#help blockquote {
	margin-left: 30px;
	margin-bottom:20px;
}
#help ul, #help ol {
	margin-bottom: 1.0em;
	margin-left: 40px;
}
#help li {
	margin-bottom: 0.5em;
	line-height: 130%;
}

#help p {
	margin-bottom: 0.9em;
}

#search-list p.search-num {
	font-size:110%;
}
#search-list dt {
	font-weight: bold;
	margin-bottom: 0.3em;
	font-size: 110%;
	list-style: circle;
	margin-top: 1em;
}
#search-list dd {
	line-height: 130%;
	margin-left: 10px;
}
#help-view h4 {
	font-size: 110%;
	color: #108EF7;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #A6D6FB;
	padding-left: 5px;
}
#help-view p {
	margin-right: 15px;
	margin-left: 15px;
}
#help-view p.lead {
	margin-right: 0px;
	margin-left: 0px;
}
#help-view ul {
	margin-left: 30px;
}
#help-view .clear {
	margin-left: 30px;
	width: auto;
}
#word-list dt {
	font-size: 110%;
	font-weight: bold;
	clear: left;
	float: left;
	padding-left: 5px;
	width: 125px;
}
#word-list dd {
	line-height: 140%;
	margin-bottom: 0.7em;
	padding-left: 140px;
	border-bottom: 1px solid #A6D6FB;
	padding-bottom: 0.7em;
}

