/*
 *  common.css
 *  --------------------------
 */

/* ▼ 共通 ▼ */
* { margin : 0 ; padding : 0 ; }

html
{

}

body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size:12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  color: #333333;
  background-image: url(/images/help/st_bg2.gif);
  background-repeat: repeat-x;
  background-color: #000000;
  line-height: 14px;
}

/* ▼ ベースレイアウト（コンテンツ） ▼ */
#main
{
  clear: both;
  margin: 0 auto;
  padding: 0px;
  width: 920px;
}
/* ▲ ベースレイアウト（コンテンツ） ▲ */

/* ▼ 共通空白 ▼ */
div.whitespace
{
  height: 20px;
  clear: both;
  display: block;
  background-color: transparent;
}

div.whitespace2
{
  height: 15px;
  clear: both;
  display: block;
  background-color: transparent;
}

div.whitespace3
{
  height: 10px;
  clear: both;
  display: block;
}
/* ▲ 共通空白 ▲ */

/* ▼ 共通リンク ▼ */
a
{
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
}

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

a.icon
{
  color: #333333;
  cursor: default;
}
/* ▲ 共通リンク ▲ */

/* ▼ ヘッダ上部 ▼ */
#header-top
{
  margin: 0 auto;
  padding-top: 11px;
  width: 920px;
  height: 29px;
  text-align: left;
}

#header-top div
{
  margin-top: 0px;
  padding: 0px;
  height: 29px;
  background-image: url(/images/study/st_hd_logo2.gif);
  background-repeat: no-repeat;
  text-indent: 130px;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}

div#header-top a
{
  width: 129px;
  height: 25px;
  display: block;
  overflow:hidden;
}
/* ▲ ヘッダ上部 ▲ */

/* ▼ ヘッダ全体 ▼ */
#header
{
  margin: 0 auto;
  width: 920px;
  height: 34px;
  text-align: left;
}
/* ▲ ヘッダ全体 ▲ */

/* ▼ フッタ ▼ */
#footer
{
  margin: 0 auto;
  /*width: 910px;*/
  height: 30px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
}

#footer span.copy
{
  color: #bbbbbb;
}
/* ▲ フッタ ▲ */

/* ▼ TOC ▼ */
div.toc h2
{
  padding: 5px 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #e0e0e0;
  font-size: 14px;
}

div.toc h3
{
  padding: 5px 10px;
  background-color: #f0f0f0;
  font-size: 12px;
}

div.toc ul
{
  margin: 10px 0px 10px 10px;
}

div.toc li
{
  margin: 10px 0px 10px 10px;
}
/* ▲ TOC ▲ */


/* ▼ コンテンツ ▼ */
#wrap
{
  background-color: #ffffff;
}

#page-header
{
  margin-top: 10px;
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#page-footer
{
  background-color: #333333;
  height: 35px;
}

#page-body
{
  text-align: left;
}

#page-toc
{
  float: left;
  width: 229px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}

#page-contents
{
  float: left;
  width: 610px;
  padding: 20px;
}

h1
{
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 10px;
}

h2
{
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 6px solid #999999;
}

p
{
  margin: 10px 0;
  line-height: 1.5;
}
/* ▲ コンテンツ ▲ */
