@charset "utf-8";

body {
text-align: center;
}


/* ===== フッター ===== */

#uke_footer{
clear: both;
width: 970px;
margin: 30 0 0 0;
border-top: solid 1px #b3b3b3;
}

#uke_footer address{
float: left;
text-align: left;
display: inline;
font-style: normal;
font-size: 82%;
}

#uke_footer ul{
float: right;
}

#uke_footer ul li{
display: inline;
font-size: 82%;
color: #999999;
}

#uke_footer ul li a{
margin: 0 1px;
}








/* ===== アンケート用フォント（旧） ===== */

.kquestion{font-size:12px; color:#333333; text-decoration:none; font-weight:bold;}
.kanswer{font-size:12px; color:#333333; text-decoration:none; line-height:160%;}
.ktext{font-size:14px; color:#333333; text-decoration:none; font-weight:bold;}



/*DLページリンク色（暫定）*/
a.uke_dl:link { text-decoration:none; color:#333333; }
a.uke_dl:visited { text-decoration:none; color:#333333; }
a.uke_dl:hover { text-decoration:underline; color:#ff6600; }
a.uke_dl:active { text-decoration:underline; color:#ff6600; }

