<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------------------------------------------------------------
OSAKA UNIVERSITY SCHOOL OF SIENCE
Date: 2009-05-13
------------------------------------------------------------------------------*/


/* ----------------------------------------

Wrapper

---------------------------------------- */

body#top {
	background: url(../img/top/mv.jpg) 50% 0 no-repeat;
}


/* ----------------------------------------

Main

---------------------------------------- */

body#top div#Content div#Main h1 {
	background: url(../img/top/mv_id.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 45px 0 55px 190px;
	width: 330px;
	height: 90px;
}

/* -- NEWS -- */

div#News {
	margin: 0 0 48px 0;
}

div#News div#NewsTit {
	padding-bottom: 5px;
	border-bottom: 3px solid #b9c1e2;
}

body#top div#News div#NewsTit h2 {
	float: left;
	width: 78px;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


div#News div#NewsTit p {
	float: right;
	width: 40px;
}

div#News dl {
}

div#News dt {
	margin-top: 20px;
	font-size: 1.167em;
}

div#News dd {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e4e4e4;
}

div#News dd p {
	margin: 0;
}




/* ----------------------------------------

Sub

---------------------------------------- */

/* -- Message -- */

div#Sub div#Message {
	padding: 20px;
	margin-bottom: 10px;
	background: #d8e0fe url(../img/top/message_bg.png) 0 0 no-repeat;
}

div#Sub div#Message h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #b9c1e2;
}

/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* -- Modern Browsers -- */

div#News div#NewsTit:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

div#News div#NewsTit {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#News div#NewsTit {
	height: 1%;
}

div#News div#NewsTit {
	display: block;
}
</pre></body></html>