@charset "shift_jis";

/* -------------------------------------------------------------

[1] $B%l%$%"%&%H$K4X$9$k;XDj(B
[2] $B%X%C%@!<%V%m%C%/Fb$K4X$9$k;XDj(B
[3] $B%3%s%F%s%D%V%m%C%/Fb$K4X$9$k;XDj(B
[4] $B%5%$%I%P!<%V%m%C%/Fb$K4X$9$k;XDj(B
[5] $B%U%C%?!<%V%m%C%/Fb$K4X$9$k;XDj(B
[6] CSS$B%G%6%$%s%5%s%W%k%j%s%/;XDj(B

----------------------------------------------------------------
CSS$B%G%6%$%s%5%s%W(B [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* $B0l3g$GA4$F$NMWAG$NM>Gr$r%<%m$K;XDj(B */

@import url(top-page.css);
*{
  margin: 0;
  padding: 0;
}

/* $BA4BNE*$J%j%s%/(B */

a:link,
a:visited,
a:hover,
a:active{
	text-decoration: underline;
}

a:link{
	color: #00f;
}

a:visited{
	color: #90f;
}

a:hover{
	color: #f00;
}

a:active{
	color: #f00;
}

/* -------------------------------------------------------------
   [1] $B%l%$%"%&%H$K4X$9$k;XDj(B */

body{
  font-size: 85%;
  text-align: center;
  font-family: "$B%R%i%.%N3Q%4(B Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "$B#M#S(B $B#P%4%7%C%/(B", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
  background: url(osaka-univ.large.png) no-repeat 37.5% 0 ;
}

#wrapper{
  text-align: left;
  width : 760px;
  margin: 0 auto;
}

#header{
  width: 100%;
  height: 80px;
  margin-bottom: 2em;
  position: relative;
}

#container{
	width: 100%;
}

#contents{
  width : 430px;
  float: right;
}

#sidebar{
  width: 300px;
  float: left;
}

#footer{
  hight: 100%;
  margin-right: 290px;
  margin-left: 290px;
  padding: 0.5em 0 0.5em;
  background-color: #1e90ff;
}

/* -------------------------------------------------------------
   [2] $B%X%C%@!<%V%m%C%/Fb$K4X$9$k;XDj(B */

h1{
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 0;
}

.logo{
  font-size: 140%;
  line-height: 1;
  position: absolute;
  top: 35px;
  left: 0;
}

.logo a{
  text-decoration: none;
  color: #000;
}

.logo a:hover{
  text-decoration: none;
  color: #1e90ff;
}

#header dl{
  width: 300px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 0;
}

#header dt{
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  color: #000;
}

#header dd{
  font-size: 90%;
  height: 0px;
  padding: 0px 0px 0;
  overflow: auto;
  background-color: #fff;
  color: #000;
}

#header dd p{
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [3] $B%3%s%F%s%D%V%m%C%/Fb$K4X$9$k;XDj(B */

h2,h3,h4,h5,h6{
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(bg-listmark-01.gif) no-repeat 0 50%;
}

#contents dl{
	margin: 0 0 2em;
}

#contents dt{
  font-weight: bold;
  padding: 5px 1em 5px 30px;
  background-color: #1e90ff;
}

#contents dd{
  margin-bottom: 1em;
  padding: 1em 30px;
  overflow: auto;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  
}

#contents p{
  line-height: 1.5em;
  margin-bottom: 1em;
}

#contents ul,
#contents ol{
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [4] $B%5%$%I%P!<%V%m%C%/Fb$K4X$9$k;XDj(B */

#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6{
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(bg-listmark-02.gif) no-repeat 0 50%;
}

/*-- $B%J%S%2!<%7%g%s%\%?%s(B --*/

#sidebar .navigation{
  list-style-type: none;
  margin: 0 0 2em;
}

#sidebar .navigation li{
	display: inline;
}

#sidebar .navigation li a{
  text-align: center;
  text-decoration: none;
  width: 300px;
  display: block;
  padding: 4px 0;
  border: 1px outset #fff;
  background-color: #eee;
  color: #060;
}

#sidebar .navigation li a:hover{
  border: 1px inset #fff;
  background-color: #1e90ff;
  color: #000;
}

#sidebar dl{
	margin: 0 0 2em;
}

#sidebar dt{
  font-weight: bold;
  padding: 5px 10px;
  background-color: #1e90ff;
}

#sidebar dd{
  margin-bottom: 1em;
  padding: 1em 0;
}

#sidebar p{
  line-height: 1.2em;
  margin-bottom: 1em;
}

#sidebar ul,
#sidebar ol{
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [5] $B%U%C%?!<%V%m%C%/Fb$K4X$9$k;XDj(B */

#footer p{
	text-align: center;
}

/* -------------------------------------------------------------
   [6] CSS$B%G%6%$%s%5%s%W%k%j%s%/;XDj(B */
#cds{
  clear: both;
  text-align: right;
  margin: 0;
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#cds,
#cds a,
#cds a:hover{
  text-decoration: none;
  color: #999;
}
}
}
}