@charset "utf-8";

html {
    overflow-y:scroll;
}

body {
    background: url(/assets/templates/swc/mihon/back.jpg) repeat-x;
    font-size:10pt;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align:center;
    margin:0;
    padding:0;
}

ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
    margin:0;
    padding:0;
}

li {
    list-style-type:none;
}

img {
    border:0;
}

hr {
    display:none;
}

* {
    zoom: 1;
}

ul, ol, li {
    zoom: normal;
}

.bl {
    text-align:left;
    display:block;
    text-indent:-999em;
    overflow:hidden;
}

#wapper {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 960px;
    height: 135px;
}

h1 a {
    background-image:url(/assets/templates/swc/mihon/head_h1.jpg);
    background-repeat: no-repeat;
    width: 273px;
    height: 85px;
    float: left;
    display: inline;
}

h2 {
    background-image: url(/assets/templates/swc/mihon/head_h2.jpg);
    background-repeat: no-repeat;
    width: 635px;
    height: 50px;
    clear: both;
    float: left;
}

h3 {
    margin: 30px 0 0 0;
    width:  960px;
    height: 30px;
    clear: both;
}
h3.project {
    background: url(/assets/templates/swc/mihon/title_project.jpg) no-repeat;
}
h3.lab {
    background: url(/assets/templates/swc/mihon/title_lab.jpg) no-repeat;
}
h3.conference {
    background: url(/assets/templates/swc/mihon/title_conference.jpg) no-repeat;
}
h3.gakkai {
    background: url(/assets/templates/swc/mihon/title_gakkai.jpg) no-repeat;
}
h3.wf {
    background: url(/assets/templates/swc/mihon/title_wf.jpg) no-repeat;
}
h4 {
    margin: 30px 0 0 0;
    width:960px;
    height: 25px;
    clear: both;
    text-align: left;
    text-indent: 15px;
    background-image: url(/assets/templates/swc/mihon/title_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 15px;
    color: #333;
    line-height: 100%;
}
#contents {
    width: 960px;
    clear: both;
}

#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.section {
    margin: 10px 7px 30px 7px;
    width: 180px;
    height: 180px;
    float: left;
    background-image: url(/assets/templates/swc/mihon/back2.jpg);
    background-repeat:no-repeat;
}
.unit {
    margin: 10px 5px 20px 5px;
    width: 180px;
    height: 180px;
    float: left;
    background-image: url(/assets/templates/swc/mihon/back2.jpg);
    background-repeat:no-repeat;
}
#wf .unit {
    margin: 10px 5px 20px 5px;
    width: 230px;
    height: 354px;
    float: left;
    background-image: url(/assets/templates/swc/mihon/back3.jpg);
    background-repeat:no-repeat;
}
.number {
    width: 180px;
    height: 25px;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
    text-indent: 5px;
    font-weight: bold;
    color: #333;
}
.thumbnail {
    width: 180px;
    height: 145px;
    text-align: center;
    margin: 10px 0 0 0;
}
#wf .thumbnail {
    width: 190px;
    height: 310px;
    text-align: center;
    margin: 10px auto 0;
}
ul {
    margin: 20px auto 20px 20px;
}
ul li {
    text-align:left;
    line-height: 150%;
    list-style-type: disc;
}
dl {
    width:780px;
    margin: 10px 0 40px 0;
    clear: both;
}
dt {
    width: 180px;
    height: 25px;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
    text-indent: 5px;
    font-weight: bold;
    color: #333;
}

dd {
    width: 180px;
    height: 145px;
    text-align: center;
    margin: 10px 0 0 0;
}
#wf .red {
    text-align: left;
}
.red {
    color: #C00;    
}

#footer {
    margin: 30px 0 0 0;
    width: 100%;
    height: 25px;
    text-align: center;
    clear: both;
    color: #FFF;
    background-color: #000;
    line-height: 170%;
}