@charset "UTF-8";

/* リンク部分の装飾  */
a { text-decoration: none; }
a:link{color:#336600;}
a:visited{color:#990099;}
a:hover,a:active{color:#990066; text-decoration: underline;}

/* スクロールバーの見た目 ページの背景色 ページ四辺のスペース（マージン値）  */
html {scrollbar-face-color: #ffffff;scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #5f5f5f;scrollbar-3dlight-color: #5f5f5f;
scrollbar-arrow-color: #ffffff;scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;background-color:#ffffff;
background-image: url('img/back.gif'); background-repeat: repeat; background-attachment: fixed;}

/* 全体 */
#TEXT1{margin: 10%; text-align:center; }
#TEXT2{margin: 10%; text-align:center; }


/* 文字サイズ */
body{ font-size:100%; font-family: Verdana,"MS Pゴシック",Osaka,sans-serif;line-height:140%;}

/* ページタイトル*/
h1{width:85%; font-size:160%; margin-bottom:60px; border-bottom:1px #4f4f4f solid; text-align:center; padding-bottom: 5px;}

/* 部門タイトル*/
h2{width:75%; font-size:110%; margin-top:80px; margin-bottom:60px; border-bottom:1px #4f4f4f solid; text-align:center;}

/* 作品右寄せ  */
dl.r{ text-align:center; padding-top: 50px;}
dl.r dt{ display:inline; width:70%; padding-right:5px; font-size: 115%; font-family: "MS 明朝",平成明朝,serif; font-weight:bold;}
dl.r dd{ width:70%; text-align:center; padding-right: 20px; font-size: 100%; }

/* 作品左寄せ  */
dl.l{ text-align:left; padding-top: 50px;}
dl.l dt{ display:inline; width:75%; padding-left:5px; font-size: 115%; font-family: "MS 明朝",平成明朝,serif; font-weight:bold; }
dl.l dd{ width:70%; text-align:left; font-size: 100%; }

/* リストスタイル  */
ul{list-style: none}
ul.back{text-align: right; margin-right: 12%; font-size:100%; margin-top:80px; }

/* img  */
img{border: none; padding: 0 10px 0 10px; }

/* フッター  */
.footer{margin-top: 100px; width:70%; font-size:80%; text-align:center;}