@charset "UTF-8";

#container{
width:220px;
text-align:center;
margin-right:auto;
margin-left:auto;
background-color:white;
}

#fooder{
width:220px;
clear:both;
}

body{
background-color:#FFFFFF;
font-family:"メイリオ",MS UI Gothic,Chicago,Arial,Osaka,sans-serif;
text-align:center;
}

h1{
text-align:right;
padding:1px 0px 0px;
margin:0px 2px;
font-style:normal;
font-weight:normal;
font-size:14px;
color:maroon;
}

h2{
text-align:center;
padding:1px 2px;
margin-top:10px;
background-color:navy;
font-style:normal;
font-weight:bold;
font-size:14px;
color:white;
}

h3{
text-align:center;
padding:1px 2px;
margin-top:10px;
background-color:navy;
font-style:normal;
font-weight:bold;
font-size:14px;
color:white;
}

p{
text-align:left;
font-style:normal;
font-weight:normal;
font-size:14px;
line-height:20px;
}

a{color:blue;font-size:14px;font-weight:bold;}
a:visited{text-decoration:underline;}
a:hover{text-decoration:underline;color:purple;}
a:active{text-decoration:underline;}

hr{
border-style:solid;
border-color:#CCCCCC;
}

b{
color:red;
text-decoration:underline;
}

img{
text-decoration:none;
border-style:none;
}

.student-t{
font-weight:bold;
font-size:14px;
color:#cc0033;
}

.td-right{
text-align:left;
}