@charset "Shift_JIS";

/*====================================================================
  helpstyle.css :: style sheet for online help at kamilabo.jp
                                              Last Update : 2009/05/29
====================================================================*/

/*--------------------------------------------------------------------
  Left side menu styles
--------------------------------------------------------------------*/

div.helpmenu_chapters {
	padding-bottom:10px;
}
/*
.helpmenu_top {
	font-size:15px;
	font-weight:bold;
}
*/
div.helpmenu_head1 {
	font-size:13px;
	font-weight:bold;
	background:url(../../../images/copihelpimages/helpmenu_back.gif) repeat-x top left;
	width:204px;
}

div.helpmenu_head2 {
	font-size:13px;
/*	font-weight:bold;*/
	padding-left:20px;
}

div.helpmenu_head3 {
	font-size:13px;
	padding-left:30px;
}

div.helpmenu_head1 a:link,
div.helpmenu_head2 a:link,
div.helpmenu_head3 a:link,
table#help_contentstable a:link {
	color:#000000;
	text-decoration:none;
}

div.helpmenu_head1 a:visited,
div.helpmenu_head2 a:visited,
div.helpmenu_head3 a:visited,
table#help_contentstable a:visited {
	color:#000000;
	text-decoration:none;
}

div.helpmenu_head1 a:hover,
div.helpmenu_head2 a:hover,
div.helpmenu_head3 a:hover,
table#help_contentstable a:hover {
	color:#000000;
	text-decoration:underline;
}

div.helpmenu_head1 a:active,
div.helpmenu_head2 a:active,
div.helpmenu_head3 a:active,
table#help_contentstable a:active {
	color:#000000;
	text-decoration:underline;
}

/*--------------------------------------------------------------------
  help container box
--------------------------------------------------------------------*/
div#mainTxt {
	font-size : 12px;
}

/*--------------------------------------------------------------------
  Content Boxes
--------------------------------------------------------------------*/

div.helpcontent {
/*
	border-style: solid;
	border-color: #ffcc33;
	border-width: 1px;
*/
	padding : 0.5em;
}

div.helpcolumn {
	border-style: dotted;
	border-color: #ffcc33;
	border-width: 2px;
	padding : 0.5em;
	margin-bottom:25px;
}

hr.helphr {
	margin-top:6px;
	margin-bottom:12px;
	color:#ffcc33;
	height:1px;
	background-color:#ffcc33;
	border:none;
	width:100%;
}

/*--------------------------------------------------------------------
  Headers
--------------------------------------------------------------------*/

h1.helpheader1 {
	font-size:18px;
	margin-top:10px;
	margin-bottom:15px;
	background:url(../../../images/copihelpimages/title_red.gif) no-repeat top left;
	padding-top:10px;
	padding-left:27px;
	height:29px;
}

h2.helpheader2 {
	font-size:16px;
	margin-bottom:10px;
}

h3.helpheader3 {
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}

h4.helpheader4 {
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
}

/*--------------------------------------------------------------------
  Text styles
--------------------------------------------------------------------*/
div.helpcontent p,
div.helpcolumn p,
p.helptext {
	font-size:14px;
	line-height:170%;
	margin-bottom:20px;
}

/*--------------------------------------------------------------------
  List styles
--------------------------------------------------------------------*/

div.helpcontent ul,
div.helpcontent ol,
div.helpcontent dl,
div.helpcolumn ul,
div.helpcolumn ol,
div.helpcolumn dl {
	margin-top:10px;
	margin-bottom:15px;
	margin-left:20px;
}

div.helpcontent ul,
div.helpcolumn ul {
	list-style-type:disc;
}

div.helpcontent li,
div.helpcontent dt,
div.helpcontent dd,
div.helpcolumn li,
div.helpcolumn dt,
div.helpcolumn dd {
	font-size:14px;
	line-height:170%;
}

div.helpcontent dt,
div.helpcolumn dt {
	font-weight:bolder;
}
div.helpcontent dd,
div.helpcolumn dd {
	padding-left:25px;
}

/*--------------------------------------------------------------------
  Code styles
--------------------------------------------------------------------*/

div.helpcode {
	font-size    : 12px;
	border-style : solid;
	border-color : #E0D0C0;
	border-width : 2px;
	margin       : 2.4em;
	padding-left : 1em;
	padding-right: 1em;
}
div.helpcode, pre {
	font-family: "courier new", "courier", monospace;
}

kbd {
	font-family: "courier new", "courier", monospace;
	font-size : 90%;
	color: black;
	padding: 1px 4px 1px 5px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color:  #ddddbb #bbbbaa #bbbbaa #ddddbb;
	background: #f4f2f2;
}

/*--------------------------------------------------------------------
  Table style
--------------------------------------------------------------------*/

table.helptable {
	border-collapse: collapse;
	border: 1px solid #262626;
	margin-left : 13px;
	font-size : 13px;
	font-family : verdana, arial, helvetica, sans-serif;
}

table.helptable td,
table.helptable th {
  border: 1px dotted #262626;
  padding: 0.5em;
}

table.helptable thead th {
	border: 1px solid #262626;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	background-color: #678197;
}

table.helptable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
}

table.helptable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
}

table.helptable tbody th a {
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
}

table.helptable tbody th a:hover {
  background: transparent;
  color: #363636;
}
table.helptable tbody th,
table.helptable tbody td {
  vertical-align: top;
  text-align: left;
	padding : 6px;
}

table.helptable tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
}

table.helptable tbody tr:hover {
	background: #f7fbff;
	border: 1px solid #262626;
}

table.helptable tbody tr:hover th,
table.helptable tbody tr.odd:hover th {
	background: #f7fbff;
}

/*--------------------------------------------------------------------
  Common styles
--------------------------------------------------------------------*/

.helpsmaller {
	font-size:smaller;
}

.helpbolder {
	font-weight : bolder;
}

.helplarger {
	font-size : larger;
}

.helpunderline {
	text-decoration: underline;
}

/* for chapter1.html */
.helplead {
	color : Maroon;
	font-size : 88%;
	margin-bottom:5px;
	text-align:right;
/*	padding-left:2em;*/
}

/* for navigation text at bottom of contents */
.help_navitext {
	font-size:12px;
	text-align:right;
}


div#helpcontentindex {
	margin-left : 136px;
}
/*
h2.helpindexh2 {
	margin-top : 16px;
}
*/
h3.helpindexh3 {
	margin-top : 13px;
	margin-bottom : 6px;
}

h4.helpindexh4 {
	margin-top : 6px;
	margin-bottom : 6px;
	font-weight : bold;
}

h4.helpindexh5 {
	margin-top : 6px;
	margin-bottom : 1px;
	font-weight : bold;
	font-size : 105%;

}

ul.helpindexul {
/*	margin-left : 18px;*/
	margin-top : 6px;
	margin-bottom : 6px;
	padding-left : 0px;
	list-style : none;
}
li.helpindexli {
	padding-left : 15px;
}


dl.helpdl {
	margin-top : 2em;
	margin-bottom : 2.5em;
	border-style: solid;
	border-color: #ffcc33;
	border-width: 1px;
/*	background-color: #F3F3E9;*/
	padding : 1.5em 3em 0.5em;
}

dl.helpdl dt {
	font-weight : bolder;
	font-size : 13px;
	margin-bottom : 6px;
}

dl.helpdl dd {
	fon-size : 12px;
	line-height : 16px;
}

dl.helpdl ul,
dl.helpdl ol {
	margin-left:20px;
}


