@charset "Shift_JIS";

/*================================================
	1. 基礎
================================================*/
* {
margin: 0;
padding: 0;
}
/*------------------------------------------------
	全体の背景・文字・画像
------------------------------------------------*/
body {
margin : 20px 0;
color: #333;
font-size: 80%;
font-family: "メイリオ", Meiryo, arial;
line-height: 150%;
text-align: center;
background: #fff;
}
p { text-align: left; }
p img { vertical-align: middle;}
img { border: 0; }
br { letter-spacing : normal; }
ul,li { list-style: none; }
/*------------------------------------------------
	リンクテキスト
------------------------------------------------*/
a:link {
color: #ff0000;
text-decoration: none;
}
a:visited {
color: #999;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
/*================================================
	2. 作品ページ
================================================*/
/*------------------------------------------------
	画像部分
------------------------------------------------*/
#image {
padding-bottom: 10px;
text-align: center;
}
/*------------------------------------------------
	コメント
------------------------------------------------*/
#comment {
margin: 10px auto; /* センタリング */
padding-bottom: 50px;
width: 450px;
}

