@charset "UTF-8";
/* CSS Document */

a {
    text-decoration: none;
    color:#333;
}

a:hover {
    text-decoration: underline;
}

hr {
    visibility:hidden;
    clear:both;
}

* html .iepngfix { behavior: url("./js/iepngfix.htc") }

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* ここから Mac IE5 を除外 \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display:block;
}
/* ここまで Mac IE5 を除外 */

html, body, #bodyArea {
    height: 100%;
}

body > #bodyArea {
    height: auto; min-height: 100%;
}

#bodyArea {
    min-width: 950px;
}

/*  ヘッダエリア共通　CSS  */

#headerArea {
    border-bottom: solid 3px #666;
    height: 60px;
    background-position: bottom;
    background-repeat: repeat-x;
}

#headerArea .title {
    float: left;
    width:220px;
    display: block;
    font-size: 300%;
    margin: 23px 0;
    text-indent: -9999px;
    font-weight: bold;
    background: url(/search/image/logo.gif) no-repeat 5px 13px;
}

#headerArea .utilityBlock {
    float: right;
    width: 145px;
}


#headerArea .utilityBlock .logo {
    color: #FFF;
    display:none;
}

/*  グローバルエリア共通　CSS  */

#globalArea {
    width: 950px;
    margin: 20px auto;
    text-align: center;
}

#globalArea label {
    margin:  0;
    text-align: right;
    padding: 0 5px 0 0;
}

#globalArea input.textBox {
    margin:  0;
    width: 320px;
    text-align: left;
}

#globalArea .details {
    margin:  0 0 0 5px;
    width: auto;
    text-align: left;
}

* html #globalArea .details {
    margin:  0 0 0 3px;
}

#globalArea .search {
    width: 60px;
    clear: both;
}

#globalArea:after {
    clear: both;
    content:"";
    height: 0;
    display: block;
    visibility: hidden;
}

#contentArea {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 70px;
}

#footerArea {
    position: relative;
    margin-top: -58px; /* negative value of footer height */
    height: 58px;
    clear:both;
    background-color: #FFFFFF;
}

#footerArea {
    text-align: center;
}

#footerArea .naviBlock {
    color: #FFFFFF;
    background-color: #666;
    padding: 2px 0;
}

#footerArea .naviBlock ul li {
    display: inline;
    margin: 0 10px;
}

#footerArea .naviBlock ul li a{
    color: #FFF;
}

#footerArea .banner {
    float: left;
    text-align: left;
    padding: 5px;
}
#footerArea .copy {
    float: right;
    font-size: 10px;
    text-align: right;
    padding: 0 5px 0 0;
    color: #333333;
}

h2.pageTitle {
    font-weight: bold;
    color: #000;
    font-size: 120%;
   margin:10px 0;
    border-bottom:solid 3px #005BAA;
}

/*  学部別検索画面　CSS  */

#DefaultPage #contentArea .description {
    display: block;
    width:600px;
    margin: 0 0 15px 0;
    text-indent: 12px;
    background: url(../image/point_down.png) no-repeat 0 center;
}


#DefaultPage #contentArea h3 {
font-size: 138.5%;
padding: 10px 10px 10px 0px;
line-height: 1.0;
}

#DefaultPage #contentArea h3 a {
font-weight: bold;
padding-left: 5px;
}

#DefaultPage #contentArea h3 a span {
}

#DefaultPage #contentArea ul dl ul {
    width: 927px;
    margin-left: 20px;
}

#DefaultPage #contentArea dd ul li {
    float: left;
    width : 293px;
    height: 3em;
    border-top: solid 2px  #666;
    margin: 10px 8px;
}

* html #DefaultPage #contentArea dd ul li {
    margin: 10px 5px;
}

html #DefaultPage #contentArea dt {
font-size: 115.1%;

}


#DefaultPage .a {
    text-decoration: underline;
}


/*  検索結果画面　CSS  */

#resultPage #resultInfoBlock {
    margin: 0 0 20px 0;
}

#resultPage #resultInfoBlock .word {
    color: #FF0000;
}

#resultPage .pagerBlock {
    margin: 3px 0;
    text-align: center;
}
#resultPage .pagerBlock ol li {
    display: inline;
    margin: 0 3px;
    color: #FF0000;
}

#resultPage .pagerBlock ol li span.pointer {
    display: none;
}

#resultPage .pagerBlock ol li a {
    color: #006600;
}

#resultPage .showPreviw, #resultPage .hidePreviw {
    float:right;
    margin: -35px 0 0 0;
    text-indent: 10px;
    border: none;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
    zoom: 1;
}

* html #resultPage .showPreviw, * html #resultPage .hidePreviw, *:first-child+html #resultPage .showPreviw, *:first-child+html #resultPage .hidePreviw {
    display: inline;
    text-indent: 20px;
}

#resultPage .showPreviw {
    background: url(../image/togl_off.png) no-repeat 0 center;
}
#resultPage .hidePreviw {
    background: url(../image/togl_on.png) no-repeat 0 center;
}

#resultPage .table {
    margin: 0 auto;
    width: 950px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #666;
    border-left: solid 1px #666;
}

#resultPage .table th {
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    padding: 5px 6px;
    background-color: #999;
    color: #FFF;
}

#resultPage .table th a {
    font-weight: bold;
    text-indent: 12px;
    display: block;
    color: #FFF;
}
* html #resultPage .table th a {
    zoom: 1;
}

#resultPage .table th a.holizen {
    background: url(../image/point_holizen.png) no-repeat 0 center;
}

#resultPage .table th a.up {
    background: url(../image/point_up.png) no-repeat 0 center;
}

#resultPage .table th a.down {
    background: url(/search/image/point_down.png) no-repeat 0 center;
}

#resultPage .table tr {
    height: 1.5em;
}

#resultPage td {
    padding: 5px 6px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
}

#resultPage .table-body {
    font-size: 105%;
}

#resultPage .foundItem  {
    background-color: #EEE;
    color: #444444;
}

#resultPage .foundItem td {
    border-top: dashed 1px #666;
}

#resultPage .first td {
    border-top: solid 1px #666;
}

#resultPage .separator {
    font-weight: bold;
    margin: 0 3px;
}


/*  詳細検索画面　CSS  */

#detailPage {

}

#detailPage #contentArea{

}

#detailPage #inputBlock{
    border:dotted 1px #E5E5A8;
    background: #EEE;
    margin:20px auto;
    width:800px;
    padding:14px;
}

#detailPage #inputBlock h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}

#detailPage #inputBlock .home {
    display: block;
    float: right;
    margin: -30px 0 30px;
}

* html #detailPage #inputBlock .home {
    line-height: 1em;
    margin: 0 0 10px;
}

#detailPage #inputBlock .description {
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #666;
    padding-bottom:10px;
}

#detailPage #inputBlock .inputBox {
    margin: 0 0 10px 0;
}

#detailPage #inputBlock .inputBox label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:200px;
    float:left;
    margin:24px 0 2px;
}

#detailPage #inputBlock .inputBox .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    width:760px;
    clear: both;
    text-align: right;
    margin: 0 0 -15px 0;
}

#detailPage #inputBlock .inputBox input, #detailPage #inputBlock .inputBox textarea{
    width:550px;
    font-size:12px;
    padding:4px 4px 4px 2px;
    margin:20px 0 2px 10px;
    border:solid 1px #666;
}

#detailPage #inputBlock .inputBox select {
    width:558px;
    font-size:12px;
    padding:4px 4px 4px 2px;
    margin:20px 0 2px 10px;
}

#detailPage #inputBlock .buttonBlock {
    margin: 30px auto 2px;
    text-align: center;
    border-top:solid 1px #666;
}

#detailPage #inputBlock button{
    width: 100px;
    height: 2em;
    margin: 10px 5px;
}

/* メール送信画面　CSS */

#contactPage #contentArea{

}

#contactPage #inputBlock{
    border:dotted 1px #E5E5A8;
    background: #EEE;
    margin:20px auto;
    width:800px;
    padding:14px;
}

#contactPage #inputBlock h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}

#contactPage #inputBlock .home {
    display: block;
    float: right;
    margin: -30px 0 30px;
}

* html #contactPage #inputBlock .home {
    line-height: 1em;
    margin: 0 0 10px;
}

#contactPage #inputBlock .description {
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #666;
    padding-bottom:10px;
}

#contactPage #inputBlock .inputBox {
    margin: 0 0 10px 0;
}

#contactPage #inputBlock .inputBox label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:200px;
    float:left;
    margin:24px 0 2px;
}

#contactPage #inputBlock .inputBox .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    width:760px;
    clear: both;
    text-align: right;
    margin: 0 0 -15px 0;
}

#contactPage #inputBlock .inputBox input, #contactPage #inputBlock .inputBox textarea{
    width:550px;
    font-size:12px;
    padding:4px 4px 4px 2px;
    margin:20px 0 2px 10px;
    border:solid 1px #666;
}

#contactPage #inputBlock .inputBox select {
    width:558px;
    font-size:12px;
    padding:4px 4px 4px 2px;
    margin:20px 0 2px 10px;
}

#contactPage #inputBlock .buttonBlock {
    margin: 30px auto 2px;
    text-align: center;
    border-top:solid 1px #666;
}

#contactPage #inputBlock button{
    width: 100px;
    height: 2em;
    margin: 10px 5px;
}

#contactPage #detailPage #inputBlock .small{
    color:#FF3333;
}



.feedbackPanel {
    color: #FF3333;
    background-color: #FFFFFF;
    padding: 5px;
}

.link {
    padding-left: 12px;
    padding-bottom: 20px;
    background: url(../image/point_holizen.png) no-repeat left center;
}
