@charset "UTF-8";

/*全ての要素に対する指定
===================================================== */

body {
	text-align: center; /* WinIE5用、Box中央配置 */
	background-color: #ffffff;
	margin-bottom: 3em;
	font-family: ＭＳ Ｐゴシック;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left; /* WinIE5用、Box中央配置によるテキスト中央揃えを解除 */
	font-weight: normal;
	font-size: x-small; /* WinIE4-5用の指定 */
	font-size: small; /* その他のブラウザ用の指定 */
	line-height: 1.5em;
}

html>* {
  font-size: small; /* Opera6用の指定 */
}

/* デフォルトスタイル
===================================================== */

div#wapper {
	width: 600px;
}

div#header {
	margin: 1px auto 0 auto;
	width: 600px;
	height: 130px;
}

ul#nav {
  margin: 0;
  padding: 0;
  height: 33px;
}

  ul#nav li {
    list-style: none;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
  }

    ul#nav li img {
      border: 0;
    }

div#content {
	width: 600px;
	margin: 0 auto;
}

h1 {
	height: 90px;
}

h1 img {
	height: 90px;
	border: none;
}

h2 {
	margin-top: 40px;
	margin-bottom: 15px;
}

h2 img {
	height: 25px;
	border: none;
}

h3 {
	_height: 50px;
	min-height: 50px;
	margin: 20px 0 0.5em 0;
	padding: 7px 0 0 15px;
	background: transparent url(img/title_h3.png) scroll no-repeat 0px top;
	font-size: 167%;
	color: #FFF;
	font-weight: bold;
}

h4 {
	_height: 32px;
	min-height: 32px;
	margin: 5px 0 1em 0;
	padding: 5px 0 0 15px;
	background: transparent url(img/title_h4.png) scroll no-repeat 0px top;
	font-size: 123.1%;
 	color: #2376b6;
}

h5 {
	_height: 27px;
	min-height: 27px;
	margin: 10px 0 1em 0;
	padding: 2px 0 0 25px;
	background: transparent url(img/title_h5.png) scroll no-repeat 0px top;
	font-weight: bold;
	font-size: 1em;
 	color: #211f27;
}

p {
	margin: 0 20px 1em 5px;
	padding: 0;
	color: #211f27;
	line-height: 1.4em;
}

ul, ol {
  margin-bottom: 1em;
}

ul li {
	list-style-position: outside;
	margin: 0 0 0.2em 17px;
	padding: 0;
	color: #d8518a;
}

ul li span{
	color: #211f27;
}

ul li ul li.index {
	margin: 0 0 0.2em -0.2em;
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

img {
	border: 1px solid #000;
}

table{
	width: 95%;
	margin: 0 0 20px 15px;
	padding: 0;
	border-collapse: collapse;
	font-size: 1em;
}

table tr{
	margin: 0;
	padding: 0;
}

table td{
	background: #ffffff;
	font-weight: none;
	padding: 7px;
	border: 1px solid #adb9c2;
}

table th{
	background: #e5eaed;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #adb9c2;
}

sup{
	font-size: 80%;
}

b{
	font-weight: bold;
}

a:hover {
  color: #383872;
}

div#note{
	margin: 10px 0 30px 0;
	padding: 0;
}

div#note ul li{
	list-style: none;
	background: none;
	margin-left: 5px;
	font-size: 80%;
}

div#note span.title{
	text-align: left;
	font-size: 80%;
	font-weight: bold;
 	color: #3333CC;
}

div.bg{
	margin: 0 20px 25px 20px;
	padding: 10px;
	background-color: #E5EAED;
	border: 1px solid #ADB9C2;
}

div.bg p{
	margin: 0 0 1em 10px;
	padding: 0 0 0 10px;
	line-height: 1.4em;
}

div.bg p.red{
	width: 95%;
	margin: 0 0 1.4em 10px;
	padding: 5px 0 3px 10px;
	font-weight: bold;
 	color: #3333CC;
	line-height: 1.4em;
	border-bottom: 1px dashed #9BAAB5;
}

div.bg ul li{
	list-style: none;
	background: none;
	margin-left: 5px;
}

div.sub{
	margin: 0;
	padding: 0;
}

div.sub table th{
	background: #E5EAED;
	text-align: left;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #ADB9C2;
}

div.sub table th.tabletitle {
	padding: 7px;
	background: #383872;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/* 汎用クラス
===================================================== */
.tabletitle {
	padding: 7px;
	background: #383872;
	font-weight: bold;
	color: #FFFFFF;
}

.txtcenter {
  text-align: center;
}

.boxcenter {
  margin: auto;
}

.index{
	list-style: none;
	background: none;
	margin-left: 0.5em;
}

/* カヴァー、購入ボタン
===================================================== */
.buy {
  float: right;
  margin-left: 10px;
  width: 158px;
  height: 275px;
}

  .buy img {
    display: block;
    border: 0;
  }

  .buy .btn {
    margin: auto;
  }

.attension {
  border: 1px #ccc dotted;
  padding: 3px 5px;
  background-color: #f9f9f9;
}

strong {
  font-weight: bold;
}

/* [getFlashPlayer]ボタン
===================================================== */

.fplayer img {
  border: 0;
}

/* App Store ボタン
===================================================== */
.app {
  float: right;
  margin-left: 10px;
  width: 118px;
  height: 40px;
}

  .app img {
    display: block;
    border: 0;
  }

  .app .btn {
    margin: auto;
  }

/* [一番上へ]ボタン
===================================================== */

.gototop {
	clear: both;
	margin: 1.2em 10px;
	text-align: right; /* WinIE5用の右揃え */
	border: 0;
	font-size: 93%;
	font-weight: bold;
}

.gototop a {
	font-weight: bold;
}

.gototop img{
  vertical-align: bottom;
	margin: 0 0 0 3px;
	display: inline;
	border: 0;
}
