@charset "utf-8";
/* 大阪明星学園トップページ　CSS Document */

/*---------------------------トップページ---------*/
/*Width:900px
/*IFRAME=550px ×400px　*/
div#info	{
	width:570px;
	height:570px;
	float:left;
	margin:0;
	padding:20px 0 0 15px;
	background-color: #BFD9F2;
}
iframe	{
	border:none;
	background-color:#FFF;		
}
div#banner	{
	width:300px;
	float:right;
	text-align:left;
	margin:0 0 0 0;
	padding:10px 10px 0 0;
	overflow: hidden;	
}
div#banner	img	{
	margin-bottom:10px;
}

div#topix	{
	background-image:url(../images/news_topix.png);
}
	
div#other	{
	background-image:url(../images/news_other.png);
}

div#topix,div#other	{
	width:287px;
	height:100px;
	margin-bottom:10px;
	padding:30px 5px 10px 5px;
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #999;
	overflow: scroll;
}

div#topix li,div#other li	{
	float:none;
	font-size:0.9em;
	margin-left:20px;
}



/*---------------------------サブページ---------*/

