/* 全体 */

body {
	text-align : center;
}

a:link {
	color : #0000ff;
}

a:visited {
	color : #990099;
}

a:hover {
	color : #00bfff;
}

img {
	border:none;
}



/* ヘッダー */

#head {
	width : 735px;
}

#head p {
	margin-top : 2px;
	margin-bottom : 0px;
	padding-left : 3px;
	padding-right : 3px;
}

#hidari {
	text-align : left;
}

#migi {
	text-align : right;
	font-size : 90%;
	color : #023e9f;
}

/* コンテンツ */

#content {
	width : 735px;
}

/* コンテンツ内の項目の枠 */

.boxstyle {
	margin-bottom : 10px;
	padding-left : 0px;
	padding-bottom : 10px;
	padding-right : 3px;
	border-width : 1px;
	border-style : solid;
	border-color : #cccccc;
	line-height : 130%;
}

/* コンテンツ内の項目のタイトル部分 */

H2 {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 5px;
	margin-left : 0px;
	padding-top : 3px;
	padding-left : 3px;
	padding-bottom : 0px;
	margin-right : -4px;
	font-size : 120%;
	background-color : #cccccc;
	border-bottom-color : #cccccc;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

/* コンテンツ（左上：メニュー、最近の動き） */

#leftupper {
	width : 230px;
	font-size : 90%;	
}

#leftupper ul {
	list-style-type : none;
	margin-top : 0px;
	margin-left : -5px;
	margin-bottom : 0px;
	padding-left : 10px;
}

#leftupper table {
	padding-left : 0px;
	width : 222px;	
	font-size : 100%;
	line-height : 110%;
}

/* コンテンツ（左下：お問い合わせ） */

#leftunder {
	width : 230px;
	font-size : 90%;	
}

#leftunder ul {
	list-style-type : none;
	margin-top : 0px;
	margin-left : -5px;
	margin-bottom : 0px;
	padding-left : 10px;
}

#leftunder table {
	padding-left : 0px;
	margin-left : 2px;
	width : 222px;	
	font-size : 100%;
	line-height :110%;
}

/* ふくろう画像 */

img.return{
	margin : 5px;
}

/* コンテンツ（右：トピックス、県立病院案内） */

#right {
	width : 500px;
	font-size : 90%;	
}

/* 赤字のリンク（文字：大） */

a.redlink {
	font-size : 120%;
	color : #ff0000;
}

a.redlink:visited {
	color : #ff0000;
}

/* トピックスのリスト（赤矢印画像付き） */

ul.topix {	
	list-style-image : url(sigred.gif);
	vertical-align : text-bottom;	
	line-height : 140%;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	padding-left : 23px;
}

/* トピックスのリスト（ドットリスト） */

ul.dotlist {
	list-style-image : none;
	list-style-type : disc;
	line-height : 100%;
	vertical-align : top;
	margin-top : 3px;
	margin-left : 0px;
	margin-bottom : 5px;
	padding-left : 20px;
}

/* 県立病院案内のリスト（紫矢印画像付き） */

ul.hpinfo {	
	list-style-image : url(sigpur.gif);
	vertical-align : text-bottom;	
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	padding-left : 23px;
}

/* 文字を大きくする */

.moji120 {
	font-size : 120%;
}

/* フッター */

#foot {
	margin-top : 1em;
	font-size : 90%;
	line-height :120%;
}




