@charset "Shift_JIS";
body{
font-size: 85%;
color: #666666;
text-align: center;
margin: 2em auto auto;
}

/* リンクの設定 */
a:link{
color: #FF0000;
}

a:hover,a:active{
text-decoration: none;
}

a:visited{
color: #006699;
}

/* 基本構成 */
div#main{
width: 400px;
}

img{
border: 1px solid #666666;
}

p.comment{
text-align: left;
padding: 0em 0.5em;
}

div.left{
float: left;
}

div.right{
float: right;
}

div.back{
text-align: center;
clear: both;
}