@charset "utf-8";
/*神戸学院大学薬学部オリジナルサイト★高校生の方へ CSS Document */


div#hschool	{
	width:660px;
	margin:0 auto;
	text-align:left;
	padding:0;
	
}



div#hschool	h1	{
	text-align:center;
	margin:0;
	padding:0;
	}
	
div#hschool	h2	{
	text-align:center;
	margin:10px 0;

	}
div#hschool	table	{
	border:none;
	}
div#hschool	th,td	{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-right-style: none;
	border-left-style: none;
}
div#hschool	th a	{
	display:block;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#336699;
	line-height: 2em;
	text-decoration: none;
	}
	
div#hschool	th a:hover	{
	color:#FF6600;
	text-decoration: underline;
	}
div#hschool	td p	{
	font-size:1em;
	margin:0 0 10px 10px;
	padding:0;
	color:#666666;

}