body{
 background: url(../img/bg/body_bg.png) repeat-y fixed right;
 font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
 font-size: 14px;
 line-height: 1.25em;
 letter-spacing: 3px;
 margin: 0px 18px 12px 18px;
/* padding-top: 12px;*/
}
img{
 margin:0px;
}
label{
 cursor: pointer;
}
table{
 border-collapse: collapse;
}
caption{
 background: url(../img/bg/caption_bg.jpg) no-repeat;
 font-size: 14px;
 font-weight: bold;
 padding: 28px 0px 18px 12px;
 text-align: left;
}
th {
 text-align: left;
}
th, td {
 padding: 3px;
}
ul{
 margin: 3px;
 margin-left: 0px;
 list-style: none;
 padding-left: 12px;
}

#Header{
 background-color: #D3F4D3;
/*
 text-align: center;
*/
 padding-left: 24px;
}

#PageMenu{
 height: 42px;
}
#PageMenu li{
 display: inline;
}
#PageMenu li a, #PageMenu li span{
 display: block;
 float: left;
 font-size: 14px;
 height: 37px;
 letter-spacing: 2px;
 padding-top: 12px;
 text-decoration: none;
 text-align: center;
 width: 108px;
}
#PageMenu .tline{
 padding-top: 2px;
}

#PageMenu li a{ 
 background: url(../img/menu/tab_menu_bg.png) no-repeat;
}
#PageMenu li a:hover{
 font-weight: bold;
}
#PageMenu li span{
 background: url(../img/menu/tab_menu_bg_c.png) no-repeat;
 color: #668066;
 font-weight: bold;
}

/*h2相当*/
.SubTtl{
 background: url(../img/clover.jpg) no-repeat;
 color: #66CC00;
 line-height: 24px;
 padding-left: 28px;
}
/*h3相当*/
.Section{
 color: #66CC00;
 line-height: 20px;
}
.NewCourse{
 color: red;
 display: inline;
}
.PageFotter{
 clear: both;
 color: #222222;
 line-height: 20px;
 font-size: 10px;
 margin-top: 24px;
 padding-left:6px;
}
.CopyRight{
 letter-spacing: 1px;
}
.Warn{
 color: #BF2F2F;
 font-size: 10px;
 font-weight: bold;
}