/*帯広の病院

guide.css - 医療ガイド style sheet for iryoinfo website.

==========================================================================================   History
	2007/11/20		Ver 2.0
====================================================================================================
*/

/*===================================　全体　body要素　=====================================*/



/*===　角丸うえ　===*/
#navi-top {
	background: url(../images/gu_bgt.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 31px;
	clear: both;
}
/*===　角丸した　===*/
#navi-bottom {
	background: url(../images/gu_bgb.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 760px;
}
/*===　コンテンツ見出し　===*/
#navi-h {
	background: url(../images/gu_bg02.gif) repeat-y;
	height: auto;
	width: 714px;
	padding: 0px 22px 20px 24px;
	margin: 0px;
}


/*===　コンテンツ内ナビ囲み　===*/
#navi {
	margin: 0px;
	padding: 0px 22px 0px 24px;
	height: auto;
	width: 714px;
	background: url(../images/gu_bg01.gif) repeat-y;
}
#navi ul {
	margin: 5px 0px 10px 10px;
	list-style-type: none;
}
/*===　フッター　===*/
#foot {
	background: url(../images/bg-under02.gif) repeat;
	padding: 6px;
	width: 748px;
	text-align: right;
}