@charset "UTF-8";
@import url(../../etc/default.css);


/* pages */
body{
font-size: 80%;
background: #fff2f0;
color: #333;
line-height: 1.6;
font-family: Arial, sans-selif;
}
#container{
width: 800px;
position: relative;
text-align: left;
background-color: #fff;
border-right: 1px solid #9acd32;
}
#header{
padding: 0 12px;
background: url(../../img/header_bg.gif) repeat-x center center;
border-bottom: 1px solid #9acd32;
}
#main{
padding: 0 20px 60px;
}
#footer{
clear: both;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
#footer address{
padding: 6px;
border-top: 1px solid #ccc;
background: #55682f;
color: #fff;
}
html,
body,
#container{
height: 100%;
}
html>body #container{
height: auto;
min-height: 100%;
}

hr{
clear: both;
width: 0;
height: 0.1px;
margin: 0;
padding: 0;
visibility: hidden;
}

/* common */
a{
color: #1066de;
text-decoration: none;
}
a:hover{
color: #e9967a;
text-decoration: underline;
}
img{
border: none;
vertical-align: bottom;
}
.clear{
clear: both;
}
table{
font-size: 100%;
border-collapse: collapse;
}
th{
text-align: left;
}
.gopage{
clear: both;
margin: 0 !important;
}
.gotop{
clear: both;
margin: 0 !important;
text-align: right;
}
h1{
padding: 5px 10px 0;
font-size: 250%;
background: #fff url(img/h1.gif) right top no-repeat;
color: #666;
letter-spacing: 1px;
}


/* block */
.navi{
list-style: none;
text-align: right;
font-size: 90%;
}
.navi li{
display: inline;
margin-left: 2px;
}
.navi li a{
margin-right: 2px;
}
h2{
margin: 36px 12px 0;
color: #f66;
font-size: 150%;
font-weight: bold;
}
#top h2{
padding: 2px;
background: #fcf;
font-size: 130%;
text-align: center;
}
h3{
margin: 36px 12px 0;
padding: 6px;
color: #f66;
border-left: 2px solid #999;
font-size: 120%;
font-weight: bold;
letter-spacing: 2px;
}
h4 span{
font-size: 70%;
font-weight: normal;
}


/* =top */
.menu{
margin: 0;
padding: 12px 158px;
list-style: none;
background: url(img/minipamph.gif) left center no-repeat;
}
.menu li{
margin: 0 0 3px;
padding: 2px;
background: #ffd6ef;
font-size: 110%;
text-align: center;
}
.menu li a{
display: block;
color: #330966;
text-decoration: none;
}
.menu li a:hover{
background: #f8b091;
}


/* =cntnt */
.cntnt{
margin: 12px 60px;
}
.cntnt p{
margin-bottom: 1em;
}


/* =person */
.person h4{
font-size: 140%;
font-weight: bold;
}
.person dt{
clear: both;
margin-bottom: 6px;
padding-left: 12px;
font-size: 120%;
font-weight: bold;
border-bottom: 1px dotted #ccc;
}
.person .photo{
float: left;
width: 120px;
height: 160px;
}
.person .text{
margin-left: 144px;
}
.person th{
padding-right: 1em;
vertical-align: top;
}


/* =presen */
.presen{
margin: 12px 60px;
font-size: 95%;
border: 1px solid #f8b091;
}
.presen .cntnt{
margin: 0 12px 12px;
}
.presen h4{
width: 100%;
background: #f8b091;
text-align: center;
font-size: 120%;
}
.presen dl{
margin: 0;
padding: 0;
}
.presen dt{
width: 564px;
margin: 12px 0 6px;
padding: 3px 24px;
background: #eee;
border-bottom: 1px dotted #ccc;
}
.presen dd{
margin: 0 24px;
}
.presen table{
margin: 0 24px;
border-collapse: collapse;
}
.presen th,
.presen td{
padding-bottom: 6px;
}
.presen th{
width: 5em;
vertical-align: top;
}
.presen td ul{
margin: 0;
padding: 0;
list-style: none;
}
.presen td ul li{
display: inline;
margin: 0 1em 0 0;
padding: 0;
list-style: none;
}
.presen table dt{
clear: both;
width: auto;
margin: 0;padding: 0;
background: transparent;
border: none;
color: #666;
}
.presen table dd{
margin: 0;
}
.presen em{
font-weight: bold;
}
