﻿@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #FFF url(../img/back.png) repeat-x;
}
body {
font-size: 14px;
color: #333;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: url(../img/back1.png) repeat-y;
width: 940px;
margin: 0 auto;
padding: 0 3px;
}
a {
color: #00F;
}
a:hover {
color: #006;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}
/*ヘッダー004D99
-----------------------------------------*/
body header {
height: 137px;
background: url(../img/header.png) repeat-x top;
position: relative;
margin: 0 auto 25px;
border-top: 5px solid #3cb371;
}
body header h1 {
position: absolute;
top: 20px;
left: 18px;
font-family: Georgia, serif;
font-weight: normal;
color: #000;
font-size: 50px;
line-height: 1;
}
body header h1 a {
text-decoration: none;
color: #000;
}
body header h1 a:hover {
color: #000;
}
body header address {
position: absolute;
right: 20px;
top: 5px;
font-size: 10px;
font-style: normal;
width: 415px;
}
body header .adr {
font-size: 12px;
color: #666;
width: 180px;
}
body header .tel {
font-size: 30px;
color: #F60;
font-weight: bold;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
position: absolute;
right: 0;
top: 0;
}
body header .tel img {
margin-right: 3px;
}
body header > ul {
position: absolute;
right: 15px;
top: 38px;
}
body header > ul li {
float: left;
margin-right: 3px;
}
body header > ul li a {
opacity: .75;
}
body header > ul li a:hover {
opacity: 1;
}
/*ヘッダー:メニュー
-----------------------------------------*/
nav {
position: absolute;
height: 47px;
bottom: 0;
right: 18px;
}
nav ul li {
float: left;

}

nav ul li a {
display: block;
width: 150px;
height: 47px;
text-align: center;
line-height: 47px;
color: #000;
text-decoration: none;
font-family: Arial,sans-serif;
font-size: 16px;
background-image:  url(../img/menu.png);
background-repeat: no-repeat;
background-position: center top;
border-left: 1px solid #C3C3C3;
position: relative;
z-index: 1;
}
nav ul li:first-child a {
background-position: left top;
border-left: none;
}
nav ul li:last-child a {
background-position: right top;
}
nav ul li a:hover {
color: #FFF;
background-position: bottom;
border: 1px solid #0563B8;
border-bottom: none;
border-top: none;
margin-left: -1px;
z-index: 2;
}
nav ul li:first-child a:hover {
background-position: left bottom;
border-left: none;
}
nav ul li:last-child a:hover {
background-position: right bottom;
border-right: none;
margin-left: 0;
}
/*フッター
-----------------------------------------*/
footer {
background: #3cb371;
height: 40px;
padding: 15px 20px;
position: relative;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
color: #FFF;
}
footer address {
display: block;
font-size: 12px;
font-style: normal;
float: left;
}
footer address p {
display: inline;
margin-right: 1em;
}
footer small {
display: block;
font-size: 10px;
float: right;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
margin: 0 auto 0;
padding: 0 20px 50px 20px;
width: 900px;
position: relative;
}
#contents:after {
content: "";
display: block;
clear: both;
}
*+html #contents {
min-height: 1px;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
section {
margin-bottom: 30px;
}


/*見出し
-----------------------------------------*/
section > h1 {
background: url(../img/midashi2a.png) no-repeat;
font-size: 16px;
text-indent: 30px;
width: 911px;
height: 74px;
line-height: 40px;
margin-bottom: -80px;
position: relative;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
z-index: 1;
}
section h1,
section h2 {
font-weight: normal;
}


/*学科リスト
-----------------------------------------*/
#subMenu {
position: absolute;
top: 60px;
left: 20px;
width: 180px;
z-index: 2;
}
#subMenu h2 {
background: #3299FF;
color: #FFF;
font-size: 14px;
line-height: 1.1;
padding: 12px 10px;
font-weight: bold;
border: 1px solid #007CF8;
}
#subMenu ul {
border: 1px solid #CCC;
background: #F5F5F5;
}
#subMenu li a {
display: block;
line-height: 1.2;
color: #333;
text-decoration: none;
background: url(../img/icon1.png) no-repeat 8px 14px;
padding: 10px 10px 10px 17px;
border-top: 1px dotted #959595;
}
#subMenu li a:hover {
color: #333;
background-color: #EEE;
}
#subMenu ul li:first-child a {
border-top: none;
}

/*表組
-----------------------------------------*/
table {
border-spacing: 1;
border-collapse: separate;
margin-right: 10px;
position: relative;
z-index: 2;
}
table td,
table th {
padding: px 5px;
font-size10: 14px;
line-height: 1.1;
padding: 5px;
}
table th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
}

table td small {
display: block;
font-size: 12px;
}
table td dt {
font-size: 10px;
font-weight: bold;
}
table td dd {
font-size: 18px;
}


/*トップへ
-----------------------------------------*/
.page-top {
    position: fixed;
    bottom: 80px;
  right: 30px;
    padding: 10px;
    background: #c0c0c0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
