/*ページ全体*/
* { /* 全ての要素の間隔・余白を０へ */
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: medium;
}

/* body              */
body {
    margin:0 auto;
    padding-left:10px;
    text-align: left;
    font-family:"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fDFDfB;
    font-size: 16px;
}
img {
	border: none;
	vertical-align: center;
	background-repeat: no-repeat;
}

p { font-family: "メイリオ", sans-serif, "ＡＲ丸ゴシック体Ｍ", "ＤＦＰ教科書体W3", Osaka, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", Arial; 	}
	
#container {
    width: 800px;	/*ボックス幅*/
    margin: 0 auto 0;
    padding: 20px;	/*ボックス内の余白*/
    background-color: #ffffff;
}
	
/* ページ全体  （白い部分）   */
#page {
    background: #ffffff;
}

/* メイン     */
#main {
    padding-top: 0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 0px;
}

/* リンク            */
a {
    text-decoration: underline;
}

a:hover {
    color: #b22222;
}

/* 文字強調          */
em {
    font-style: normal;
    color: #990000;
    margin: 10px;
}

.font1 {
    font-family: "Times New Roman";
    font-size: 150%;font-weight: 
    bold;line-height: 1.5em;
}

.font2 {
    font-family: "Times New Roman";
    font-size: 100%;
}
.font3 {
    font-family: "Times New Roman";
    font-size:110%;
    margin: 7px 10px 15px 8px;
    font-weight: bold;
}
.font_dai {
    font-family: "Times New Roman";
    font-size: 120%;
    margin: 7px 10px 15px 8px;
    font-weight: bold;
}

/* 見出しh1     */
h1 {
    font-size: 180%;
    font-weight: bold;
    color: #006600;
    text-align:left;
    padding-bottom: 0px;
    height: 40px;
    padding-top: 30px;
    padding-left: 20px;
    letter-spacing: 0.5em;
    font-family: "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 見出しh2     */
h2 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0px;
    padding: 0px 0px 0px 25px;
/*    background: #a8bf93 url(/kdri/org/img/dna_100.png) no-repeat left;*/
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}
h3 {
    background: no-repeat;
    color: #096;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding: 5px;
    border-bottom: 2px double #060;
    margin-top: 5px;
    font-family: "Noto Sans Japanese", "メイリオ", sans-serif, "ＡＲ丸ゴシック体Ｍ", "ＤＦＰ教科書体W3", Osaka, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", Arial;
}

h4 {
    font-size:16px;
    font-weight: bold;
    padding:10px 5px 5px 10px;
    font-family: "Noto Sans Japanese","メイリオ", sans-serif, "ＡＲ丸ゴシック体Ｍ", "ＤＦＰ教科書体W3", Osaka, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", Arial;
    clear: both;
}

h5 {
    font-size:18px;
    padding:10px 5px 2px 0px;
    text-align: center;
}

.hidari  {
    clear: both;
    float: right;
    padding: 5px;
    margin: 5px;
}

/* テキスト右寄せ     */
.t-right{
    text-align: right; 
}

/* 段落・リスト     */
#main p,dl { margin: 0 10px 10px; }
#main dt {
    font-weight: bold;
    line-height: 30px;
    font-family: "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 8px;
}
#main dd{
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 10px;
}

#main ul {
    margin-left: 30px;
}

/* 論文 */
.menu_ronbun ul {
    height:auto;
    float: right;
    background: #090;
    padding: 5px;
    color: #ffffff;
    margin: 1px;
    margin-bottom: 20px;
}

.menu_ronbun li {
    float:left;
    color:#FFF;
    text-align:center;
    list-style-type:none;
    background: #090;
    padding-right: 5px;
    padding-left: 5px;
}

.menu_ronbun li a {
    display:block;
    color:#ffffff;
    line-height:30px;
    text-decoration:none;
    background:#009900;
}

.menu_ronbun li a.active {
    color:#000000;
    text-decoration:none;
    background:#ffffff;
}

.menu_ronbun li a:hover {
   color:#000000;
   text-decoration:none;
   background:#ffec47;
}

.ronbun dl dt {
    font-size: 16px;
}

.ronbun dl dt i {
    font-size: 16px;
}

.ronbun dl dt a {
    font-size: 16px;
    color: #060;
    text-decoration: none;
}

.ronbun dl dt a:hover{
    color: #C00;
}

.ronbun dl dd {
    font-size: 14px;
    font-color: #8b4513;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.ronbun dl dd i {
    font-size: 14px;
}

.year_ronbun {
    font-size:16px;
    font-weight:bold;
    margin-top: 45px;
    margin-left: 10px;
    border-left: 5px solid #090;
    padding-left: 15px;
    clear: both;
}

/* 表     */
table#table02{
    width: 100%;
    font-size:16px;
    text-align: left;
    margin: 10px;
    border-style: none;
    font-weight: lighter;
}
#table02 td{
    text-align: left;
    border: 1px solid #000;
    padding-left: 5px;
    font-weight: lighter;
}

#table02 th {
    text-align: left;
    border: 1px solid #000;
    padding-left: 10px;
    margin: 0px;
    line-height: 30px;
    font-family: "メイリオ", sans-serif, "ＡＲ丸ゴシック体Ｍ", "ＤＦＰ教科書体W3", Osaka, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", Arial;
    font-weight: lighter;
}
#table02 form table tr .botan {
    text-align: center;
    margin: 0px;
    border-style: none;
    font-weight: lighter;
    width: 185px;
}
#table02 form table tr .hidari {
    width: 300px;
    font-weight: lighter;
}

hr {
    border-top: 3px solid #096;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.box1 {
    margin: 10px;
    padding: 5px;
}

.thanks {
    text-align: center;
}

input.btn_submit {
    cursor: pointer;
    background: url(/kdri/img/submit.png) no-repeat 0 0;
    margin: 10px 2px 2px;
    padding: 0px;
    height: 30px;
    width: 80px;
    border-style: none;
    text-indent: -9999px;
}

input.btn_reset {
    cursor: pointer;
    background: url(/kdri/img/reset.png) no-repeat 0 0;
    margin: 10px 2px 2px;
    padding: 0px;
    height: 30px;
    width: 80px;
    border-style: none;
    text-indent: -9999px;
}

#return {
    font-size: 16px;
    font-weight: bold;
    color: #060;
    height: 30px;
    text-align: right;
    margin: 10px;
}

/* ページトップに戻るボタン
--------------------------------*/
#pagetop {
    position: fixed;
    bottom: 130px;
    right: 0px;
}
#pagetop a {
    background: #FFAA00;
    color: #fff;
    padding: 40px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;

}
#pagetop a:hover {
    background: #FFCC00;
}
