/* ここがCSSのコメント */
body {
	width:100%;
	margin:0;
	padding:0;
	background-color:#666; 
	font-family:Century Gothic,'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:1.6em;
	background:url(../images/haikei.png) repeat-y center #96514d;
	}

/* 更新履歴 */	
.font_kousin {
    font-size:  12px;    /* 文字サイズ指定 */
}

/* イラストページ */
.illust {
margin-left: auto;
margin-right: auto;	
text-align: center;
vertical-align: top;
width: 800px;
}

/* テーブルタグ */
table {
    margin-left: auto;
    margin-right: auto;
}

td {
text-align: center;
vertical-align: top;
width: 400px;
height: 250px;
}

/* サイトの説明文 */
.site_setumei {
    font-size:  14px;    /* 文字サイズ指定 */
	    color:#a52a2a;
}

p {
margin-top: 80px;
line-height: 1.7;
}

/* 漫画の日付等の部分 */
.comic_font {
    font-size:  10px;    /* 文字サイズ指定 */
}

/* リンクタグ */
a {
color:#a52a2a;
}
