
/*-----------Block Level Elements--------------*/
* {margin:0; padding:0;}
body {
font-family: Arial, Helvetica, sans-serif ;
font-size:13px;
line-height:1.5em;
text-align:justify;
color:#333333;
background:#e3f0fb;
}
p,ul,ol,li,dl,dt,dd,blockquote,div,span,h1,h2,h3,h4,h5,form,table,tr,td {
font-family: Arial, Helvetica, sans-serif ;
margin:0;padding:0;
}

input {
font-family: Arial, Helvetica, sans-serif ;
margin:0;padding:0;
font-size:13px;
color:#333333;
height:1.6em;
line-height:1.6em;
}
textarea {
font-family: Arial, Helvetica, sans-serif ;
margin:0;padding:0;
font-size:13px;
color:#333333;
line-height:1.1em;
}

input {
vertical-align:middle;
}
body div {
text-align:left;
margin:0 auto;
}


#background {
width: 600px;
background:url(../images/background.jpg) repeat-y center;
}
#page {
text-align: justify;
width: 600px;
}
#header {
width:600px;
height:30px;

}

#pulldown-menu {
width:100%;
height:25px;
margin:0;padding:0;
background:url(../images/bk_tab_s.jpg);
}

#banner img {
margin:-2px 0;
}


#content {
padding:10px 0;

}

#topicpath {
padding-left:20px;
}

#topicpath p {
display:inline;
background:url(../images/topic_path.gif) no-repeat left center;
padding:0 0 0 1.5em;
margin:0 0 0 1em;
}


#footer {
clear:both;
border-top:2px solid #aaaaaa;
text-align:center;
margin-top:2em;
width: 100%;
}


a {
color:#0089c4;
text-decoration:none;
}
a:hover {
color: #ff9800;
text-decoration:none;
}

a img {
border:none;
}



/*--------------TopMenu------------*/
ul#pulldown-menu a {
color: #FFFFFF;
text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
background: url() no-repeat 0 0;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
background: url(../images/bk_tab_s2.jpg) no-repeat 0 0;
}
ul#pulldown-menu ul li a:link,
ul#pulldown-menu ul li a:visited {
background:#444444;
}
ul#pulldown-menu ul li  a:hover,
ul#pulldown-menu ul li  a:active {
background:#666666;
}
ul#pulldown-menu li {
        float: left;
        position: relative;
        width: 10em;
        height: 1.5em;
        line-height: 1.5em;
font-size:13px;
font-weight:normal;
}
ul#pulldown-menu li a {
        display: block;
        width: 10em;
        height: 1.5em;
        text-align: center;
font-size:13px;
font-weight:normal;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
margin:0;
padding:0;
display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
display: block;
position: absolute;
z-index: 100;
}

ul#pulldown-menu li ul li {
float: none;
margin:0;padding:0;
font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
behavior: url("csshover.htc");
}

/*--------------content------------*/

h1 {
font-size:18px;
font-weight:bold;
border-left:5px solid  #6A5ACD;
padding-left:0.5em;
line-height:2em;
margin:1em 0 1em 50px;
}

h2 {
font-size:14px;
line-height:5em;
font-weight:bold;
background:url(../images/h2.jpg) no-repeat 0% 50%;
padding-left:60px;
margin:0 0 10px 0;
}


h3 {
clear:both;
font-weight:bold;
font-size:14px;
margin:20px 0 10px 0;
padding-left:20px;
background-color:#eeeeee;
border-top:1px solid #019fe8;
}

h4 {
font-weight:normal;
font-size:13px;
margin:20px 0 10px 20px;
padding-left:20px;
background-color:#eeeeee;
border-top:1px solid #6b6a56;
}

h5 {
font-weight:normal;
font-size:13px;
margin:10px 0 10px 50px;
padding-left:10px;
background-color:#d8e8ff;
}

p {
text-align:justify;
margin:1em 0 1em 80px;
}

ul {
margin-left:40px;
margin-bottom:1em;
list-style-position:outside;
list-style-type:none;
}

ul.square {
margin-left:80px;
list-style-position:outside;
list-style-type:square;
}

ul.disc {
font-family:Gothic;
list-style-position:outside;
list-style-type:disc;
}

ul.circle {
font-family:Gothic;
list-style-position:outside;
list-style-type: circle;
}
ul.decimal {
font-family:Gothic;
list-style-position:inside;
list-style-type: decimal;
}
ul li {
text-align:justify;
line-height:1.8em;
}

dl.info {
margin:10px 0 10px 80px;
padding:10px;
}

dl.info dt {
line-height:1.5em;
}

dl.info dt.line {
border-top:1px dotted #cccccc;
}

dl.info dd {
margin-left:60px;
margin-top:-1.5em;
}

dl.info2 {
margin:10px 160px 10px 80px;
}

dl.info2 dt {
line-height:1.5em;
}

dl.info2 dt.line {
border-top:1px dotted #cccccc;
}

dl.info2 dd {
margin-left:60px;
margin-top:-1.5em;
}

dl.info3 {
clear:both;
line-height:1.5em;
margin:20px 0 50px 0;
}

dl.info3 dt {
line-height:1.5em;
border-top:1px dotted #cccccc;
}


dl.info3 dd {
line-height:1.5em;
margin-left:80px;
margin-top:-1.5em;
}




dl.koshin {
margin:10px 0 10px 80px;
}

dl.koshin dt {
line-height:1.6em;
}

dl.koshin dd {
margin-left:80px;
margin-top:-1.6em;
}
dl.access {
margin:10px 0 10px 50px;
}

dl.checkform {
clear:both;
line-height:1.5em;
margin:20px 0 50px 0;
}

dl.checkform dt {
line-height:1.5em;
margin:10px 0 10px 50px;
padding-left:10px;
background-color:#d8e8ff;
}


dl.checkform dd {
line-height:1.5em;
margin-left:80px;
}


/*-------------form------------------*/
dl.form {
display:block;
margin:10px 0 10px 20px;
}

dl.form dt {
line-height:1.6em;
width:100px;
text-align:right;
}

dl.form dd {
height:25px;
margin-left:110px;
margin-top:-1.6em;
}
table.program {
margin:0 0 0 80px;
}

table.program td {
padding:0.2em 5em 0.2em  1em;
text-align:left;
}

table.form {
margin:0 0 0 20px;
}

table.form td {
text-align:center;
}
table.kikaku {
width:730px;
table-layout:fixed;
margin:20px 0 50px 70px ;
border-collapse:collapse;
}
table.kikaku td {
border:1px solid #cccccc;
padding:0.5em;
}


/*-------------Other------------------*/
.contents_left {
float:left;

}

.contents_right {
float:right;

}

strong, 
.kyocho {
font-family:Arial, Helvetica, sans-serif;
color:#a50042;
font-weight:normal;
font-size:13px;
}

.setsumei {
color:#a50042;
}
.nm {
border:1px solid #777;
background:#ffffff;
}
.en {
border:1px solid #777;
background:#eaf2ff;
}
.jp {
border:1px solid #777;
background:#ffffff;
}

.waku {
border-top:1px solid #6b6a56;
border-bottom:1px solid #6b6a56;
background:#ffffd3;
margin:0 250px 0 130px; 
padding:10px;
}

.caption {
line-height:1em;
}

.pagetop {
text-align:right;
font-size:11px;
margin:30px 0;
}
