@charset "Shift_JIS";
/* CSS Document */

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

	UTS OXFORD　オックスフォードの魅力
	Oxfordのカレッジポップアップページ用CSS
	
	01：タグの再定義
	02：Oxford 大学

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

/*--------------------------------------------------------------
	01：タグの再定義
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

img,
img a {
	border:none;
}

body {
	text-align:center;
	line-height:160%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}


table {
	line-height:160%;
	font-size:100%;
	color:#333333;
}

p {
	margin:1em 0.5em;
}

/*for IE 5.5-7*/
div{
    zoom:1;
}
/*for modern browser*/
div:after{
	content:" ";
	display: block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}
* html div { display: inline-block;}

a {
	color:#006699;
}
a:hover {
	color:#003399;
}
a:visited {
	color:#336699;
}


/*--------------------------------------------------------------
	02：レイアウト
--------------------------------------------------------------*/
#wrapper {
	margin:12px;
	text-align:left;
}

#wrapper h1 {
	border-bottom:1px #175DAD solid;
	padding-bottom:10px;
	font-size:18px;
	color:#002147;
}

#wrapper ul {
	margin:12px 0;
}
#wrapper ul li {
	list-style:none;
	padding:6px 3px 6px 24px;
	background:url(../images/arrow_blue.jpg) no-repeat 0px 5px;
	border-bottom:1px #EAEAEA solid;
}
#wrapper ul li .bold {
	font-weight:bold;
	color:#175DAD;
}

#close {
	text-align:right;
	padding-bottom:12px;
	font-size:12px;
}
#close a {
	text-decoration:none;
}