@import "base.css";


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


#index {
width:350px;
height:100%;
margin:0px 0px 0px 20px;/* 左側からの位置→20px */
padding:20px 0px 0px 0px;
text-align:left;
background:url(../img/h-line2.gif) repeat-y left;
}

#index .h1,#index .h2 {
text-align:right;
margin:0px 0px;
background:url(../img/w-line.gif) repeat-x center;
}

#index h1,#index h2 {
z-index:10;
display:inline;
color:#333333;
font-size:150%;
font-weight:bold;
font-family:Tahoma,"Century Gothic",Osaka;
letter-spacing:1px;
padding-left:2px;
background:#ffffff;
}

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


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


