﻿
/*
トップページの設定
*/

/* 地方独立法人化移行イメージの設定
--------------------------------------------------- */

#movie {
	margin:0 auto;
	padding:0;	
	width:800px;
	height:267px;
	border:3px gray solid;
	}
	
#movie img {
	margin:0;
	padding:0;
	}

/* 新病院バナーの設定
--------------------------------------------------- */

#banner {
	margin:0 auto;
	margin-bottom:10px;
	padding:0;	
	width:800px;
	height:100px;
	border:1px gray solid;
	}
	
#banner img {
	margin:0;
	padding:0;
	}


/* トップページのブロック設定
---------------------------------------------------------- */
#top_contents {
	width:840px;
	clear:both;
	}

#whatsnew {
	width:506px;
	float:left;
	margin:8px;	
	}

#navi_button {
	width:310px;
	float:right;
	margin-top:10px;	
	}

	
/* 新着情報の設定
--------------------------------------------------- */
	
#whatsnew h2 {
	text-indent:-10000px;
	height:30px;
	margin-bottom:15px;
	background-image:url('../images/whatsnew.jpg');
	background-repeat:no-repeat;
	}
	
#whatsnew  table {
	width:100%;
	margin:0 auto;
	}

#whatsnew th,td {
	padding:5px;
	}

#whatsnew th {
	font-size:80%;
	width:25%;
	}
	
#whatsnew td {
	font-size:95%;
	width:75%;	
	}

#whatsnew img {
	margin-left:5px;	
	}

#whatsnew a {
	color:blue;
	text-decoration:none;
	border-bottom:1px blue dashed;
	}
	
#whatsnew a:active {
	color:maroon;
	}
	
#whatsnew a:hover {
	color:red;
	}

#whatsnew a:link {
	color:purple;
	}

	/* 過去の新着 */

#whatsnew p.past {
	text-align: right;
	font-size: 12px;
	background: url("../images/gooldnews.gif") no-repeat 72%;
	}

#whatsnew p.past a {
	text-decoration:none;
	border-bottom:1px blue dashed;
	display:block;
	width:100px;
	margin:20px 20px 20px 350px;
	}
	

/* ナビボタンの設定
--------------------------------------------------- */
	
#navi_button ul {
	width:310px;
	margin-top:15px;
	}
	
#navi_button li {
	list-style-type:none;
	height:px;
	margin-bottom:2px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	}
	
#navi_button a {
	display:block;
	text-decoration:none;
	height:70px;
	margin-bottom:2px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	}
	
li#general a {
	background-image:url('../images/general.jpg');
	}

li#west a {
	background-image:url('../images/west.jpg');
	}
	
li#newgenral a {
	background-image:url('../images/new_general.jpg');
	}
	
li#recruit a {
	background-image:url('../images/recruit.jpg');
	}	
	

