@charset "shift_jis";

@import "style.css";
@import "http://www.u-ryukyu.ac.jp/css/outline.css";


* {
/*	margin: 0; */
/*	padding: 0; */
}

html, body {
	height: 100%;
}

body {
    background-color: #eee;
    color: #555555;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
/*    text-align: center; */
}


a:link,
a:visited,
a:hover {
    color: #555555;
}

.wrapper {
    min-height: 100%;
	width: 900px;
/*	height: auto !important; */
	margin-left: auto;
	margin-right: auto;
/*	margin: 0 auto -3.9em;  the bottom margin is the negative value of the footer's height */
	border: 1px solid #bbb;
	background-color: #fff;
    background-image: url(http://www.u-ryukyu.ac.jp/images/badge.jpg);
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

* html .wrapper{
  min-height: 100%;
  height: auto !important;
  height: 100%;  	
}

#header {
    font-size: smaller;
    background-image: url(http://www.u-ryukyu.ac.jp/images/top_center_img11_2.gif);
    background-repeat: repeat-x;
    padding: 25px 0 0 1em;
}

#navigator {
    font-size: smaller;
    margin: 1em; 
}

#title {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

#title h3#index_title,
{
  background-color: #4169E1;
  border: 2px solid #0000FF;
  color: white;
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 1em;
  font-size: 22pt;
}

#title p{
  text-align: center;
  margin: 0;
  padding: 0;
}

.push{
       height: 3em;
}

#footer{
	height: 1.5em; /* .push must be the same height as .footer */
}



#footer {
    width: 900px;
    margin: 0 auto 0;
    color: white;
    font-size: smaller;
    background-color: #8AB151;
    background-image: url(http://www.u-ryukyu.ac.jp/images/top_center_img11_2.gif);
    background-repeat: repeat-x;
    padding: 2em 0 0 0;
    text-align: center;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}


