@charset "utf-8";


body{
	font-family:100% メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MS P Gothic",Osaka,Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align: center;
	color:#333333;
	background-color:#FFFFFF;
}

h3 a{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	background:url(./img/midashi.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
h3 img{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	background:url(./img/midashi.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

table { 
border-width: 1px; /* 枠線の太さ */ 
border-style: solid; /* 枠線のスタイル */ 
border-color: #777777; /* 枠線の色（上・右・下・左） */ 
background-color: #FFFFFF; /* セルの背景色 */ 
text-align: center; /* リンク文字の位置 */ 
}

td{
	border-width: 1px; /* 枠線の太さ */ 
	border-style: solid; /* 枠線のスタイル */ 
	border-color: #777777; /* 枠線の色（上・右・下・左） */ 
	background-color: #FFFFFF; /* セルの背景色 */ 
	text-align: center; /* リンク文字の位置 */ 
}
th{
	border-width: 1px; /* 枠線の太さ */ 
	border-style: solid; /* 枠線のスタイル */ 
	border-color: #777777; /* 枠線の色（上・右・下・左） */ 
	background-color: #FFFFFF; /* セルの背景色 */ 
	text-align: center; /* リンク文字の位置 */ 
}

td a{ 
	text-decoration: none; /* リンク文字の下線 */ 
	font-size: 10pt; /* リンク文字のサイズ */ 
	font-weight: bold; /* リンク文字の太さ */ 
} 

td p{
	color :#333333;
}

.kazari{
	display:block;
	/*width:800px;*/
	height:5px;
	margin:0 auto;
	background:#3399cc;
}

#title{
	display:block;
	float:left;
}

#title a{
	display:block;
	width:250px;
	height:90px;
	margin:0;
	padding:0;
	/*margin:10px 20px 10px 30px;*/
	background:url(./img/title.gif) no-repeat;
	background-position:0px 20px;
}

#access_and_link{
	display:block;
	float:right;
	text-align:left;
	width:320px;
	height:30px;
	margin:60px 0px 0px 0px;
}

#access{
	display:block;
	width:200px;
	height:30px;
	background:url(./img/access.gif) no-repeat;
	float:left;
}

#link{
	display:block;
	width:100px;
	height:30px;
	background:url(./img/link.gif) no-repeat;
	float:right;
}

#access_and_link a:hover{
	background-position:0px -30px;
}

#container{
	width:800px;
	margin:0 auto;
	text-align:left;
}

#glovalnav{
	width:800px;
	height:70px;
}

#glovalnav a{
	width:160px;
	height:70px;
	float:left;
}

#glovalnav a:hover{
	background-position:-160px 0;
}

#glovalnav a.gnav_current{
	background-position:-160px 0;
}

#gnav_intro{
	background:url(./img/navi_intro.gif) no-repeat;
}

#gnav_course{
	background:url(./img/navi_course.gif) no-repeat;
}
#gnav_gallery{
	background:url(./img/navi_gallery.gif) no-repeat;
}
#gnav_lecture{
	background:url(./img/navi_lecture.gif) no-repeat;
}
#gnav_admission{
	background:url(./img/navi_admission.gif) no-repeat;
}

header{
	width:800px;
	height:100px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

footer {
	clear:both;
	padding:10px 0 0 0;
	margin:0 auto;
	background:#333333;
	color:#ffffff;
}



/* --- ボックス --- */
div.section {
width: 550px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: none; /* ボックスの境界線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
div.section div.textArea {
height: 120px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
div.section div.textArea p {
margin: 1em 0px; /* 段落のマージン（上下、左右） */
}


