﻿/* body */
body
{
    background-color:#F0EDE9;
}

/* 外枠 */
#container 
{
    width:1000px;
    border-right:solid 1px #AAAAAA;
    border-left:solid 1px #AAAAAA;
    border-top:solid 1px #AAAAAA;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
    background-color:#ffffff;
}

/* ヘッダー画像部分 */
#header
{
    width:1000px;
    height:107px;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
    background-color:#4C4A4B;
}

/* メイン全体 */
#mainBlock
{
    width:1000px;
    /*margin-left:25px;
    margin-right:25px;*/
}

/* メイン左側 */
.mainLeft
{
	float:left;
    width:100px;
    height:684px;
    margin:0px;
}

/* メイン中央 */
.mainCenter
{
	float:left;
    width:800px;
    height:684px;
    margin:0px 0px 0px 0px;
}

/* メイン右側 */
.mainRight
{
	float:right;
    width:100px;
    height:684px;
    margin:0px;
}

/* メイン中央（左） */
.mainLeftMenu
{
	float:left;
	width:570px;
	margin:0px 0px 0px 0px;
	background-color:#191516;
}
.mainLeftMenu img
{
    margin: 0px;
    border: 0px;
    padding: 0px ;
    vertical-align: bottom ;
}
/* メイン中央（右） */
.mainRightMenu
{
	float:right;
	width:228px;
	height:342px;
	margin:0px;
	padding:0px;
	border-left:solid 2px #372E2F;
}
.mainRightMenu img
{
	border-bottom:solid 2px #382E2F;
}

/* パン屑部分 */
#navi
{
	font-size:80%;
	height:34px;
	padding:5px 0px 10px 0px;
	background-color:#191516;
	color:#ffffff;

}
#navi a, #navi a:link
{
	color:#ffffff;
}
#navi a:visited
{
	color:#c7b07a;
}

/* PhotoGallery */
#wakuBan
{
	width:527px;
	height:87px;
	margin:0px;
	padding:0px 20px 0px 21px;
	border-bottom:2px;
	border-bottom-color:#372E2F;
}
a.ban{
	display:block;
	width:527px;
	height:62px;
	background:url(../images/koumin/dkLive.jpg) no-repeat;
}
a:hover.ban
{
	background:url(../images/koumin/dkLiveOver.jpg) no-repeat;
}

/* メイン画像 */
#mainImg
{
    text-align:center;
}

/* メインメニュー */
.mainMenu
{
    width:178px;
    margin:0px 1px 5px 1px;
}

/* スペース */
.top
{
    height:335px;
    margin:0px;
	background-color:#191919;
}

.middle
{
	height:7px;
    margin:0px;
    font-size : 1px;
	background-color:#333333;
}

.bottom
{
	height:342px;
    margin:0px;
	background-color:#0A0A0A;
}

/* FLASH */
.flash
{
	width:800px;
	height:342px;
	background-color: #333333;
}

/* 新着情報 */
#ReleaseInfo
{
	height:179px;
}

.infoTtl
{
	padding:0px 20px 0px 21px;
}

.infoTtlL
{
	font-size:90%;
    float:left;
    padding:7px 10px 7px 10px;
}

.infoTtlR
{
    float:left;
    padding:7px 0px 7px 0px;
}


.listInfo
{
	padding:0px 20px 0px 21px;
	font-size:0.9em;
}

.listInfo ul
{
    margin-left:7px;
    padding-left:3px;
    line-height:130%;
}

.listInfo ul li
{
    padding:0px 0px 5px 15px;
    background:url("../images/hospital/ya_re.gif") no-repeat;
    font-size:0.9em;
	color:#fff;
	line-height:130%;    
}

.listInfo ul li a, .listInfo ul li a:link

{
	color:#fff;
	font-size:0.9em;
}
.listInfo ul li a:visited

{
	color:#c7b07a;
	font-size:0.9em;
}
.listInfo span.updDate
{
	font-size:0.8em;
}

/* メニューボタン */
#wakuTopics
{
	width:209px;
	height:68px;
	margin:0px;
	padding:0px 9px 0px 10px;
	border-bottom:2px;
	border-bottom-color:#372E2F;
	background-color:#292021;
}
a.topics{
	display:block;
	width:209px;
	height:68px;
	background-color:#292021;
	background:url(../images/koumin/topics.jpg) no-repeat;
}
a:hover.topics
{
	background:url(../images/koumin/topicsOver.jpg) no-repeat;
}

#wakuAbout
{
	width:209px;
	height:68px;
	margin:0px;
	padding:0px 9px 0px 10px;
	background-color:#1F1919;
}
a.about
{
	display:block;
	width:209px;
	height:68px;
    background-color:#1F1919;
	background:url(../images/koumin/about.jpg) no-repeat;
}
a:hover.about{
	background:url(../images/koumin/aboutOver.jpg) no-repeat;
}

#wakuTour
{
	width:209px;
	height:68px;
	margin:0px;
	padding:0px 9px 0px 10px;
	background-color:#181214;
}
a.tour
{
	display:block;
	width:209px;
	height:68px;
    background-color:#181214;
	background:url(../images/koumin/tour.jpg) no-repeat;
}
a:hover.tour{
	background:url(../images/koumin/tourOver.jpg) no-repeat;
}

#wakuAccess
{
	width:209px;
	height:68px;
	margin:0px;
	padding:0px 9px 0px 10px;
	background-color:#0D0B0C;
}
a.access
{
	display:block;
	width:209px;
	height:68px;
    background-color:#0D0B0C;
	background:url(../images/koumin/access.jpg) no-repeat;
}
a:hover.access{
	background:url(../images/koumin/accessOver.jpg) no-repeat;
}

#wakuReport
{
	width:209px;
	height:70px;
	margin:0px;
	padding:0px 9px 0px 10px;
	background-color:#040404;
}
a.report
{
	display:block;
	width:209px;
	height:70px;
    background-color:#040404;
	background:url(../images/koumin/report.jpg) no-repeat;
}
a:hover.report{
	background:url(../images/koumin/reportOver.jpg) no-repeat;
}

/* 問合せ先 */
#siteinfoTtl
{
	height:27px;
}
#siteinfo
{
	color:#ffffff;
	width:525px;
    margin:0px 20px 0px 21px;
    padding-top:5px;
    text-align:center;
    font-size:0.8em;
    border-top:solid 1px #4C4A4B;
}

#siteinfo p
{
	width:80%;
	margin:0 auto;
	text-align:center;
}

/* copyright */
#cp
{
    width:998px;
    height:20px;
    text-align:center;
    font-size:80%;
    color:#ffffff;
    padding:1px;
    background-color:#1C0D33;
    border-bottom:solid 1px #AAAAAA;
}

.linkList
{
	position:relative;
	top:-22px;
	right:-462px;
	
	width:56px;
	height:16px;
	margin:0px 0px 0px 0px;
}

/*
.linkList a
{
	background:url(../images/hospital/ya_re.gif) no-repeat left center;
	padding-left:16px;
}

p.linkList
{
	font-size:0.8em;
	margin-top:2px;
	margin-right:5px;
	text-align:right;
}
*/
