﻿/**********ページ設定**********/
*
{
	margin: 0;
	padding: 0;
}

a:link      { text-decoration: none; }
a:visited   { text-decoration: none; }
a:hover     { text-decoration: underline; color: Aqua; }
a:active    { text-decoration: none; }

body
{
    font-size: 12px;
}

h2  { font-size: 14px; padding: 5px; margin: 0 10px 10px 0; background-color: #87CEEB; }
h3  { font-size: 14px; margin: 10px; }
h4  { font-size: 12px; margin: 5px; }
h5  { font-size: 15px; margin: 10px; font-weight:normal;}
p   { margin: 5px; }

#content
{
/*    position:absolute;
    top:0;
    left:0;*/
    width: 699px;
    background-color: transparent;
    text-align: left;
    color: black;
}

/**********ヘッダー**********/
#header
{
    display: block;
    background-color: transparent;
}

#topbanner 
{
    border: 0;
}

/**********メニュー**********/
#menu
{
    vertical-align:top;
}

#menulist
{
    width: 140px;
}

#menulist li
{
    width: 100px;
    text-align: center;
    float: none;
    height: 15px;
    border-right: solid 4px Navy;
    border-bottom: solid 2px Navy;
    border-left: solid 4px Navy;
    border-top: solid 2px Navy;
    padding: 5px;
    margin: 10px 5px;
    list-style: none;
    background-color: white;
}

#menulist a
{
    color: Navy;
}

/**********サイドバー**********/
#sidebar
{
/*    position:absolute;
    float:right;
    top:0;
    left:700px;
    width:200px;*/
    border-top: dashed 1px navy;
    background-color: white;
    padding: 5px 10px;
}

#sidebar a
{
    color: Navy;
}

/**********メイン要素**********/
#main
{
    width:100%;
    margin: 0;
    padding: 10px;
    background-color: white;
    vertical-align:top;
}

#main p
{
    margin: 5px 5px 20px 20px;
}

#main a
{
    color: Navy;
}

#main ul
{
    margin-bottom: 20px;
}

#main li
{
    margin: 5px 20px;
}

#table1,#table2
{
    width: 95%;
    margin: 5px 5px 20px 5px;
}

#table1 .title,#table2 .title
{
    font-size: 14px;
    white-space: nowrap;
    padding: 5px;
    background-color: #87CEEB;
}

#table1 .p,#table2 .p
{
     padding: 5px;
}

#table1 a
{
    color: Navy;
}

#table2 th
{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    border: solid 1px Navy;
}

#table2 td
{
    border: solid 1px Navy;
}

#l
{
    margin-left: 100px;
}

#pr
{
    margin-top: 50px;
    margin-left: 80px;
}

/**********フッター**********/
#footer
{
    clear: both;
    text-align: center;
    border-top: dashed 1px navy;
    background-color: white;
}

/**********空白**********/
.space
{
    height: 300px;
}

/**********強調**********/
.bold
{
    font-weight: bold;
}
