/* CSS Document */
body,div,table,p,span,ul,li,h1,h2,h3,h4,h5,h6,hr,tr,td {
	margin:0;
	padding:0;
}

body{
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	}
	
h1{
	display:none;
	}
	

div#shell{
	width: 980px;
	position: relative;
	margin:0 auto;
	}
	
div#banner{
	padding-left:25px;
	padding-top: 15px;
	text-align: center;
	}

div#text{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 2em;
	overflow: auto;
	height:85%;
	margin: 0px 110px 40px 460px;
	padding-top:20px;
	background:none;
	}

div.header {
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.7em; 
	margin-bottom: 5px;}

/*mission*/	
div#bg{
background: url(../images/mission_bg.jpg) no-repeat; height: 480px;
	padding: 0px;
	margin: 0px;
	}

/*lifework*/	
div#lifeworkbg{
background: url(../images/lifework_bg.jpg) no-repeat; height: 480px;
	padding: 0px;
	margin: 0px;
	}
	
div#lifeworkbg h2{
	font-size: 13px;
	font-weight: bold;
	color: #66FF66;}
	
ul.normal_list{
	padding-top: 5px;
	font-size:11px;
	font-weight: 500;
	list-style-type: none;
	}
	
ul.normal_list li{
	background: url(../images/white_arrow.gif) no-repeat 0px 4px;
	padding-left:17px;
	
	}
		
/*history*/
div#historybg{
background: url(../images/history_bg.jpg) no-repeat; height: 480px;
	padding: 0px;
	margin: 0px;
	}
	
table#history{
	width: 100%;
	}

.bold{
	font-weight: bold;
	}
	
/*academics*/
div#academicsbg{
background: url(../images/academics_bg.jpg) no-repeat; height: 480px;
	padding: 0px;
	margin: 0px;
	}
	
div.thesis{
	font-size: 15px;
	color:#33FFFF;
	}

div#academicsbg a:link{
	color:#CCFFFF;
	text-decoration:none;
	}

div#academicsbg a:visited{
	color:#CCFFFF;
	text-decoration:none;
	}

div#academicsbg a:hover{
	color:#CCFFFF;
	text-decoration:underline;
	}
	
p.zenbun {background:url(../images/arrow.gif) no-repeat center left; padding-left:26px; margin-top: 7px; font-weight: bold; margin-bottom: 10px;}

/*blog*/
div#blogbg{
background: url(../images/blog_bg.jpg) no-repeat;
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	}
	
div#blogtext {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8em;
	overflow: auto;
	margin: 0px 110px 20px 110px;
	padding-top: 10px;
	background:none;
	}

div#blogheader {
	padding-left: 100px;
	font-weight:bold;
	padding-bottom: 15px;
	}


div#blogheader a {
font-size: 12px;
font-weight: bolder;
}
	
div#blogheader a:link{
	color:#faec05;
	text-decoration:none;
	}
	
div#blogheader a:visited{
	color:#faec05;
	text-decoration:none;
	}
	
div#blogheader a:hover{
	color:#faec05;
	text-decoration:underline;
	}
	
div#left{
	float: left;
	width: 365px;
	}
	
div#right{
	float:right;
	width: 365px;
	}
	
	* html div#right{
	float:none;
	margin-left:390px;
	width: 365px;
	}
	
.cr{
	clear: both; }
.left{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;}
	
div#blogtext h2{display:none;}

div#left p{
	padding-top: 5px;
	padding-bottom: 5px;}
	
div#right p{
	padding-top: 5px;
	padding-bottom: 5px;}
	
div.note{
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 10px;
	position: relative;
	}

div#rugby{
	background:url(../images/rugby.png) no-repeat; width: 127px; height: 100px; position: absolute; bottom: 20px; right: -10px;}
	
*html div#rugby{
	background: none; filter:progid:DXimageTransform.Microsoft.AlphaImageLoader(src='images/rugby.png', sizingMethod='scale'); width: 127px; height: 100px; bottom: 20px; right: -10px;}
	
.center{
	text-align: center;}
	
.english_big{
	font-size: 14px;}