DIV#MENU{
	border:		dashed 1px #FFFFFF;
	background-color	: #FFFFFF;
	padding:	10px;
	width:		140px;
	position: 	absolute;
	top:		0px;
	left:		0px;
}
DIV#PHOTO{
	border:		solid 1px black;
	background-color	: #FFFFFF;
	padding:	10px;
	position:	absolute;
	top:		0px;
	left:		190px;
	width:		800px;
	height:		133px;
	background-image	: url("http://www.cis.doshisha.ac.jp/stat/jcs29/image/doshisha5.JPG");
	background-repeat	: no-repeat;
	background-position	: left top;
	font-size:	11pt;
}
DIV#MAIN{
	border:		solid 1px black;
	background-color	: #FFFFFF;
	padding:	10px;
	position:	absolute;
	top:		145px;
	left:		190px;
	width:		800px;
	height:		179px;
	background-repeat	: no-repeat;
	background-position	: left top;
	font-size:	11pt;
}
html>body DIV#PHOTO{/* for Fx */
	border:		solid 1px black;
	background-color	: #FFFFFF;
	padding:	10px;
	position:	absolute;
	top:		0px;
	left:		190px;
	width:		800px;
	height:		133px;
	background-image	: url("http://www.cis.doshisha.ac.jp/stat/jcs29/image/doshisha5.JPG");
	background-repeat	: no-repeat;
	background-position	: left top;
	font-size:	11pt;
}
html>body DIV#MAIN{/* for Fx */
	border:		solid 1px black;
	background-color	: #FFFFFF;
	margin:		0px;
	padding:	10px;
	position:	absolute;
	top:		145px;
	left:		190px;
	width:		800px;
	height:		auto;
	background-repeat	: no-repeat;
	background-position	: left top;
	font-size:	11pt;
}
TH,TD{
	font-size:	11pt;
}
A{
	font-size:	11pt;
	color: #FFFFFF;
}
A:link{
	color: #FFFFFF;
}
A:hover{
	color: #FFFFFF;
}
A:active{
	color: #FFFFFF;
}
A:visited{
	color: #FFFFFF;
}
h1{
	font-size:1.6em;
	color:#660066;
}
h2{
	font-size:1.2em;
	color:#660066;
}
h3{
	height:30px;
	margin-bottom:10px;
	padding:8px 0 3px 15px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#660066;
}
html>body h3{/* for Fx */
	height:20px;
	margin:		0px;
	margin-bottom:10px;
	padding:8px 0 3px 15px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#660066;
}
h4{
	margin:		0px;
	font-size:1.0em;
	color:#660066;
}
h5{
	font-size:0.9em;
	color:#660066;
}
h6{
	font-size:0.7em;
	color:#660066;
}
TD{
	border:	1px solid;
	border: #FFFFFF;
}