/*
* The default style for SKIP web
* Copyright 2012 by Shonai Koeki Information Project and koeki-u.ac.jp.
*/
body {background: azure;}
p {color:navy;}
h1{color:#76007A;
width:15em;
padding-left:0.5em;
}
div.all{background:#FBFEFF;
padding:1em;
}
div.kakugen{
border-style:dotted;
padding:0.5em;
color:#398DB3;}
td{height:48px;
width:200px;
background-image:url(button.png);
text-align:center;
font-size:x-large;
}
a.button{text-decoration:none;
color:navy;
}
td:active{background-image:url(button2.png);}
div.link a:hover{background:#FFB0F3;}
div.link{border-style:dotted;
color:#398DB3;
width:15em;
padding:0.5em;}
div.update{border-style:dotted;
color:#398DB3;
padding:0.5em;}