@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2013/12/14, 14:07:13
    Author     : Masahiro
*/

html {
    overflow-y: scroll;
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 100%;
    line-height: 1.6;
    letter-spacing: 0;
}

div#wrapper{
    margin:0 auto;
    padding-bottom:40px;
    width:790px;
}


div#container{
    margin:0 auto;
    padding:0;
    width:790px;
    text-align:left;
}

div#header{
    margin:0 auto;
    padding:5px 0 0;
    width:790px;
    font-size:300%;
    font-family:'Orbitron', sans-serif;
    font-weight:900;
}

div#navibox{
    width:220px;
    float:left;
}

div#contentsbox{
    width:560px;
    float:left;
    margin-left:10px;
}

div#contentsbox+hr {
    width:100%;
    clear:both;
}



/*-------------------------------------------------------------------
        Setting of #footer
-------------------------------------------------------------------*/
div#footer{
    text-align:right;
    margin:0 30px;
    width:730px;
    font-size:0.93em;
}
div#footer span{
    margin-left:30px;
    padding:2px 0px 2px 5px;
    border-left:2px solid;
}
div#footer span em{
    margin-right:5px;
}

h1 {
    margin:0;
}

h2 {
    border-style:solid;
    border-width:0 0 2px 1em;
    border-color:navy;
    text-indent:0.3em;
}

h3 {
    border-style:solid;
    border-width:0 0 2px 0.6em;
    border-color:navy;
    text-indent:0.7em;
    margin: 0.5em 0 0 0.7em;
}

p{
    padding-left:1em;
    text-indent:1em;
}

ul {
    padding:0 0 0 4em;
}

dl {
    padding:0 0 0 4em;
}

.topimage {
    text-align:center;
}

.column {
    overflow:hidden;
}

.imagebox-r {
    float:right;
    padding:0 1em 1em 1em;
}

.imagebox-r img {
    display:block;
    margin:1em auto 0;
}

.imagebox-r span{
    font-size:90%;
    font-weight:bold;
    display:block;
    text-align:center;
}

.imagebox-r+p {
    overflow:hidden;
}
/*
 navigation
*/
ul.menu, ul.item {
    margin:0;
    padding:0;
    list-style:none;
    font-size:90%;
}

li div.category {
    font-weight:bold;
    cursor:pointer;
}
