@charset "utf-8";
/*
 * Style Name: 関西医療大学
 * Description: デフォルト設定
 * Last Up Date: 2008/06/30
 * Author: H.Tanaka
 */

/* ----------------------------------------
 * Universal selector
 * ---------------------------------------- */
 
* {
	
}

/* ----------------------------------------
 * Base setting
 * ---------------------------------------- */
 
html {
	overflow-y: scroll;
}

body {
	background:url(/daigaku/virtual/images/bg_vertical.gif) repeat-y center top;
	color:#666666;
}

a:link { 
  	text-decoration: underline;
  	color: #666;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover,
a:active {
	text-decoration: none;
	color: #666;
}

div#virtual {
	width:750px;
	margin:0 auto;
	}

div#footer {
	background:url(/daigaku/virtual/images/bg_footer.gif) repeat-x left top;
}

div#footer address {
	752px;
	text-align:center;
	}

dl#getFlash8 {
	width:730px;
	margin: 0 auto;
	padding: 10px 0;
	}

dl#getFlash8 dt {
	float: left;
	width: 88px;
	}
dl#getFlash8 dd {
	float: left;
	padding-left: 1em;
	font-size: .85em;
	}
