@charset "shift_jis";

/* 基本設定 ----------------------------------------------*/
html {
 scrollbar-face-color: #CC9;
 scrollbar-highlight-color: #000;
 scrollbar-shadow-color: #000;
 scrollbar-3dlight-color: #CC9;
 scrollbar-arrow-color: #000;
 scrollbar-track-color: #CC9;
 scrollbar-darkshadow-color: #CC9;
}

body {
 background-attachment: fixed;
 background-color: #CC9;
 background-repeat: repeat-x;
 background-position: bottom;
 background-image: url(images/back-02.gif);
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* リンク文字の設定 ----------------------------------------------*/
a:link {
 color: #000;
 text-decoration: none;
}

a:visited {
 color: #666;
 text-decoration: none;
}

a:active {
 color: #ffffff;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

/* 位置設定 ------------------------------------------------------*/
.position-r {
 text-align: right;/* 文字を右寄せ */
}

.position-l {
 text-align: left;/* 文字を左寄せ */
}

.position-c {
 text-align: center;/* 文字をセンター */
}

.space {
 margin-top: 30px;/* 上スペース */
 margin-bottom: 30px;/* 下スペース */
}

/* タグ設定 ------------------------------------------------------*/
img {
 border: 0px;/* imgのボーダーを消す */
}

/* ボックス設定-------------------------------------------------*/
/* メインボックス */
#blocklevel-1 {
 width: 80%;
 margin-top: 5%;
 margin-right: auto;
 margin-bottom: 17%;
 margin-left: auto;
 background-image: url(images/contents.png);
}

/* 【About用】-------------------------------------------------*/
/* 更新履歴 */
#newdate {
 float: left;
 width: 45%;
 padding: 10px;
}

/* 更新履歴ul指定 */
#newdate ul {
 list-style-type: disc;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 20px;
 font-size: small;
}

/* 更新履歴リスト指定 */
#newdate li {
 margin-bottom: 10px;
 font-size: x-small;
 letter-spacing: 1px;
}

/* 更新履歴右指定 */
#newdate-2 {
 float: right;
 width: 45%;
 padding: 10px;
 font-size: x-small;
}

/* リンクのお知らせ */
#about-link {
 font-size: x-small;
 clear: none;
 padding: 10px;
}

/* 【bookmark用】-------------------------------------------------*/
/* imgスペース用 */
.img-space {
 margin: 5px;
}

.img-text {
 text-align: center;
 margin-bottom: 15%;
}

/* ボックス内レイアウト指定 ------------------------------------------*/
/* 各見出し部分 */
.midahi {
 border-bottom-width: 1px;
 border-left-width: 10px;
 border-bottom-style: solid;
 border-left-style: solid;
 border-bottom-color: #000;
 border-left-color: #000;
 padding: 5px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: small;
 font-weight: bold;
}

/* テキスト表示設定用 */
.text {
 font-size: small;
 line-height: 20px;
 padding: 10px;
}
.font-red {
 color: #C00;
}

h1 {
 margin: 0px;
 padding: 0px;
 text-align: right;
}
h1 {
 margin: 0px;
 padding: 0px;
 text-align: right;
}