body{
background-image: url(/img/bg_img2.gif);
background-repeat: repeat;
}

.body_all{
width:100%;
height:100px;
text-align:center;
margin: 0 auto;
text-align:center;
background-image: url(/img/bg_img2.gif);
background-repeat: repeat;
}

.clear{
clear:both;
}

.header{
width:1034px;
height:10px;
margin: 0 auto;
text-align:center;
}
.title{
width:1034px;
height:60px;
margin: 10px auto;
text-align:center;
border-style: solid;
border-width: 1px;
border-color: #0000FF;
}

.title_text{
font-size: 32pt;
font-weight: bold;
text-align:center;
color:#F37415;
}

.clear_float{
clear:both;
}

.contents_all{
width:1034px;
height:100px;
margin: 0 auto;
text-align:center;
}

.top_left{
width:160px;
float:left;
text-align:left;
}

.top_center{
width:514px;
float:left;
text-align:center;
}

.top_right{
width:360px;
float:right;
text-align:left;
}

.footer{
width:1034px;
height:100px;
margin: 0 auto;
text-align:center;
}

.osceola_bar{
background-image: url("../img/bar_img.jpg");
background-repeat: repeat;
height:64px;
}

.title_bar{
width:100%;
background-color:white;
text-align:center;
}

.menu_bar{
width:100%;
height:45px;
background-color:#0080FF;
text-align:center;
font-size:12pt;
font-weight:normal;
}

.current_menu{
	width:120px;
	height:40px;
	color:white;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#0080FF;
}

.button_menu{
	width:120px;
	height:40px;
	color:white;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#0080FF;
}

.dialy_item{
width:750px;
background-color: white;
font-size:10pt;
font-weight:normal;
text-align:left;
color:black;
padding:10px 10px 10px 10px;
overflow:auto;
word-break: break-all;
border-width:1px;
border-color:black;
border-style:solid;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.menu_table{
border-collapse: collapse;
}

.menu_title{
background-color:lightgray;
font-color: blue;
font-size: 10pt;
font-weight: normal;
text-align:center;
border-style: solid;
border-width: 1px;
border-color: #0000FF;
}

.menu_item{
background-color:white;
font-size: 8pt;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: #0000FF;
}

.warn_item{
background-color:white;
font-size: 8pt;
font-weight: normal;
text-align: left;
}
