﻿body
{
    margin: 0 auto;
    padding: 0px;
    background-image: url('/images/imgBackGround1.gif');
    background-repeat: repeat;
    font-family: Meiryo, Verdana, Arial, sans-serif;
}
a
{
    text-decoration: none;
}
h1
{
    font-size: 22pt;
    height: 35px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #333333;
    border-bottom: 3px solid #FFD700;
    border-left: 20px solid #FFD700;
    color: White;
    border-radius: 5x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
h2
{
    font-size: 18pt;
    height: 30px;
    font-weight: bold;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #787878;
    border-bottom: 3px solid #FFD700;
    border-left: 3px solid #FFD700;
    color: White;
    border-radius: 5x;
    -moz-border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
}
#wrapper
{
    border: solid 3px silver;
    padding: 5px;
    width: 900px;
    margin: 0 auto;
    background-color: White;
}
#footer
{
    border: solid 3px silver;
    background-color: White;
    padding: 5px;
    width: 900px;
    margin: 0 auto;
}
div.verytop1
{
    text-align: right;
    background-color: black;
    color: white;
    height: 20px;
    font-size: 8pt;
    line-height: 20px;
    padding: 5px;
    font-weight: bold;
    padding-right: 20px;
}
div.verytop1 a
{
    text-decoration: none;
    color: White;
}
div.verytop1 img
{
    vertical-align: text-bottom;
    border: none;
}

div.left1
{
    padding: 10px;
    float: left;
    width: 318px;
}
div.left1 ul
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
div.left1 ul li
{
    list-style: none;
}
div.left1 ul li a
{
    margin: 2px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    line-height: 30px;
    background-color: #FFE4B5;
    font-weight: bold;
}
div.left1 ul li a img
{
    border: none;
}
div.left1 ul li a:hover
{
    background-color: Silver;
}

div.right1
{
    padding: 10px;
    float: right;
    width: 530px;
}
.catNav ul
{
    margin: 0px;
    padding: 0px;
}
.catNav li
{
    width: 110px;
    border-collapse: collapse;
    height: 30px;
    float: left;
    line-height: 30px;
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    background-color: #FF7C7C;
}
.catNav a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

img.iconm
{
    vertical-align: middle;
    border: none;
}
/*For Registration Form etc*/
td.header
{
    background-color: #FAFAD2;
    font-weight: bold;
    border: solid 2px #FAFAD2;
    width: 170px;
    padding: 5px;
}
td.header_s
{
    background-color: #FAFAD2;
    font-weight: bold;
    border: solid 2px #FAFAD2;
    padding: 5px;
}
td.item
{
    border: solid 2px #FAFAD2;
    padding: 5px;
}
td.headerL
{
    background-color: #ADD8E6;
    font-weight: bold;
    border: solid 2px #ADD8E6;
    width: 110px;
    padding: 5px;
}
td.itemL
{
    border: solid 2px #ADD8E6;
    padding: 5px;
}
/*buttons*/
p.btn
{
    background-color: #FAFAD2;
    text-align: center;
    padding: 5px;
    border-radius: 3x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*contents*/
p.contents
{
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}
div.ipara
{
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}
div.ubox
{
    font-size: 8pt;
    text-align: center;
    background-color: #FFC0CB;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    font-weight: bold;
}

/*For Quiz*/
table.quiz
{
    width:100%;
}
table.quiz td
{
    border:1px solid silver;
    height:50px;
    text-align:center;
    width:9%;
}

/*For Admin*/
table.admin
{
    width:100%;
}
table.admin td
{
     border:1px solid silver;
     padding:5px;
}
