@charset "UTF-8";

/* -----------------------------------------------
Bunka Fashion College  - bfc review -
Version: April 2007


compatibility

Full:
IE 6,7; Firefox 1.5, 2.0; Safari 2.0;

not-usable:
IE 5, 5.5; Mac IE;
----------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" , "Hiragino Kaku Gothic Pro" ,  "メイリオ" , Meiryo , Osaka , "ＭＳ Ｐゴシック" , sans-serif;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6600CC;
	font-weight: bold;
	text-decoration: none;
}

div#wrapper {
		overflow:visible;
    width:800px;
		height:480px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-400px;
		margin-top:-240px;
		text-align: center;
}

div#footer {
	margin-right: 5px;
	text-align: right;
}
