﻿@charset "utf-8";


/******* 基本設定 *******/


*{
margin: 0;
padding: 0;
}

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
line-height: 1.166; /* 全体の行間 */
font-size: 12px;
color: #333;
background-color: #6C6;
}


/******* 基本文字デザイン設定 *******/


strong{
color: #ff3333;
font-weight:bold;
}

hr{
margin: 0 auto;
height: 1px; 
border: none;
color: #333;
background-color: #333;
width: 100%;
}

hr.separator{
width				: 480px;
border				: 1px #66CC66 dotted;
background-color	: #66CC66;
}

a, a:link, a:visited{
color: #333;
text-decoration: underline;
}

a:hover {
color: #C00;
text-decoration: underline;
}

img{
	vertical-align: bottom;
	border: none;
	margin: 0;
	padding: 0;
}

a img{
	vertical-align: bottom;
	border: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: normal;
color: #333;
}

/******* フォーマットのレイアウト *******/


div#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
position:relative;
width: 800px;
background-color: #FFF;
}

div#header{
margin: 0px;
position:relative;
width: 800px;
height: 30px;
background-color: #6C6;
}

div#top{
margin: 0px;
position:relative;
width: 800px;
height: 80px;
background-color: #CFC;
border-bottom: 1px solid #6C6;
}

div#special{
float: left;
margin: 0px;
width: 310px;
height: 220px;
background-color: #FFF;
}

div#hosp{
float: left;
padding: 10px 0px;
width: 470px;
background-color: #FFF;
}

div#menu{
	clear: both;
	float: left;
	width: 180px;
	margin: 0px;
	background-color: #FFF;
}

div#content{
float: left;
width: 470px;
margin: 0px;
background-color: #FFF;
}

div#news{
float: left;
width: 470px;
padding: 10px 0px 800px 0px;
margin: 0px;
background-color: #CFC;
}

div#ad{
	float: right;
	width: 130px;
	margin: 0px;
	background-color: #FFF;
	overflow: visible;
	padding: 0;
}

div#tv{
float: left;
width: 600px;
margin: 0px;
background-color: #FFF;
}

div#radio{
float: left;
width: 600px;
margin: 10px 0px 0px 0px;
background-color: #FFF;
}

div#footer{
clear: both;
height: 30px;
width: 800px;
background-color: #CCC;
}

/******* フォーム *******/

#content form{
	display		: inline;
}

#content table.form{
	width		: 480px;
	margin		: 10px 0px 20px 0px;
}

#content table.form th{
	width		: 180px;
}

#content table.form td{
	text-align	: left;
	width		: 300px;
}

#content table.form td.two{
	text-align	: center;
	width		: 480px;
}

#content table.form td.two input{
	width		: 150px;
}

#content table.form input{
	width		: 250px;
}

#content table.form input.radio{
	width		: 20px;
}

#content table.form textarea{
	width		: 250px;
	height		: 100px;
}

/******* TV HTML版 プログラム *******/

#radio h3{
	font-size	: 15px;
	font-weight	: bold;
}

#radio h4{
	font-size	: 13px;
	font-weight	: bold;
}

#radio p{
	margin		: 5px 0px 5px 0px;
}

#radio p img{
	margin		: 5px 0px 5px 0px;
}

/******* ヘッダ *******/

#header h1{ /* ページタイトル */
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
font-size: 12px;
color: #FFF;
}

#header h2{ /* サイト名 */
position: absolute;
top: 15px;
right: 0px;
padding: 0px;
font-size: 12px;
color: #FFF;
}

#header p{ /* ページトピック */
position: absolute;
top: 0px;
right: 0px;
padding: 0px;
font-size: 12px;
color: #FFF;
}

#header a{
color: #FFF;
text-decoration: none;
}

/******* トップ *******/

#top img{
float: left;
position: absolute;
top: 0px;
margin: 0px;
z-index: 3;
}

#top iframe{
position: absolute;
top: 10px;
left: 310px;
margin: 0px;
z-index: 1;
}

/******* ニュース *******/

#news p{
margin: 5px 10px;
line-height: 1.25em;
letter-spacing: 1px;
text-align: justify;
text-justify: inter-ideograph;
}

#news a,#news a:link,#news a:visited{
color: #333;
text-decoration: none;
}

#news a:hover {
color: #C00;
text-decoration: underline;
}


/******* ホスピタル *******/

#hosp h3{
width: 460px;
margin: 0px;
padding: 2px 5px;
color: #FFF;
background-color: #6C6;
font-weight: bold;
}

#hosp table{
width: 470px;
padding: 0px;
border-collapse: collapse;
border: 1px solid #6C6;
}

#hosp table th{
padding: 4px 5px;
color: #333;
font-weight: normal;
}

#hosp table td{
padding: 4px 2px;
}


/******* コンテンツ *******/

#content p{
margin: 5px 10px;
line-height: 1.5;
letter-spacing: 1px;
text-align: justify;
text-justify: inter-ideograph;
}

#content li{
margin: 5px 10px;
line-height: 1.5;
letter-spacing: 1px;
text-align: justify;
text-justify: inter-ideograph;
}

#content span.fl{
color: #fff;
background-color: #693;
font-size: 20px;
padding: 3px;
margin: 0px 3px 0px 0px;
}

#content ol,#content ul{
margin: 0px 10px 0px 30px;
}

#content a,#content a:link,#content a:visited{
color: #333;
text-decoration: underline;
}

#content a:hover {
color: #C00;
text-decoration: underline;
}

#content table{
	width: 470px;
	padding: 0px;
	margin: 5px 0px;
	border-collapse: collapse;
	border: 1px solid #6C6;
}

#content table th{
padding: 4px 5px;
color: #333;
font-weight: bold;
}

#content table td{
padding: 4px 2px;
}

#content table td.HP{
padding: 4px 2px;
text-align: right;
}

#content span.index{
text-decoration: none;
color: #6C6;
font-weight: bold;
}

#content span.qaa{
text-decoration: none;
color: #693;
font-weight: bold;
}

#content a.qaa, #content a.qaa:link, #content a.qaa:visited{
text-decoration: none;
color: #693;
font-weight: bold;
}

#content a.qaa:hover {
text-decoration: underline;
color: #6C6;
font-weight: bold;
}

#content ul {
padding: 0px 15px;
}

#content img.right {
float: right;
vertical-align: top;
margin: 0;
padding: 0;
}

/******* TVプログラム *******/

#tv table{
width: 600px;
padding: 0px;
border-collapse: collapse;
border: 1px solid #333;
background-color: #CCC;
}

#tv table th{
padding: 4px 5px;
color: #CCC;
background-color: #666;
border: 1px solid #333;
text-align: center;
}

#tv table th.timetable{
width: 20px;
color: #CCC;
background-color: #333;
border: 1px solid #333;
}

#tv table td{
padding: 4px 2px;
border: 1px solid #333;
}

#tv table td.timetable{
width: 20px;
color: #CCC;
font-weight: bold;
text-align: center;
background-color: #333;
border: 1px solid #333;
}


/******* メニュー *******/

#menu p{
margin				: 0px 10px 0px 0px;
padding				: 5px;
width				: 160px;
background-color	: #CFC;
color				: #333;
border:solid;
border-color:#CCC;
border-top:5px;
border-bottom:5px;
border-left:0px;
border-right:0px;
line-height: 1.2;
letter-spacing: 1px;
text-align: justify;
text-justify: inter-ideograph;
}



/******* フッタ *******/

#footer h3{
float: right;
padding: 10px 30px 10px 0px;
color: #333;
font-size: 12px;
}

#footer a, #footer a:link, #footer a:visited{
color: #333;
text-decoration: none;
}
#adright {
	background-color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	height: 810px;
	width: 120px;
	border: none;
}

