@charset "utf-8";
/* =============================================== */
/*  全体の初期設定値をリセット
/* ----------------------------------------------- */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td*/
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}


fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

/* =============================================== */
/*  全体の枠組み
/* ----------------------------------------------- */
body {
	font-size: 12px;
	line-height:18px;
	color:#404040;
	_text-align:center;
}
#wrapper { /* 全体枠 */
	margin: 0px auto;
	width: 1024px;
	border: none;
	background-color: #fff;
	_text-align:left;
	border:1px solid #000;
}
#header_wrapper { /* ヘッダー域 */
	width:1024px;
	height:100px;
	padding:0px;
	position:relative;
}
#contents_wrapper { /* コンテンツ域 */
	width:1024px;
	margin:0px;
	position:relative;
	overflow:hidden;
}
#footer_wrapper { /* フッター域 */
	width:1024px;
	height: 60px;
	position:relative;
}
.clear:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility::hidden;
}
.clear { display:inline-table; }
/* Start IE-Mac \*/
* html .clear { height:1%; }
.clear { display:block; }
/* End IE-Mac */

/* =============================================== */
/* フォント・リンク
/* ----------------------------------------------- */
h1 {
	font-size: 200%;
	font-weight: bold;
}
span.strong {
	font-weight:bold;
}
span.impmsg {
	color:#E60019;
}
.fssml1 {
	font-size:90%;
}
/* リンク */
a:link, a:visited {
	color: #00479D;
	text-decoration: none;
}
a:hover, a:active {
	color: #00479D;
	text-decoration: none;
}
a.nounderline {
	text-decoration: none!important;
}
/* =============================================== */
/*  ヘッダー・フッター
/* ----------------------------------------------- */
/*------------------ ヘッダー ------------------*/
#header {
	width:1024px;
	height:100px;
	background:#333 url("../../img/help/help_palettelogo.jpg") no-repeat left top;
}

#header h1 {
	text-indent: -9999px;
}

#header div.SearchArea {
	margin-left:15px;
	padding-left:0px;
	position:relative;
	top:41px;
/*	background-color:#f00;
	background:url("../../image/icon_search.gif") no-repeat left top;*/
}
#header div.SearchArea input#searchOn {
	width:32px;
	height:32px;
	position:absolute;
	top:0px;
	left:260px;
	font-size:150%;
	line-height:32px;
	border-width:0px;
	background:url("../../img/help/icon_search.gif") no-repeat left top;
	cursor:pointer;
}
#header div.SearchArea input#searchkey {
	width:250px;
	height:32px;
	_height:32px;
	padding-left:10px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:150%;
	line-height:32px;
	border-width:0px;
}
.search-tips {
	_margin-left:0px;
	padding:2px 0px 0px 10px;
	color:#999;
	font-size:130%;
	line-height:32px;
}

/*------------------ フッター ------------------*/
#footer {
	padding:10px 0px;
	_padding:0px;
	width:1024px;
	height:60px;
	font-size:85%;
	text-align:left;
}
#footer #company {
	padding-left:10px;
	_padding-top:10px;
}
#footer #copyright {
	padding-left:10px;
	_padding-top:-10px;
}

/* =============================================== */
/*  コンテンツ

/* ----------------------------------------------- */
/*------------------ 共通項目 ------------------*/
.txtcenter {
	text-align:center;
}
.txtleft {
	text-align:left;
}
#contents { /*各コンテンツ*/
	padding:20px 10px 10px;
	width:1004px;
	position:relative;
	overflow: hidden;
	zoom:1;
}

#contents table {
	border-spacing:0px;
}
#contents #helptree_t { /*左メニュー*/
	width:345px;
	color:#404040;
	vertical-align:top;
}
#contents #helpdetail_t { /*右詳細内容*/
	width:665px;
	vertical-align:top;
}

h2.helptree_t { /*左タイトル*/
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:1px;
}
A.helpdetail_t:hover {color: red; cursor: pointer; }

 /*左ツリー*/
#contents #helptree_t ul {
	list-style-type: none;
}

h2.title_r { /*右タイトル*/
	margin-bottom:20px;
	height:45px;
	font-size:32px;
	text-indent:40px;
	line-height:40px;
	_line-height:47px;
	letter-spacing:3px;
	background:url("../../img/help/icon_question.gif") no-repeat;
	border-bottom:1px dashed #000;
}


#contents #helpdetail_t #helpContents {
	line-height:1.7em;
}

#contents #helpdetail_t #helpContents span.title {
	margin:30px 0px 20px;
	display:block;
	font-size:14px;
	font-weight:bold;
}

div.totop {
	margin-bottom:5px;
	position:relative;
	clear:both;
}
div.totop a {
	position:relative;
	left:900px;
	display: block;
	width: 59px;
	height: 24px;
	text-indent: -9999px;
	background-image: url("../../img/help/icon_totop.gif");
}

#searchNext { /*検索キー入力(下部)*/
	margin-top:60px;
	position:relative;
}
.searchNext_top { /*検索キー入力(下部)*/
	margin-left:350px;
	position:relative;
}
#searchNext .SearchArea {
	height:32px;
	position:relative;
	top:0px;
}
#searchNext .SearchArea input#searchOn2 {
	width:32px;
	height:32px;
	position:absolute;
	top:0px;
	left:262px;
	font-size:150%;
	line-height:32px;
	border-width:0px;
	background:url("../../img/help/icon_search.gif") no-repeat left top;
	cursor:pointer;
}
#searchNext .SearchArea input#searchkey2 {
	width:250px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	padding-left:10px;
	font-size:150%;
	line-height:32px;
	border:1px solid #999;
}
