@charset "UTF-8";
/* CSS Document */
/*=========================================================
レイアウト
=========================================================*/
#menuArea {width:200px; padding:0 10px 0 0; float:left; clear:left; overflow:hidden;}
#mainArea {width:640px; padding:0; float:right; clear:right; overflow:hidden;}
/*=========================================================
メニューリスト
=========================================================*/
#menuArea ul {margin:0px; padding:1px; width:198px; background:#f2f2f2;}
#menuArea ul li {
	list-style:none;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	background-image: url(../img/icon/arrow.gif);
	background-repeat: no-repeat;
	background-position: 185px center;
}
#menuArea ul li a {
	display:block;
	width:173px;
	height:20px;
	padding:7px 15px 7px 7px;
}
#menuArea ul li a:hover {background:#ebebeb;}
/*=========================================================
タイトル画像
=========================================================*/
h2.helpTitle {margin:0 0 15px 0;}

/*=========================================================
小見出し
=========================================================*/
.small_index {border:solid 1px #CCC; padding:3px; margin:0 0 5px 0; color:#336699;}

/*=========================================================
ブックマークレットのボタン
=========================================================*/
#bkmlBtn {
	display:block;
	background-image: url(../img/help/btn_bkml.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	margin:15px auto 30px auto;
	overflow: hidden;
	text-indent: -9999px;
}
a:hover#bkmlBtn { 
	background-position: 0px -50px;
}

/*=========================================================
ブラウザごとの登録の仕方
=========================================================*/
table.browser {
	margin:0 0 15px 0;
	border:solid 1px #CCC;
}
table.browser td,table.browser th {padding:10px; vertical-align:top;}
table.browser th {width:270px;}
table.browser td #browserIE {height:20px; background:url(../img/help/bkml_ie.gif) no-repeat; padding:5px 0 0 30px; margin:0 0 7px 0; font-weight:bold;}
table.browser td #browserFirefox {height:20px; background:url(../img/help/bkml_firefox.gif) no-repeat; padding:5px 0 0 30px; margin:0 0 7px 0; font-weight:bold;}
table.browser td #browserSafari {height:20px; background:url(../img/help/bkml_safari.gif) no-repeat; padding:5px 0 0 30px; margin:0 0 7px 0; font-weight:bold;}
table.browser td ul {margin:0px; padding:0px;}
table.browser td ul li {
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:dotted 1px #CCC;
	list-style-type: decimal;
	list-style-position: inside;
}
/*=========================================================
アイコンの説明ページ
=========================================================*/
table.icon {width:100%;}
table.icon td,table.icon th {padding:5px; border-bottom:solid 1px #CCC; vertical-align:top;}
table.icon th {width:25px;}