﻿@charset "UTF-8";
/*---------全体----------*/
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: sans-serif, serif;
    text-align: center;
    background: url(../img/bk_body.gif);
    background-repeat: repeat;
}

p, table {
	text-align:left;
	margin:1em 2em 1em 2em;
	line-height:150%;
}

dl {
	text-align:left;
}

h3 {
	margin-left:2em;
	text-align:left;
}

li {
	text-align:left;
	margin-left:1em;
	margin-right:2em;
	line-height:150%;
}
/*---------見出しの設定 上下のスペースなど----------*/
h1, h2 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*---------ベースbox----------*/
div#base {
    width: 780px;
    text-align: center;
    background: url(../img/bk_shadow.gif);
    background-repeat: repeat-y;
}

div#box {
    width: 760px;
    text-align: center;
    color: #000;
    background: url(../img/bk_box.gif);
    background-repeat: repeat;
}
/*---------コピーライト----------*/
div#c {
    clear: both;
    padding: 3px 0px 5px;
    background: #FF9900;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-family: Osaka, seserif, sans-serif;
}

div#c a {
	color:#FFFFFF;
	text-decoration:none;
}

/*---------メイン画像----------*/
div#banner {
    padding: 20px 0px 0px;
    background: #FF9900;
}
/*---------ナビゲーションバー----------*/
div#navi-area {
    width: 190px;
    float: left;
    text-align: left;
    background: #EEE;
    font-size: 80%;
    text-indent: 5px;
    line-height: 20px;
}

div#navi {
    padding: 5px 0px 5px 10px;
    background-color: #FF6;
    font-size: 14px;
    border-top-width: 0px;
    border-right-width: 0px;
    /*下*/
    border-bottom-width: 1px;
    border-bottom-style: dashed; /*下の点線*/
    border-bottom-color: #9C6;
    /*左*/
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FC0;
}

#navi a {
    text-decoration: none;
}

#navi a:hover {
    color: #f60;
}

div.navi {
    padding: 5px 0px 5px 10px;
    background-color: #FF6;
    font-size: 14px;
    border-top-width: 0px;
    border-right-width: 0px;
    /*下*/
    border-bottom-width: 1px;
    border-bottom-style: dashed; /*下の点線*/
    border-bottom-color: #9C6;
    /*左*/
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FC0;
}

.navi a {
    text-decoration: none;
}

.navi a:hover {
    color: #f60;
}

.icon {
    color: #f60;
    font-size: 80%;
    padding: 0px 0.3em 0px 1em;
}
/*---------ナビゲーションバー2----------*/
div#navi2 {
    color: #f60;
    background: #FF6;
    padding: 5px;
    font-size: 80%;
    text-align: left;
    /*左*/
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FC0;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-bottom-style: dashed; /*下の点線*/
    border-bottom-color: #9C6;
}

#navi2 a {
    text-decoration: none;
}

#navi2 a:hover {
    color: #f60;
}
/*---------文章エリア----------*/
div#content {
    width: 510px;
    float: left;
}

div.memo-area {
    margin: 20px auto 0px 25px;
    background: #EEE;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

div#memo-area-meeting {
    margin: 20px auto 10px;
    background: #EEE;
    width: 700px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

div.memo-area-meeting {
    margin: 20px auto 10px;
    background: #EEE;
    width: 700px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

#memo-area-meeting th {
    font-weight: bold;
    color: #00008b;
}

.memo-area-meeting th {
    font-weight: bold;
    color: #00008b;
}

#memo-area-meeting th.even {
    background-color: #ffffcc;
}

.memo-area-meeting th.even {
    background-color: #ffffcc;
}

#memo-area-meeting th.odd {
    background-color: #ffff99;
}

.memo-area-meeting th.odd {
    background-color: #ffff99;
}

#memo-area-meeting td.even {
    background-color: #ffffcc;
}

.memo-area-meeting td.even {
    background-color: #ffffcc;
}

#memo-area-meeting td.odd {
    background-color: #ffff99;
}

.memo-area-meeting td.odd {
    background-color: #ffff99;
}

div#memo-area-publication {
    margin: 20px auto 10px;
    background: #EEE;
    width: 700px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

div.memo-area-publication {
    margin: 20px auto 10px;
    background: #EEE;
    width: 700px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

div#memo {
    padding: 10px 20px 10px 20px;
    color: #00008b;
}

#memo td {
    font-size: 13px;
    line-height: 18px;
    color: #00008b;
}

div.memo {
    padding: 10px 20px 10px 20px;
    color: #00008b;
}

.memo td {
    font-size: 13px;
    line-height: 18px;
    color: #00008b;
}
/*---------文章のタイトル----------*/
div#title {
    display: block;
    height: 26px;
    background: #FF6;
}

#title h2 {
    background-image: url("../img/bk_title.gif");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    color: #00008b;
    font-size: 14px;
    font-weight: bold;
    text-indent: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*横のオレンジ*/
    border-left-width: 10px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #FC0;
}

div.title {
    display: block;
    height: 26px;
    background: #FF6;
}

.title h2 {
    background-image: url("../img/bk_title.gif");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    color: #00008b;
    font-size: 14px;
    font-weight: bold;
    text-indent: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*横のオレンジ*/
    border-left-width: 10px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #FC0;
}


/*---------topの○画像----------*/
.photo {
    float: right;
    margin-right: 20px;
    margin-top: -138px;
}
/*---------右寄せ----------*/
div#right {
    margin-top: 2px;
    width: 542px;
    font-size: 12px;
    text-align: right;
    background: #fff;
    color: #666;
}
/*---------研究大会----------*/
div#meeting {
    margin: 20px auto 0px 25px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

div.meeting {
    margin: 20px auto 0px 25px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.meeting h1 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.meeting h2 {
    margin: 5px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #00c;
}

.line-dot td {
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-style: dotted;
    border-color: #666666;
}

.line-dot th {
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-style: dotted;
    border-color: #666666;
}

/* もとのcssがあまりにひどいので修正中の部分 作業途中*/
/*  ～2あるいは，grebeというのは，新しいもの。 */
h2.title2 {
    width: 95%;
    text-align: left;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    background-image: url('http://www.jssssw.com/img/2_h2_back.png') !important;
    background-repeat: repeat-x !important;
    background-color: #E8E8E8 !important;
    color: #333;
    font-size: 110%;
    font-weight: bold;
    padding: 2px 0px 2px 11px;
    margin: 10px 0px 0px 11px;
}

h3.title2 {
    margin-left: 2em;
    color: #ee880f;
    text-align: left;
    font-weight: bolder;
    line-height:200%;
}

dl.grebe {
    margin-top:0;
    text-align: left;
}

.grebe dt {
    margin-left:2em;
    float: left;
    clear: left;
    width: 70%
}

p.grebe {
    margin-left:2em;
    text-align:left;
}

div.grebe {
	background-color:#FFF;
	text-align:left;
}

#bread {
	margin-left:3em;
	margin-top:0.5em;
	text-align:left;
}

div#content2 {
	margin:1em 3em 1em 3em;
	line-height:150%;
	text-align:left;
}
