@charset "utf-8";
/* CSS Document */
body{font-family:"Times New Roman", Times, serif;}

#warp{width:100%;
margin-top:-10px;
height:170px;
position:absolute;
background-color:rgba(0,153,255,.6);
background-position:center;
background-image:url(../image/top-shadow-bg.png);
background-repeat:no-repeat; 
outline:rgba(0,153,255,.6) 10px solid;
z-index:-1;
}

#main_wrap{width:1000px;
		height:auto;
		margin:auto;
		z-index:1}

#header{width:950px;
		height:auto;
		margin:auto;
				
}
#blo{clear:both; position:relative; width:950px;height:150px;
		font-size:18px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;}

#image{float:left;}

#address{font-size:25px;
			font-weight:bold;
			
			text-align:center;}


#menu { width:1000px; margin:auto; padding:auto;height:auto; float:left}


#menu ul{padding:0; margin:0; text-decoration:none;width:1000px;}

#menu ul li{width:158px;
			line-height:40px;
			height:40px;
			margin-right:1px;
			text-align:center;
			display:block;
			float:left;
			list-style-type:none;
			background:url(../image/red-button.png) center;
			background-color:rgba(204,0,0,5);
			border-radius:8px}
			
#menu ul li a{text-decoration:none;
			font-weight:bold;
			font-size:16px;
			display:block;
			color:#FFF;}
			
#menu ul li a:hover{
	background:url(../image/blue%20button.png) center;
	color:#F00;
	display:block;
	border-radius:8px
}


			
#content{width:1005px;
		
		margin-top:70px;		
}

#con_leg{background:url(../image/expanded-menu-bar.png) no-repeat center; border-radius:8px; width:auto; font-size:38px; color:#f00;}


table{margin-left:0px;border:#000 solid 1%;box-shadow:1px 1px 20px #000;}
tr,th,td{border:#000 solid 1px; font-size:100%; text-align:center;}
td{ background-color:#FFF;}


#t_notic{margin-top:3%;
			text-decoration:underline;
			position:relative;}
			

#con1{ font-size:90%;
	float:left;
	word-wrap:break-word;
	margin:1% 0 1% 8%;}

#footer{width:100%;
margin-top:150px;
float:left;
height:40px;
background-color:rgba(0,153,255,1);
background-position:center;
background-image:url(../image/top-shadow-bg.png);
background-repeat:no-repeat; 
outline:rgba(0,153,255,1) 20px solid;
}

input[type=text]:focus {border-color:#333; }

input[type=submit]{padding:5px 15px; background:#FFFFFF; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; width:200px; height:40px; font-size:18px }