@charset "utf-8";

/*
	Site Name:関西医療学園
	Description: TOP Layout
*/

/*----------------------------------------------------------
reset
----------------------------------------------------------*/
html, body {height:100%;}

body {
	font-family:
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;		
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #FFF;
	font-size: 100%;
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

blockquote, p, pre, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

a:link, a:visited{
	color: #666666;
	text-decoration:underline;
	}

a:hover, a:active{
	color: #996600;
	text-decoration:none;
	}

img {
	border: 0;
	}

/* TOP固有設定 */
#container {
	width:980px;
	margin:10px auto 0 auto;
}

/* footer */
#footer {
	position:relative;
}

#footer ul {
	position:absolute;
	left:7px;
	top:5px;
}

#footer ul li {
	float:left;
	margin-right:17px;
}

#footer address {
	position:absolute;
	right:1px;
	top:5px;
}
