/* ギャラリー＆ゲストの設定 */

/* 基本設定 */
body { font-size:12px;
color:#ffffff;
background-color:#000000;
}

/* image 640pixel */
#content
{margin:auto;
width:642px;
}

/* image 600pixel */
#content2
{margin:auto;
width:602px;
}

/* table 630pixel */
#content3
{margin:auto;
width:632px;
}

/* イメージの設定 */
#content1, #content2 img {
border:1px solid #ffffff;
}

#content3 img {border:0px;
}

/* ギャラリー用フッター */
.comment{text-align:left;
line-height:1.5em;
border:1px dashed #ffffff;
padding:5px;
color:#ffffff;
}

/* インデックス用フッター */
.comment2{text-align:center;
line-height:1.5em;
border:1px dashed #ffffff;
padding:5px;
color:#ffffff;
}

.index {color:#999999;
}
/* テキストの装飾設定 */
h1{ font-size:20px;
text-align:left;
padding-left:1em;
border-bottom:1px solid #666666;
border-left:5px solid #6699ff;
}

h2 {font-size:16px;
text-align:center;
text-decoration:underline;
}

h3 {font-size:12px;
padding-left:1em;
border-bottom:1px solid #666666;
border-left:5px solid #6699ff;
}

img {border:1px solid #ffffff;
}
