﻿* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 9pt;
  text-align: center;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  padding: 0;
  margin: 0;
}

/*Header*/

h1 {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */

h2{
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

h3 {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #000066;
  border-bottom: 1px solid #000066;
}

h4
{
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h5,h6
{
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

h2,h3,h4,h5,h6 { margin-top: 2.5em; }


/* -- 文字 -- */
#contents p {
  line-height: 1.3em;
  margin-bottom: 0.25em;
}

.title {
  border-top:solid 1px #0066FF; 
  padding-top:15px;
  font-size: 1.2em;
  font-weight:bold;
  padding-bottom:10px;
  padding-left:20px;
  border-bottom:solid 1px #0066FF;
}

.newst {
	font-weight:bold;
}

.News{
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.NewsB{
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #0000AA;
  border-bottom: 1px solid #0000AA;
}

.NewsC{
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid orange;
  border-bottom: 1px solid orange;
}

.NewsD{
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid green;
  border-bottom: 1px solid green;
}

.NewsE{
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3px 0 5px 5px;
  border-left: 10px solid #6F07F7;
  border-bottom: 1px solid #6F07F7;
}


.faq{
	margin-left:1em;
}

.faqList{
  font-size: 9pt;
  margin-left:5px;
  margin-top:5px;
  border-bottom:5px;
}

.faqTitle{
  border-top:solid 2px #B1D056;
  padding-top:8px;
  font-size: 1.3em;
  font-weight:bold;
  padding-bottom:6px;
  /*border-left: 10px solid orange;*/
  /*border-right: 10px solid #B1D056;*/
  border-bottom:solid 2px #B1D056;
}

.smallFont{
	font-size: 8pt;
	line-height:0.8em
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 2em;
  margin-bottom: 0.5em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents li {
  margin-bottom: 0.5em; 
  list-style:square;
}
#contents ol li{ 
  margin: 1em 0 1em 30px;
  list-style:decimal;
  }

#contents .faqTitlelist ul{ margin: 1em 0 1em 20px; }

#contents .faqTitlelist li{ 
  margin-bottom: 1.25em; 
  list-style-type:square;
  color:orange;
  }

/*リリースノート用リスト*/
#contents .RN ul{ margin: 1em 0 1em 20px; }

#contents .RN li{ 
  margin-bottom: 1.25em; 
  list-style:circle;
  }
  
/*ドキュメント用リスト*/
#contents .DOC ul{ margin: 1em 0 1em 20px; }

#contents .DOC li{
	margin-bottom: 1.25em;
	list-style: circle;
	font-weight: bold;
	color: #333333
}


/*リリースノート用リンク*/
a.RN:link {
  color: #333333;
  text-decoration: none;
  font-weight:bold;
}

a.RN:visited {
  color: #333333;
  text-decoration: none;
  font-weight:bold;
}

a.RN:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight:bold;
}

/*リンク(default)*/
a:link {
  color: #000066;
  text-decoration: none;
  font-weight:bold;
}

a:visited {
  color: #000066;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight:bold;
}

/*リンク(faq_List)*/
a.faqL:link {
  color: #000066;
  text-decoration: none;
  font-weight:normal;
}

a.faqL:visited {
  color: #000066;
  text-decoration: none;
  font-weight:normal;
}

a.faqL:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight:normal;
}

/*リンク(redirect)*/
a.redirect:link {
  color: #000066;
  text-decoration: none;
  font-size: 1.2em;
  font-weight:bold;
}

a.redirect:visited {
  color: #000066;
  text-decoration: none;
  font-size: 1.2em;
  font-weight:bold;
}

a.redirect:hover {
  color: #ff0000;
  text-decoration: none;
  font-size: 1.2em;
  font-weight:bold;
}

/*Go to Top*/
a.top:link {
  color: #0000ff;
  text-decoration:underline;
  font-weight:normal;
}

a.top:visited {
  color: #0000ff;
  text-decoration:underline;
  font-weight:normal;
}

a.top:hover {
  color: #ff0000;
  text-decoration:underline;
  font-weight:normal;
}

/* footer */
#footer p {
  line-height: 1.3em;
  margin-right:10px;
}

#footer{
  clear: both;
  width: 100%;
  background-color: #999999;
  color: #000000;
  text-align: right;
  padding: 10px 0;
}

#footer a.ft:link{
  color: #000000;
  text-decoration:none;
  font-weight:normal;
  margin-right:10px;
}

#footer a.ft:visited{
  color: #000000;
  text-decoration:none;
  font-weight:normal;
  margin-right:10px;
}

#footer a.ft:hover{
  color: #ffffff;
  text-decoration:none;
  font-weight:normal;
  margin-right:10px;
}
