body {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #323232;
    margin: 0 auto;
    padding: 0;
    width: 900px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}

html {
    height: 100%;
}

* html body {
    font-size: 88%;
}

:first-child + html body {
    font-size: 88%;
}



a:link {
    color: #000fe2 !important;
    text-decoration: underline;
}
a:visited {
    color: #6E1DC2 !important;
    text-decoration: underline;
}
a:hover {
    color: #008ed6 !important;
    text-decoration: underline;
}
a:active {
    color: #000fe2 !important;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    padding: 0;
}

img {
    border: medium none;
    vertical-align: top;
}

fieldset {
    border: medium none;
}

table {
    border-collapse: collapse;
}


h2 {
    border-bottom: 3px solid #009999;
    padding-left: 6px;
    margin-bottom: 12px;
    font-size: 22px;
}

h3 {
    margin-bottom: 8px;
    font-size: 15px;
}

h4 {
    background: url("../img/head_h4.gif") no-repeat scroll 0 5px transparent;
    background: url("../img/head_h4.gif") no-repeat scroll 0 3px transparent\9;  /* IE8 and below */
    padding-left: 20px; 
    margin-left: 4px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}

h5 {
    margin-left: 4px;
}

* {
    margin: 0;
    padding: 0;
}

strong {
    color: #DE0031;
    font-weight: bold;
}

span {
    color: #DE0031;
}

p {
    margin: 0 0 0 5px;
}

/*------------   p.news   ------------*/
p.news {
    margin: 0;
}

/*------------   p.frame   ------------*/
p.frame {
    margin-bottom: 15px;
    padding: 3px;
    border: 1px solid #666666;
    font-size: 12px;
    text-align: center;
}

p.frame b {
    font-size: 13px;
}


/*------------   .topRight   ------------*/
.topRight {
    text-align: right;
    margin-bottom: 15px;
}

.topRight a {
    background: url("../img/top_arrow.gif") no-repeat scroll 0 4px transparent;
    padding-left: 18px;
}


/*------------   #header   ------------*/
#header {
    background: url("../img/headBack.jpg") no-repeat scroll right top transparent;
    padding-top: 10px;
    position: relative;
}

#header h1 {
    background: url("../img/headLine.gif") repeat-x scroll left bottom transparent;
    margin-bottom: 11px;
    padding-bottom: 18px;
    padding-left: 30px;
}


/*------------   #contents   ------------*/
#contents {
    float: right;
    width: 735px;
}

/*------------   .section   ------------*/
.section {
    margin-bottom: 22px;
}

/*------------   .info   ------------*/
.info {
    height: 280px;
    overflow: auto;
    width: 724px;
    border: 1px solid #666666;
    padding: 7px 5px;
}

/*------------   ol   ------------*/
ol {
    padding-left: 35px;
    margin-bottom:15px;
}

ol li {
    margin-bottom: 9px;
}

/*------------   h3.headLine   ------------*/
h3.headLine {  
    background: #EEEEEE;  
    border-left: 7px solid #009999;  
    padding: 4px 6px 1px;  
}

/*------------   .listDisc   ------------*/
.listDisc {
    list-style-type: disc;
    padding-left: 15px ;
    margin-left: 4px;
}

.listDisc li {
    margin-bottom: 9px;
}

.listDisc .listCircle li {
    margin-bottom: 0;
}

.listDisc li ol {
    padding-left: 27px;
}

.listDisc li ol li {
    margin-top: 7px;
    margin-bottom: 0;
}


/*------------   .smallDisc   ------------*/
.smallDisc {
    list-style-type: disc;
    padding-left: 15px ;
    margin-left: 4px;
}

.smallDisc li {
    margin-bottom: 5px;
}

.smallDisc li.last {
    margin-bottom: 0;
}


/*------------   .listCircle   ------------*/
.listCircle {
    list-style-type: Circle;
    padding-left: 15px ;
    margin-left: 4px;
}

.listCircle li {
    line-height: 1.4;
    margin-bottom: 5px;
}

.listCircle li.big {
    font-size: 19px;
}


/*------------   .downLink   ------------*/
.downLink li {
    background: url("../img/down_arrow.gif") no-repeat scroll 0 4px transparent;
    padding-left: 17px;
    float: left;
    margin: 0 0 13px 25px;
    width: 82px;
}

.downLink li.first {
    margin-left: 4px;
}

/*------------   .pdfLink   ------------*/
.pdfLink li {
    background: url("../img/pdf_icon.gif") no-repeat scroll right 3px transparent;
    padding-right: 7px;
    float: left;
    margin: 0 40px 15px 0;
}

.pdfLink li.first {
    margin-left: 4px;
}

.pdfLink li.last {
    margin-right: 0;
}

/*------------   ul.date   ------------*/
ul.date li {
    width: 86px;
}

/*------------   ul.note   ------------*/
ul.note li{
    position: relative;
    padding-left: 19px;
    margin-bottom: 10px;
}

ul.note li.last{
    margin-bottom: 0;
}

ul.note li span {
    color: #323232;
    left: 3px;
    position: absolute;
    top: 0;
}

ul.note b{
    color: #004a95;
}


/*------------   .listTable   ------------*/
.listTable {
    border: 1px solid #666666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    font-size: 13px;
    width: 100%
}

.listTable thead {
    text-align: center;

}


.listTable thead tr{
    border-bottom: 1px solid #666666;
}


.listTable thead th {
    border-bottom: 1px solid #666666;
    text-align: center;
    background-color: #d5ffff;
    font-weight: bold;
}

.listTable thead td {
    border-bottom: 1px solid #666666;
    text-align: center;
    background-color: #d5ffff;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    padding: 4px; 
}

/* Firefox */
#help_me, .listTable thead td {
    padding: 4px; 
}

.listTable tbody th {
    border-bottom: 1px solid #666666;
    background-color: #D6FFAD;
    padding: 5px;
    text-align: center;
}


.listTable tbody tr.line td {
    border-bottom: 1px solid #666666;
}

.listTable tbody td {
    border-bottom: 1px solid #323232;
    border-left: 1px solid #cccccc;
    padding: 11px 7px;
}


.listTable tbody.list td {
    padding: 8px 5px;
    line-height: 1.3;
    text-align: center;
}

.listTable tbody.list td.title {
    text-align: left;
}

.listTable tbody.list td.title a, a:visited {
    color: #0044FF;
    text-decoration: none;
    text-align: left;
}

.listTable tbody.list td.title a:hover {
    color: #0000FF;
    text-decoration: underline;
    text-align: left;
}

.listTable tbody tr td.tableHead {
    text-align: center;
    background-color: #F2FFE5;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding: 4px 4px 2px;
}

.listTable tbody td.between {
    border-bottom: 1px solid #cccccc;
}

.listTable tbody td p{
    margin: 0 0 8px 2px;
    line-height: 1.4;
}

.listTable tbody td p.none{
    margin: 0 0 0 2px;
}

.listTable tbody td ul{
    margin-left: 18px;
}

.listTable tbody td ul li{
    list-style-type: disc;
}

.listTable tbody td ul li.last{
    margin-bottom: 8px;
}

.listTable tbody td ul.listSquare li{
    list-style-type: square;
    line-height: 1.4;
}

.listTable tbody td ul.listSquare li.last{
    margin-bottom: 8px;
}



.listTable tbody td dl dt {
    float: left;
    font-weight: bold;
}

.listTable tbody td.tableLeft {
    text-align: left;
    padding: 9px 7px;
}

/*------------   .courseTable   ------------*/
.courseTable {
    border: 1px solid #666666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.courseTable thead {
    text-align: center;
    font-weight: bold;
}

.courseTable thead tr {
    border-bottom: 1px solid #666666;
}

.courseTable thead th {
    border-bottom: 1px solid #666666;
    text-align: center;
    background-color: #d6ffad;
　　font-weight: normal;
}

.courseTable thead td {
    border-bottom: 1px solid #666666;
    text-align: center;
    background-color: #d6ffad;
　　font-weight: normal;
    border-left: 1px solid #cccccc;
    padding: 4px 2px; 
    line-height: 1.3;
}

.courseTable thead td.line {
    border-bottom: 1px solid #cccccc;
}

.courseTable tbody td span{
    font-size: 15px;
}




/* Firefox */

#help_me, .courseTable thead td {
    padding: 4px 3px 2px;
    line-height: 1.3;
}
.courseTable tbody.title th {
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}

.courseTable tbody tr.even {
    background-color: #f2ffe5;
}

.courseTable tbody th {
    border-bottom: 1px solid #cccccc;
    padding: 9px;
    text-align: left;
    font-weight: normal;
}

.courseTable tbody tr.line th {
    border-bottom: 1px solid #666666;
}

.courseTable tbody tr.line td {
    border-bottom: 1px solid #666666;
}

.courseTable tbody tr.line th.noLine {
    border-bottom: 1px solid #cccccc;
}

.courseTable tbody tr.line td.noLine {
    border-bottom: 1px solid #cccccc;
}

.courseTable tbody td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 5px 2px 3px 2px;
    text-align: center;
    border-left: 1px solid #cccccc;
}


/*------------   .flow   ------------*/
.flow {
    font-size: 13px;
}

.flow dl {
    background: url("../img/flow_blue.gif") repeat-y scroll left bottom transparent;
    padding-bottom: 20px;
    float: left;
}

.flow dl.pink {
    background: url("../img/flow_pink.gif") repeat-y scroll left bottom transparent;
}

.flow dl.last {
    background: url("../img/flow_bottom.gif") repeat-y scroll left bottom transparent;
    padding-bottom: 0;
    float: left;
    margin-bottom: 25px;
}

.flow dt {
    margin-right: 20px;
    width: 211px;
    float: left;
    padding: 10px 8px;
    text-align: center;
}

.flow dd {
    width: 471px;
    float: right;
    padding: 10px 8px;
}

.flow dd ul.note li{
    margin-bottom: 0;
}

.flow b {
    font-size: 130%;
}

.flow span {
    font-weight: bold;
}

/*------------   dl.faq   ------------*/
dl.faq {
    border: 1px solid #BBBBBB;
    margin-bottom: 15px;
    padding: 10px 14px;
}

dl.faq dt {
    border-bottom: 1px solid #009999;
    margin-bottom: 5px;
    font-weight: bold;
}

dl.faq dd ol {
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 24px;
}

dl.faq dd ol li {
    margin-bottom: 6px;
}

dl.faq dd ol li.last {
    margin-bottom: 0;
}

dl.faq dd ul.listDisc li {
    margin-bottom: 4px;
}


/*------------   dl.adobe   ------------*/
dl.adobe {
    margin-left: 10px;
}

dl.adobe dt {
    float: left;
}

dl.adobe dd {
    margin: 0 0 5px 170px;
}



/*------------   dl.parallel   ------------*/
dl.parallel {
    margin-left: 5px;
}

dl.parallel dt {
    float: left;
}

dl.parallel dd {
    margin: 0 0 5px 52px;
}

dl.parallel dd.half {
    margin: 0 0 5px 15px;
    float: left;
    padding-right: 15px;
}

/*------------   dl.frame   ------------*/
dl.frame {
    margin-left: 5px;
    padding: 8px 10px 6px;
    border: 6px double #808080;
}

dl.frame dt {
    float: left;
    font-weight: bold;
}

dl.frame dd {
    margin: 0 0 5px 220px;
    line-height: 1.4;
}

dl.frame dd.last {
    margin-bottom: 0;
}

/*------------   img.blank   ------------*/
img.blank {
    padding: 3px 3px 0;
}

/*------------   img.pdf   ------------*/
img.pdf {
    padding: 3px 3px 0;
}


/*------------   .rollover   ------------*/
.rollover {  
    margin-bottom: 13px;  
}  

/*------------   #extraContents   ------------*/
#extraContents {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    width: 150px;
}

#extraContents p {
    font-size: 95%;
    background: url("../img/dotLine.gif") repeat-x scroll left bottom transparent;
    text-align: center;
    margin-left: 0;
    padding: 16px 4px;
}

#extraContents ul {
    margin-bottom: 30px;
}

#extraContents ul li img {
    margin-bottom: 8px;
}

.banner {
    background: url("../img/dotLine.gif") repeat-x scroll left top transparent;
    background-color:#F5F5F5;
    margin-bottom: 20px;
    width: 150px;
}

.banner span {
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner img {
    padding-top: 3px;
}


/*------------   #footer   ------------*/
#footer {
    font-size: 12px;
    padding-bottom: 30px;
}

#footer .section{
    border: 1px solid #a9a9a9;
    padding-bottom: 8px;
}

#footer h3{
    font-size: 13px;
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 4px 10px 3px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 8px;
}

#footer p{
    padding-left: 5px;
}

#footer dl.parallel {
    height: 63px;
    padding-left: 5px;
}

#footer dl.parallel dt {
    width: 38px;
}

#footer dl.parallel dd {
    margin: 0 0 2px 38px;
}

#footer dl.parallel dd.half {
    margin: 0 0 2px 0;
}

/*------------   .clear   ------------*/
.clear {  
    clear: both;　/*floatの解除*/ 
} 




