@charset "shift_jis";

/*=========================================================
 [ layout.css ]
 date - creation:2007-09-28 // update:2007-12-10
=========================================================*/

/*=========================================================
 index
  1. Page format
  2. header
  3. contents
  4. footer
  5. search
=========================================================*/

/* 1. Page format
=========================================================*/
body{
 background-color:#ffffff;
 font-size:100%;
 font-family:san-serif;
}

#wrapper{
 position:relative;
 width:761px;
 border-right:1px solid #CCCCCC;
 padding-bottom:18px;
}

/* 2. header
=========================================================*/
#header{
 position:relative;
 width:740px;
 \_width:760px;
 padding:6px 11px 10px 11px;
}
#header:after{
 content:"."; 
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0;
}
#header{display:inline-block;}
/* Hides from IE-mac \*/
* html #header{height:1%;}
#header{display:block;}
/* End hide from IE-mac */


/* header logo */
#header #hlogo{
 float:left;
 width:256px;
 height:56px;
 margin-top:10px;
}
/* header navigation area */
#header #hnav{
 width:474px;
 float:right;
 margin-top:11px;
}

/* 3. contents
=========================================================*/
#container{
 padding:0 10px 15px 11px;
}
/* 2column */
#content{
 float:right;
 width:540px;
 font-size:95%;
}
#side{
 float:left;
 width:180px;
}
/* 1column */
.column1 #content{
 float:none;
 width:740px;
}

/* 4. footer
=========================================================*/
#footer{
 margin:0 11px;
 padding-bottom:11px;
 border-top:1px solid #BBBBBB;
}
/* campus list */
div#campusList{
 float:left;
 margin-top:10px;
 width:435px;
 font-size:70%;
}#campusList ul{
 padding:0;
 list-style:none;
 line-height:1.4;
}
/* site information */
div#siteInfo{
 float:right;
 width:300px;
 padding-top:1em;
 font-size:70%;
 text-align:right;
 line-height:1.4;
}
#siteInfo p{
 font-family:Verdana,Helvetica,Arial,sans-serif;
}

/* 5. search
=========================================================*/
.googleresult iframe {
 width:100%;
}

