@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family: "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   color:#dddddd;
}

body {
   font-size:9.5pt;
   margin:0;
   padding:0;
   letter-spacing:1px;
   line-height: 14pt;
   background-color: #000;
   background-image:url(material/background03.jpg);
   background-repeat:repeat
}

br {
   letter-spacing:normal;
}

a {
   color:#ddd;
   text-decoration:none;
}

a:hover {
   color:#666666;
}

img {
   border:none;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

hr {
   color: #666;
   border:1px dashed;
}

table.table{
    border-top:1px solid #7e0052;
    border-left:1px solid #7e0052;
    border-collapse:collapse;
    empty-cells: show;
}

.table th{
    border-right:1px solid #7e0052;
    border-bottom:1px solid #7e0052;
}
.table td{
    border-right:1px solid #7e0052;
    border-bottom:1px solid #7e0052;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:950px;
   margin:0 auto;
}
/*
   background-image:url(material/background00.jpg);
   background-repeat:repeat-y
*/


div#header {
   position:relative;
   width:950px;
}

div#gnavi {
   position:absolute;
   top: 0;
   margin-top: 3px;
   right:0;
   margin-right: 20px;
   line-height: 200%;
}

div#icatch {
   width:950px; no-repeat;
   margin-bottom: 25px;
}

div#menu {
   width:950px;
   height: 40px;
   margin-bottom: 15px;
   background:url("material/menubg5.jpg") no-repeat;
}

div#contents {
   float:left;
   width:630px;
   margin-top:10px;
}

div.panel_middle {
  background-repeat: repeat-y;
}

div.panel_top, div.panel_bottom {
  height: 20px;
  background-repeat: no-repeat;
}

div.panel_100 div.panel_top, div.panel_100 div.panel_bottom , div.panel_100 div.panel_middle {
  float:left;
  width: 630px;
  margin-left:10px;
}

div.panel_100 div.panel_top {
  background-image: url("material/background_top3.jpg");
}
div.panel_100 div.panel_middle {
  background-image: url("material/background_m3.jpg");
}
div.panel_100 div.panel_bottom {
  background-image: url("material/background_bottom3.jpg");
}

div#main {
   float:left;
   width:600px;
   padding:0 15px 0 15px;
}

div#sub {
   float:right;
   width:280px;
   margin-right:10px;
   margin-top:20px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   width:950px;
   height: 60px;
   margin:0 auto;
}


/* ========HEADER======== */
div#header #gnavi {
   float:left;
   font-size:9pt;
   display:block;
   margin-left:15px;
}

/* ========MENU======== */
div#menu ul {
   margin-left:55px;
   padding:0;
   list-style-type:none;
}

div#menu li {
   float:left;
   margin:0;
   font-size:12pt;
   background:url("material/menubar3.jpg") 0 50% no-repeat;
}

div#menu li a {
   display:block;
   line-height:30px;
   color:#DD0000;
   margin-left:1px;
   padding:6px 22px 4px;
}

div#menu li a:hover {
   color:#800000;
}

div#menu li img {
   display:block;
   line-height:40px;
   color:#DD0000;
   margin-left:1px;
   padding:0 22px;
}

/* ========MENU2======== */
div#menu2 {
   position: relative;
   overflow: hidden;
}

div#menu2 ul {
   margin-left:-12px;
   padding:0;
   position: relative;
   left: 50%;
   float: left;
}

div#menu2 li {
   position: relative;
   left: -50%;
   float:left;
   margin:5px 0 -5px 0;
   font-size:10pt;
   line-height:40px;
   color:#DD0000;
   list-style-type: none
}

div#menu2 li a {
   display:block;
   line-height:40px;
   color:#DD0000;
   padding:0 15px;
}

div#menu2 li a:hover {
   color:#800000;
}


/* ========MAINCONTENTS======== */
div#main a {
   color:#DD0000;
}

div#main a:hover {
   color:#800000;
   border-bottom:1px solid #800000;
}

div#main h2 {
   clear: both;
   margin-bottom:10px;
   padding:0 0 0 44px;
   line-height:40px;
   color:#ddd;
   font-size:120%;
   font-weight:bold;
   background:url("material/comment_head3.jpg") 0 50% no-repeat;
}

div#main h3 {
   clear: both;
   margin:0 0 0.5em 2em;
   font-size:100%;
   font-weight:bold;
   color:#f22;
}

div.titlebar {
   margin-top: 10px;
   background:url("material/comment_head3.jpg") 0 50% no-repeat;
}

div.subject {
   margin-bottom:15px;
   padding:0 0 8px 70px;
   line-height:40px;
   color:#DD0000;
   font-size:120%;
   font-weight:bold;
   float: left;
}
div.date {
   padding-right:0px;
   margin-right: 20px;
   line-height:40px;
   font-size:85%;
   text-align: right;
   color:#DD0000;
}

div#main table {
   clear: both;
   margin:0 0 2em 2em;
   font-size:100%;
   font-style: normal;
}

div#main p {
   clear: both;
   margin:0 0 1em 2em;
   font-size:100%;
   vertical-align : middle ;
}

div#main div.icatch {
   margin-bottom:20px;
}
div.topvideo {
   position: absolute;
   top: 485px;
   margin-left: 500px;
   width: 340px;
   height: 191px;
   background-color: black;
   border: solid 1px #23367b;
}

div#mail {
   margin:-1em 0 1em 2em;
   font-size:100%;
   color: #000000;
}

div#mail input, textarea {
   color: #000000;
}


/* ========SUBCONTENTS======== */
div#sub .section {
   margin-bottom: 20px;
   padding-bottom:20px;
   border-bottom:2px dashed #BB0000;
}

div#sub h2 {
   font-size:9pt;
   color: #ddd;
   font-weight:bold;
   line-height:150%;
}

div#sub h3 {
   font-size:9pt;
   color: #f22;
   font-weight:bold;
}

div#sub h4 {
   font-size:9pt;
   color: #ddd;
   font-weight: normal;
}

div#sub p {
   font-size:9pt;
}

div#sub ul {
   margin:0 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   margin-right: 10px;
   font-size:9pt;
   list-style:none;
}

div#sub li a {
   display:block;
   padding-left:10px;
   background:url("material/list2.gif") 0 5px no-repeat;
}


/* ========TOTOP========= */
div#totop {
   text-align:right;
   font-size:8pt;
   margin-bottom:10px;
   margin-right: 10px;
}

div#totop a {
   color:#DD0000;
}

div#totop a:hover {
   color:#800000;
}


/* ========FOOTER======== */
address {
   font-style:normal;
   font-size:9pt;
   color:#DD0000;
   line-height:4.0;
   text-align:center;
   background:url("material/menubg5.jpg") no-repeat;
}

/* ========HEADER======== */
div.panel_black {
  background-color: #000000;
  background-repeat: repeat-y;  
  width: 620px;
  padding: 15px;
  margin-bottom: 30px;
}

div#sub_toph {
   width:650px; no-repeat;
}

div.sub_titlebar {
   margin-top: 30px;
   margin-left: -20px;
   background:url("material/sub_head01.jpg") 0 50% no-repeat;
   margin-bottom:15px;
   padding:1px 0 0 90px;
   color:#813a00;
   font-size:125%;
   font-weight: bold;
   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

div#sub_main {
   width:580px;
   padding:0 25px 0 25px;
   background-color: #000000;
}


