/* ---------------------------------------------
ページ全体の設定
--------------------------------------------- */
body{
font-family: "Verdana", "osaka", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Geneva", "Arial", "helvetica", "sans-serif";
margin: 0px 0px 0px 15px;
background: #000000;
}

/* ---------------------------------------------
リンクの設定
--------------------------------------------- */
a, a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* --black用-- */
.black a, .black:link, .black:visited {
  color: #333333;
  text-decoration: underline;
}

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

/* ---------------------------------------------
txtの色設定
--------------------------------------------- */
.txt-black {
     color: #000000;
}

/* ---------------------------------------------
txtの余白
--------------------------------------------- */
.left-5 {
     padding-left: 5px;
}
.left-15 {
     padding-left: 15px;
}
.left-20 {
     padding-left: 20px;
}
.right-5 {
     padding-right: 5px;
}
.leri-10 {
     padding-left: 10px;
     padding-right: 10px;
}
.top-10 {
	margin-top: 10px;
}
.top-20 {
	margin-top: 20px;
}
.bottom-20 {
	margin-bottom: 20px;
}
.margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ispace {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ---------------------------------------------
背景の設定
--------------------------------------------- */
.bg-ffffff{
	background-color:#ffffff;
}
.bg-000000{
	background-color:#000000;
}
.bg-505050{
	background-color:#505050;
}
.bg-2c2c2c{
	background-color:#2C2C2C;
}
.bg-252525{
	background-color:#252525;
}


/* ---------------------------------------------
リストの設定
--------------------------------------------- */
.ul-style1 {
	line-height: 1.5;
	list-style-type: none;
	margin-left: 20px;
}
.ul-style2 {
    list-style-type: square;
   	line-height: 1.5;
	margin-left: 30px;
}
.ul-style3 {
    list-style-type: square;
   	line-height: 1.5;
	margin-left: 20px;
}
.ul-style4 {
    list-style-type: none;
   	line-height: 1.5;
	margin-left: 0px;
}
.ol {
	line-height: 1.5;
	list-style-type: none;
	margin-left: 0px;
}

/* ---------------------------------------------
枠線の設定
--------------------------------------------- */
.line-000000 {
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

/* Book/050315〜 */
/* ----------------------------------------------------- */
.book a, .book:link, .book:visited {
  color: #fff;
  text-decoration: underline;
}

.book:hover {
  color: #fff;
  text-decoration: none;
}

.ul-book{
    list-style-type: none;
   	line-height: 1.5em;
	margin-left: 0px;
	margin-top:0px;
}
.ul-booklev1{
    list-style-type: none;
	margin-top:2em;
	margin-left: 0px;
}
.ul-booklev2 {
    list-style-type: none;
   	line-height: 1.5;
	margin-left: 1em;
}