@charset "utf-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	background-color: #ffffff;
	vertical-align: top;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

:focus{
	outline: 0;
}

.center{
	text-align: center;
}

strong {
	color: #2A2323;
}

/*__________________________________________________

  url , formula
  __________________________________________________*/

.url {
	font-family: 'Courier New',monospace;
}

div.url {
	margin: 3px 10px 3px 0;
	padding: 5px;
	border: 1px #cccccc solid;
}

.fomula {
	font-family: 'Courier New',monospace;
}

div.fomula {
	margin: 3px 10px 3px 0;
	padding: 5px;
	border: 1px #cccccc solid;
}

/*__________________________________________________

  link
  __________________________________________________*/

a:link {
	background-color: transparent;
	color: #333333;
}

a:visited {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

/*__________________________________________________

  base
  __________________________________________________*/

#wrapper {
	margin: 0;
	padding: 0;
}

/* container */
#container {
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.4em;
	color: #444444;
}

/*__________________________________________________

  header
  __________________________________________________*/

#help_title {
	padding: 5px 10px 0 5px;
	margin: 0;
	background-color: #ffffff;
}

#menu {
	height: 35px;
	padding: 0;
	background-color: #333333;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding: 8px 0 0 0;
	margin-left: 10px;
	color: #ffffff;
	list-style: none;
	font-size: 95%;
 }

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	background-color: #cccccc;
}

/*__________________________________________________

  right
  __________________________________________________*/

/* list */
#right-list {
	display: block;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	width: 90%;
}

#right-list h1 {
	font-size: 120%;
	padding: 20px 0 0 0;
	margin: 0;
	color: #222222;
}

#right-list h2 {
	font-size: 100%;
	color: #333333;
	padding: 20px 0 3px 3px;
	margin: 0;
}

#right-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #cccccc;
	width: 100%;
	font-size: 95%;
}

#right-list ul li {
	background-color: #f9f9f9;
	background: -moz-linear-gradient(top, #ffffff, #f9f9f9); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f9f9f9)); /* Webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#fff9f9f9'); /* IE5.5以上 */
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
	color: #333333;
}

#right-list ul.no-title {
	margin: 20px 0 0 0;
	padding: 0;
}

#right-list ul li.os-link {
	padding: 4px 0 4px 10px;
	margin: 0;
}

#right-list ul li.noborder1 {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

#right-list ul li a {
	display: block;
	padding: 8px 10px;
	margin: 0;
	text-decoration: none;
	color: #555555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#right-list ul li a:hover{
	color: #000000;
	background-color: #efefef;
}

/*__________________________________________________

  left - toc
  __________________________________________________*/

#left div.toc {
	margin: 0;
	padding: 0;
}

/*__________________________________________________

  footer
  __________________________________________________*/

#footer address{
	font-style: normal;
	font-size: 80%;
}

/*__________________________________________________

  return
  __________________________________________________*/

.return {
	margin: 5px 0;
	padding: 0;
	font-size: 80%;
	text-align: right;
}

.return a:link {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

.return a:visited {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

.return a:active {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

.return a:hover {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

/*__________________________________________________

  image
  __________________________________________________*/

img {
	border: 0;
	padding: 0;
	vertical-align: text-bottom;
}

img.link {
	margin: 0;
	padding: 0;
}

img.screen {
	border: 1px;
	margin: 10px 0 5px 0;
	color: #cccccc;
	max-width: 100%;
	height: auto;
}

img.icon {
	vertical-align: bottom;
	margin: 0;
	padding: 0 5px;
}


/*__________________________________________________

 topic
  __________________________________________________*/

.help-content {
	display: block;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

/* header */
.help-content h1 {
	font-size: 120%;
	padding: 20px 0 0 0;
	margin: 0;
	color: #222222;
}

.help-content h1.no-lead {
	padding-bottom: 20px;
}

.help-content h2 {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/h1_bg.gif);
	background-repeat: repeat-x;
}

.help-content h3 {
	font-size: 100%;
	color: #333333;
	background-color: #f6f6f6;
	border-bottom: 7px solid #cccccc;  
	padding: 10px 2px 3px 5px;
}

.help-content h4 {
	margin: 20px 3px 7px 0;
	padding: 0 0 5px 5px;
	font-size: 100%;
	color: #333333;
	border-bottom: dotted 2px #333333;
	padding: 0;
	line-height: 1.5em;
}

.help-content h5 {
	margin: 15px 0 3px 0;
	padding: 0;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}

/* content */
.lead {
	margin: 20px 0 10px 0;
	padding: 0;
	clear: both;
}

.help-content p {
	margin: 10px 0;
	line-height: 1.5em;
}

/* list */
.help-content ol, .help-content ul {
	margin: 10px 0;
}

.help-content ol li, .help-content ul li {
	padding-top: 10px;
	margin: 0;
	line-height: 1.5em;
}

dl.serial {
	margin-top: 0;
}

dl.serial dt, dl.serial dd {
	margin-top: 0;
	padding-top: 0;
}

ol.serial, ul.serial {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
}

ol.serial li, ul.serial li {
	padding-top: 2px;
}

ol.screen {
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.screen li.item {
	padding: 2px 0;
	margin-left: 1em;
	line-height: 1.5em;
	text-indent: -2em;
}

ol.screen li h5, ol.screen li th, ol.screen li td, ol.screen li dl, ol.screen li ul {
	text-indent: 0;
}

ol.screen li p img.screen {
	margin-left: 2em;
}

ol.screen li.item:before {
	counter-increment: number;
	content: counter(number);
	color: #c71585;
	margin-right: 5px;
	font-size: 1em;
	padding: 0 4px;
	border: 2px solid #c71585;
	font-weight: bold;
}

.help-content dl {
	margin: 20px 0;
	padding: 0;
}

.help-content dl dd {
	margin: 0;
	padding: 5px 0 0 10px;
	line-height: 1.5em;
}

.help-content dl dt {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.5em;
}

/* other */
p.link {
	margin: 2px 5px 2px 20px;
	text-indent: -1.5em;
	font-size: 95%;
}

div.point {
	margin: 15px 10px;
	padding: 0 10px 5px 10px;
	font-size: 95%;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color: #f5f5f5;
}

div.column {
	margin: 20px 0 10px 0;
	padding: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px #cccccc solid;
}

div.column ul {
	padding: 0 ;
	margin: 0 ;
}

div.column li {
	padding: 0;
	margin: 5px 0 5px 20px;
}

sup {
	padding-right: 3px;
	padding-left: 1px;
	vertical-align: text-top;
}

p.supplement {
	margin: 5px 5px 5px 20px;
	text-indent: -1em;
	font-size: 95%;
}

/*__________________________________________________

  mark
  __________________________________________________*/

.enc-lang, .enc-custom, .enc-class {
	display: inline-block;
	/display: inline;
	/zoom: 1;  
	vertical-align: middle;
	padding: 0 2px;
	margin: 0 1px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	font-size: 90%;
}

.enc-lang {
	color: #47bc32;
	border: solid 1px #47bc32;
}

.enc-custom {
	color: #cd5c5c;
	border: solid 1px #cd5c5c;
}

.enc-class {
	color: #00adef;
	border: solid 1px #00adef;
}

h1 .enc-lang, h1 .enc-custom, h1 .enc-class {
	font-size: 80%;
	margin-left: 5px;
	vertical-align: text-bottom;
}

h4 .enc-lang, h4 .enc-custom, h4 .enc-class {
	margin-left: 5px;
	vertical-align: text-bottom;
}

td .enc-lang, td .enc-custom, td .enc-class {
	margin: 0 2px;
}

li .enc-lang, li .enc-custom, li .enc-class {
	display: inline;
	padding: 1px 3px;
	margin: 0 3px;
}

p.link .enc-lang, p.link .enc-custom, p.link .enc-class {
	text-indent: 0;
}

p.supplement .enc-lang, p.supplement .enc-custom, p.supplement .enc-class, {
	display: inline;
	text-indent: 0;
}

/*__________________________________________________

  table
  __________________________________________________*/

table.layout {
	border-style: none;
	border-spacing: 0;
	margin: 5px;
}

table.layout td {
	vertical-align: middle;
	padding: 0 2px;
}

table.list {
	font-size: 95%;
	border-spacing: 0;
	margin: 10px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
}

table.list th {
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #f6f6f6;
	border: 1px #cccccc solid;
}

table.list td {
	vertical-align: middle;
	padding: 4px;
	line-height: 1.5em;
	border: 1px #cccccc solid;
}

table.ex {
	border-style: none;
	border-spacing: 0;
	font-size: 95%;
	margin: 20px 10px 10px 10px;
}

table.ex th {
	text-align: left;
	padding: 5px 15px;
	font-weight: bold;
	line-height: 1em;
	background-color: #f6f6f6;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

table.ex td {
	text-align: left;
	padding: 5px 15px;
	line-height: 1.5em;
	border-collapse: collapse;
	border-bottom: 1px #cccccc solid;
}

table.ex-list {
	font-size: 95%;
	border-spacing: 0;
	margin: 5px 20px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
}

table.ex-list th {
	vertical-align: middle;
	padding: 5px 15px;
	line-height: 1em;
	background-color: #f6f6f6;
	border: 1px #cccccc solid;
}

table.ex-list td {
	vertical-align: middle;
	padding: 5px 15px;
	line-height: 1em;
	border: 1px #cccccc solid;
}

/*__________________________________________________

  more
  __________________________________________________*/

img.btn {
	cursor: pointer;
	margin: 0;
}

#more, #more2, #more3, #more4, #more5, #more6 {
	margin: 0;
	padding: 0;
}

#more_contents, #more_contents2, #more_contents3, #more_contents4, #more_contents5, #more_contents6{
	display: none;
	margin: 0;
	padding: 0;
}
