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

body{
	margin:0;
	padding:0;
}

img{
	border:none;
}

#wrap{
	width:900px;
	margin:0 auto;
	padding:0;
}

#header_area,
#flashcontent{
	width:900px;
	margin:0;
	padding:0;
}


#header_area h1{
	float:left;
	margin:0;
	padding:0;
}

#header_area .eng{
	float:right;
	margin:20px 0 5px;
}

.clear_fix{
	clear:both;
}

.toTop{
	text-align:right;
	padding-right:20px;
}

/*----- リンクに画像を自動でつける ------*/

.link{
   background:transparent url(../images/link.gif) center right no-repeat;
   padding-right:15px;
}

.pdf{
   background:transparent url(../images/pdf_s.gif) center right no-repeat;
   padding-right:15px;
}

/*----- table ------*/

table.gray {	/*----- グレーの基本table ------*/
    width: 530px
    table-layout: fixed;    
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.gray th {	/*----- 見出しセンタリング ------*/
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.gray td {	/*----- セルセンタリング ------*/
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/*----- table2 ------*/

table.gray2 {	/*----- グレーの基本table2 ------*/
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.gray2 th {	/*----- 見出し左寄せ ------*/
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
.gray2 td {	/*----- セル左寄せ------*/
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

/*----- font ------*/

body{
	color:#333333;
	font-size:small;
	line-height:1.5em;
	font-family:sans-serif
}

h1,
h2{
	font-size:medium;
	font-weight:bold;
	margin-top:0;
}

h3{
	font-size:small;
	font-weight:bold;
}

.red{
	color:#FF0000;
}

.blue{
	color:#000099;
}

link:visited{
	color:#996699;
}

#uni_navi{
	height:30px;
	margin:10px 0;
}

#uni_navi ul{
	list-style:none;
	margin:0;
	padding:0;
}

#uni_navi li{
	margin:0;
	padding:0;
	height:30px;
	width:150px;
	text-indent:-10000px;
	float:left;
}

#uni_navi li a{
	display:block;
	height:30px;
	width:150px;
	outline:none;
}

#uni_navi li#home{
	background:url(../images/home.gif) top left no-repeat;
}

#uni_navi li#dear{
	background:url(../images/dear.gif) top left no-repeat;
}

#uni_navi li#event{
	background:url(../images/event.gif) top left no-repeat;
}

#uni_navi li#teachers{
	background:url(../images/facilitator.gif) top left no-repeat;
}

#uni_navi li#publishing{
	background:url(../images/publishing.gif) top left no-repeat;
}

#uni_navi li#inquiry{
	background:url(../images/inquiry.gif) top left no-repeat;
}

/*--------- hover ------------*/

#uni_navi li#home:hover,
#uni_navi li#dear:hover,
#uni_navi li#event:hover,
#uni_navi li#teachers:hover,
#uni_navi li#publishing:hover,
#uni_navi li#inquiry:hover{
	background-position:0 -30px;
}

/*--------- on ------------*/

#uni_navi li#home_on{
	background:url(../images/home_on.gif) top left no-repeat;
}

#uni_navi li#dear_on{
	background:url(../images/dear_on.gif) top left no-repeat;
}

#uni_navi li#event_on{
	background:url(../images/event_on.gif) top left no-repeat;
}

#uni_navi li#teachers_on{
	background:url(../images/teachers_on.gif) top left no-repeat;
}

#uni_navi li#publishing_on{
	background:url(../images/publishing_on.gif) top left no-repeat;
}

#uni_navi li#inquiry_on{
	background:url(../images/inquiry_on.gif) top left no-repeat;
}

#news{
	margin:0 0 20px;
	padding:0 0 10px;
	width:595px;
	background:url(../images/news_bg03.gif) left bottom no-repeat;
	float:left;
}
#news h2,
.menu h2,
.menu_end h2{
	margin:0;
	padding:0;
}
#news ul{
	margin:0;
	padding:0 20px 0 40px;
	background:url(../images/news_bg02.gif) repeat-y;
}
#news li{
	padding:0 0 5px;	
}

#banner{
	width:289px;
	float:right;
}

#banner img{
	border:1px solid #333333;
	margin-bottom:3px;
}

#menus{
	margin:0;
	padding:0;
}
.menu{
	margin:0 15px 0 0;
	padding:0;
	width:290px;
	height:215px;
	background:url(../images/menu_bg.gif) left bottom no-repeat;
	float:left;
}
.menu_end{
	margin:0;
	padding:0;
	width:290px;
	height:215px;
	background:url(../images/menu_bg.gif) left bottom no-repeat;
	float:right;
}
	
#link_banners,
#footer{
	margin:20px 0;
	padding:0;
	text-align:center;
}

#link_banners img{
	float:left;
	margin:5px 17px 5px 0;
}

#info{
	margin:10px;
	border-bottom:1px dashed #666666;
}

