body {
	margin: 0px;
	text-align:center;
	color:#666666;
} 



/*フォントサイズ小*/

#font1 img {
	background-image: url(../image/head07.jpg);
	background-position: 0px 0px;
}


/*フォントサイズ中*/

#font2 img {
	background-image: url(../image/head08.jpg);
	background-position: 22px 0px;
}


/*フォントサイズ大*/

#font3 img {
	background-image: url(../image/head09.jpg);
	background-position: 0px 0px;
}


/*フォント*/

.f10 { FONT-SIZE: 14px; LINE-HEIGHT: 130% } 
.f12 { FONT-SIZE: 16px; LINE-HEIGHT: 150%} 
.f14 { FONT-SIZE: 18px; LINE-HEIGHT: 135% } 
.f16 { FONT-SIZE: 20px; LINE-HEIGHT: 135% } 

/* リンク */

a:link { color: #666666; text-decoration: underline; } 
a:visited { color: #666666; text-decoration: underline; } 
a:hover { color: #666666; text-decoration: none; } 


/* 背景 */
#container {
margin: 0 auto;
background:url(../image/bg_line.gif) repeat-y;
width: 760px;
}

#menuback {
margin: 0 auto;
background:url(../image/bg_menu.gif) repeat-y;
width: 220px;
}

/* TOP時間・インフォメーション */
.time {
	background-color:#EEEEEE;
	padding:1px 11px;
	color:#699C25;
	font-weight: bold;
}

.info {
	background-color:#B5DD76;
	padding:1px 13px;
	color:#FFFFFF;
	font-weight: bold;
}


/*ボタンライン*/

td.btnline{
    background-image:url(../image/btn_bg.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A6D45D;
	border-bottom-color: #A6D45D;
}

.btnline a:link { color: #61951A; text-decoration: none; } 
.btnline a:visited { color: #61951A; text-decoration: none; } 
.btnline a:hover { color: #61951A; text-decoration: underline; } 

/*ボタンライン　赤*/

td.btnline_red{
    background-image:url(../image/btn_bg_red.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #EDA9A9;
	border-bottom-color: #EDA9A9;
}

.btnline_red a:link { color: #DF6666; text-decoration: none; } 
.btnline_red a:visited { color: #DF6666; text-decoration: none; } 
.btnline_red a:hover { color: #DF6666; text-decoration: underline; } 

/*ボタンライン　空色*/

td.btnline_sky{
    background-image:url(../image/btn_bg_sky.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A7DFEF;
	border-bottom-color: #A7DFEF;
}

.btnline_sky a:link { color: #66CAF4; text-decoration: none; } 
.btnline_sky a:visited { color: #66CAF4; text-decoration: none; } 
.btnline_sky a:hover { color: #66CAF4; text-decoration: underline; } 

/*ボタンライン　橙*/

td.btnline_orange{
    background-image:url(../image/btn_bg_orange.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #F1BC74;
	border-bottom-color: #F1BC74;
}

.btnline_orange a:link { color: #E99625; text-decoration: none; } 
.btnline_orange a:visited { color: #E99625; text-decoration: none; } 
.btnline_orange a:hover { color: #E99625; text-decoration: underline; } 

/*ボタンライン　青*/

td.btnline_blue{
    background-image:url(../image/btn_bg_blue.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #8BB8F3;
	border-bottom-color: #8BB8F3;
}

.btnline_blue a:link { color: #5E9BEE; text-decoration: none; } 
.btnline_blue a:visited { color: #5E9BEE; text-decoration: none; } 
.btnline_blue a:hover { color: #5E9BEE; text-decoration: underline; } 

/*ボタンライン　黄*/

td.btnline_yellow{
    background-image:url(../image/btn_bg_yellow.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DBB311;
	border-bottom-color: #DBB311;
}

.btnline_yellow a:link { color: #C0980E; text-decoration: none; } 
.btnline_yellow a:visited { color: #C0980E; text-decoration: none; } 
.btnline_yellow a:hover { color: #C0980E; text-decoration: underline; } 

/*院内フロア　*/
td.guide{
	padding:5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #3366CC;
}

.guide_tit {
	border-width: 1px;
	border-style: solid;
	border-color: #3366CC;
	background-color:#3366CC;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight: bold;
}
