/* 基本タグ（初期化）

--------------------------------------------------------------*/
body {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 margin-bottom:15px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 background-repeat:repeat-y;
 background-image:url('../img/back.gif');
 background-position:center;
 margin-top:5px;
}


h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* リンク設定

--------------------------------------------------------------*/
a:link {
 color: #;
}

a:visited {
 color: #;
}

a:hover { 
  color: #FF6600;
}

a:active {
  color: #;
}

img {
    border:none;
}

/* 基本タグ（装飾）

--------------------------------------------------------------*/
#table{
    border-collapse:collapse;
    border: 1px solid #cccccc;
    font-size: 75%;
    margin:0px 0px 15px 0px;
    padding:2px;
    text-align:center;
}


#title {
    border-left: 10px solid #0A2267;
    border-bottom: 1px dotted #999999;
    width: 700px;
    padding: 5px;
    text-align:left;
    margin:20px 0px 20px 0px;
    font-size:90%;
    font-weight:bold;
}

.subtitle {
    background-color:#1B96C2;
    width: 700px;
    padding: 5px;
    text-align:center;
    margin:20px 0px 20px 0px;
    font-size:90%;
    font-weight:bold;
    color:#ffffff;
}

.topics{
    width: 530px;
    font-size:80%;
    line-height:120%;
    padding:3px 0px 3px 0px;
    text-align:left;
    border-bottom:1px dashed #cccccc;
}

.tab01{
 font-size:80%;
 background-image:url('../hp/img/back_tb01.gif');
 background-repeat:repeat-y;
 margin-left:10px;
}

.example4 {
 font-size:80%;
 height:140%;
}


/* 装飾

--------------------------------------------------------------*/
.waku {
    border-collapse:collapse;
    border: 1px solid #666666;
}

.ocip {
    font-size:12px;
    #999999;
}

