@charset "utf-8";

/*------Initialization---------*/
*  { 
    margin      : 0;
    padding     : 0;
    font-weight : normal;
    font-style  : normal;
    font-size   : 100%;
    font-family : "メイリオ",Meiryo,"MS UI Gothic"; 
   }

ul, ol  {
    list-style : none;
    }

img {
    vertical-align : bottom;
    border         : none;
    }   

/*----HTML & BODY--------*/

body  { 
    margin     : auto; 
    max-width  : 1100px; 
    background : #000;
    color      : #fff;    
 }

 h1  {
    font-size : 2em;
    }
 h2  { 
    font-size : 1.4em; 
    }

 a:link ,
 a:visited ,
 a:active   { 
    color           : #fff; 
    text-decoration : none; 
    }

 a:focus,
 a:hover { 
    color      : #fff; 
    outline    : 0; 
    outline    : hidden;
    }

/*----LEFT-SIDEBAR------*/
.sidebar {
    float      : left;
    width      : 198px;
    background : #000 url("../../img/skdmark1.gif") center bottom no-repeat;
    }

/*----NAVIGATION--------*/
nav  a  { 
    display : block; 
    color   : #fff;
    }

nav a ,
nav a:link ,
nav a:visited {
    background      : #000 url("../../img/mark01.gif") no-repeat 3px 7px;
    font-size       : 0.9em; 
    text-decoration : none;
    border-bottom   : solid 1px #0065ca;
    margin-left     : 0; 
    padding-left    : 20px; 
    padding-top     : 3px;
    height          : 1.7em;
    }

nav a:focus,
nav a:hover { 
    background : #fff url("../../img/mark02.gif") no-repeat; background-position: 3px 6px; 
    color      : #000;
    height     : 1.7em; 
    font-size  : 120%; 
    position   : absolute;
    height     : /*1.4em*/30px;
    width      : 230px;
    }

nav li:last-child a,
nav li:nth-last-child(2) a {
    background : #000 url("../../img/mark03.gif") no-repeat; background-position: 3px 6px !important; 
    }

nav li:last-child a:focus,
nav li:nth-last-child(2) a:focus,
nav li:last-child a:hover,
nav li:nth-last-child(2) a:hover {
    background : #ffffb3 url("../../img/mark02.gif") no-repeat; background-position: 3px 6px; 
    }

nav li span { font-size: 93%; }


/*----RIGHT-MAIN--------*/
.main { 
    background    : #000 url(../../img/psv_logo02b.jpg) 62px 22px no-repeat; 
    color         : #fff;
    margin-left   : 202px; 
    padding-left  : 25px;
    padding-right : 20px;
    min-width     : 515px;   /*The minimum width of a page*/
    font-size     : 120%;
    } 

/*----MAIN-HEADER--------*/
.policy { 
    padding       : 185px 0 5px 0;
    margin-bottom : 0; 
    }

.description {
    border      : solid 1px #005ab5; 
    padding     : 10px;
    margin      : 0px; 
    line-height : 1.4em; 
    width       : 93%; 
    display     : block; 
    border-radius: 16px; 
    }
/*
.description span {
    color      : #000; 
    background : #ffffa4;
    }
*/
/*----REPORT-----------*/
 .report    { 
    width      : 98%; 
    margin-top : 15px;
    overflow   : hidden; 
/*  display    : inline-table;   either of overflow or display */
  }

video  { 
    float  : left; 
    margin : 5px 12px 12px 0; 
    border : solid 2px #C0C000; 
  }

figure  {
    float   : left;
    margin  : 5px 16px 12px 0; 
    border  : solid 1px #717171;
    border-radius: 6px;
 }

 figure a:hover {
    background  : none;
 }

 .report_comment {
    margin-bottom  : 8px;
    line-height    : 1.5em;
    letter-spacing : 2px;   
 }

 .report_comment a {
    text-decoration : none ;
    border-bottom   : solid 1px #f00;
    }

 .report_comment p:last-child {
    clear     : both;
    margin    : 12px 0 0 25px;
    font-size : 0.8em;
 }

 .report_comment p:last-child span {
    display    : list-item; 
    list-style : disc; 
 }

/*----Others--------*/
 span.special { color: #00f; }
 select       { text-align: center; margin-top: 10px; }
 .hide        { display : none; }

 .count { 
    font-size   : 1.2em; 
    color       : #e30000; 
    background  : #fff;
    font-family : "Times New Roman",verdana,Arial,serif; 
    font-weight : bold;
    }

 #total, #today, #ysday { 
    font-size   : 1.2em; 
    color       : #e30000; 
    background  : #fff;
    font-family : "Times New Roman",verdana,Arial,serif; 
    font-weight : bold;
    }

 time  { 
    font-size   : 0.8em;
    font-family : "メイリオ","ＭＳ ゴシック",serif; 
    }

 .csschange  { 
    font-size   : 0.9em;
    line-height : 1.3em;
    margin      : 17px 0 ;
    text-align  : center; 
    margin-bottom : 100px; 
    }

/*----FOOTER----------*/
 footer {
    margin-top : 10px;
    }

 address { 
    border-color : #286327;
    border-style : solid; 
    border-width : 1px 0; 
    border-radius: 16px; 
    font-size    : 0.75em;
    margin       : 7px 0; 
    padding      : 7px 15px; 
    line-height  : 1.15em; 
    }

 aside  { 
    margin-top     : 15px; 
    padding-bottom : 50px;    /* lower space */
    }

 aside a        { display: block; float: left; margin-right: 5px; }
 aside span     { visibility: hidden; }
 aside a#css    { background: url(../../img/vcss.png);  width: 88px; height: 31px; }
 aside a#html5  { background: #fff url(../../img/html5.png); width: 64px; height: 64px; }
 aside a:focus,
 aside a:hover  { opacity: 0.6; }


/*----CLEAR--------*/
aside:after { 
    content    : ".";
    font-size  : 0;
    height     : 0;
    display    : block;
    clear      : both;
    visibility : hidden;
 }

/*----VOICE---------*/
.voice1 { 
    position  : absolute;
    left      : 1px;
    top       : 1px;
    font-size : 1px;
    visibility: hidden;
/*    display   : none;*/
    }

.voice2 { 
    position  : absolute;
    left      : 50px;
    top       : 1px;
    margin    : 0; 
    padding   : 0;
    font-size : 1px;
    display   : none;
    }

/*----画像切換----------*/
 img#photo1         { visibility: visible; }
 img#photo2         { visibility: hidden; height: 0; width: 0; }
 a:hover img#photo1 { display: none; }
 a:hover img#photo2 { visibility: visible; }


/*--end of styles--------------------------*/
