@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
 }

a:link {
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: #ffffff;
  text-decoration: underline;
}

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

#pang a:link {
  color: #0000ff;
  text-decoration: underline;
}

#pang a:visited {
  color: #ffffff;
  text-decoration: underline;
}

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


#contents a:link {
  color: #006699;
  text-decoration: underline;
}

#contents a:visited {
  color: #006699;
  text-decoration: underline;
}

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

img{
   border: 0;
}

img.in{
    vertical-align: middle;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 10px;
  background-color: #333333;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 900px;
  border: 1px solid #000000;
  background-color: #000000;
}

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px none #cccccc;
  background-color: #000000;
  background:url(p/header.gif) no-repeat left top;
  height:60px;
}

#pang {
  margin: 0;
  height:15px;
  padding: 5px 10px;
  border-bottom: 8px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}

#contents {
  float: right;
  width: 720px;
  padding: 10px 0;
  background-color: #ffffff;
}

#sidebar {
  float: left;
  width:150px;
  height: auto;
  padding: 0 10px 0;
  background-color: #000000;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px none #ffffff;
  background-color: #000000;
  position:relative;
  margin-top:-150px;/* フッターの高さと同じ値にする */
  height:10px;/* フッターの高さを指定 */
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- 概要 -- */
.description { }


/* ---------------------------------------- #contents内の指定 */

h3,h4,h5,h6 { margin-top: 5px; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 1em;
  margin: 5px 20px 10px;

}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin: auto;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 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 ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; 
   list-style-type:none;}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em; 
  width: 200px;
}

ul.localnavi{
 list-style-type:none;
 }
li.localnavi{
 margin:0;
 padding:0;
 list-style-type:none;
 }

#menu21{
 width:152px;
 height:50px;
 background: url(p/sm-about1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu21 a{
 width:152px;
 height:50px;
 display:block;
 }
#menu21 a:hover{
 background: url(p/sm-about2.gif) no-repeat;
 }
 #menu22{
 width:152px;
 height:50px;
 background: url(p/sm-data1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu22 a{
 width:152px;
 height:50px;
 display:block;
 }
#menu22 a:hover{
 background: url(p/sm-data2.gif) no-repeat;
 }
 #menu22-1{
 width:152px;
 height:35px;
 background: url(p/sm-dlive1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu22-1 a{
 width:152px;
 height:35px;
 display:block;
 }
 #menu22-1 a:hover{
 background: url(p/sm-dlive2.gif) no-repeat;
 }
#menu22-2{
 width:152px;
 height:35px;
 background: url(p/sm-danime1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu22-2 a{
 width:152px;
 height:35px;
 display:block;
 }
#menu22-2 a:hover{
 background: url(p/sm-danime2.gif) no-repeat;
 }
#menu22-3{
 width:152px;
 height:50px;
 background: url(p/sm-detc1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu22-3 a{
 width:152px;
 height:35px;
 display:block;
 }
 #menu22-3 a:hover{
 background: url(p/sm-detc2.gif) no-repeat;
 }
#menu23{
 width:152px;
 height:44px;
 background: url(p/sm-mail1.gif) no-repeat;
 text-indent:-9999px;
 }
#menu23 a{
 width:152px;
 height:44px;
 display:block;
 }
#menu23 a:hover{
 background: url(p/sm-mail2.gif) no-repeat;
 }


#cre2{
 width:20px;
 height:15px;
 background-color: #000000;
 text-indent:-9999px;
 }

#cre3{
 width:20px;
 height:250px;
 background-color: #000000;
 text-indent:-9999px;
 }


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }



#topper ul{
 list-style-type:none;
 }
 #topper li{
 margin:0;
 padding:0;
list-style-type:none;
 }
 #title{
 float:left;
 width:209px;
 height:57px;
 background: url(p/title1.gif) no-repeat;
text-indent:-9999px;
list-style-type:none;
 }
#title a{
 width:209px;
 height:57px;
 display:block;
list-style-type:none;
 }
#title a:hover{
 background: url(p/title2.gif) no-repeat;
list-style-type:none; 
}
 #menu1{
 float:left;
 width:153px;
 height:57px;
 background: url(p/m-about1.gif) no-repeat;
text-indent:-9999px;
 }
#menu1 a{
 width:153px;
 height:57px;
 display:block;
 }
#menu1 a:hover{
 background: url(p/m-about2.gif) no-repeat;
 }
 #menu2{
 float:left;
 width:109px;
 height:57px;
 background: url(p/m-data1.gif) no-repeat;
text-indent:-9999px;
 }
#menu2 a{
 width:109px;
 height:57px;
 display:block;
 }
#menu2 a:hover{
 background: url(p/m-data2.gif) no-repeat;
 }
 #menu3{
 float:left;
 width:112px;
 height:57px;
 background: url(p/m-mail1.gif) no-repeat;
text-indent:-9999px;
 }
#menu3 a{
 width:112px;
 height:57px;
 display:block;
 }
#menu3 a:hover{
 background: url(p/m-mail2.gif) no-repeat;
 }
 #cre{
 float:left;
 width:20px;
 height:57px;
  background-color: #000000;
text-indent:-9999px;
 }