@import "base.css";


/* ********************************************************* */
/* index.html用 */
/* ********************************************************* */


/* 全体 */
#index {
width:200px;
margin:80px auto 0px auto;
text-align:left;
}

/* サイトタイトル */
#index h1 {
color:#71c5c6;
font-size:120%;/*文字サイズ*/
font-weight:bold;
padding:5px 1px;
background:url(../img/w-line.gif) repeat-x bottom;
}

/* 見出し */
#index h2,#index h3 {
font-weight:bold;
padding:10px 1px 0px 1px;
background:url(../img/w-line.gif) repeat-x top;
}

#index p {padding:10px 1px 20px 1px;}


/* ********************************************************* */


