/*** TAG *********************************************/
*{
margin:0px;
padding:0px;

}
body{
background-color:#333333;
color:#000000;
line-height:1.6em;font-size:12px;
}
img{border:0;}


a:link{color : #0000ff;text-decoration:none;}
a:visited{color : #0000ff;text-decoration:none;}
a:hover{color : #ff0000;}

/*** CLASS *******************************************/
.s12_r5{
-webkit-box-shadow: 1px 1px 12px #000;
-moz-box-shadow: 1px 1px 12px #000;
box-shadow: 1px 1px 12px #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.fclear{
clear:both;
height:0px;
visibility:hidden;
}


.menu_top{
 width:100%;
 height:30px;
 background-color:#333333;
 border-bottom:2px solid #000000;
 
}


.menu_top ul{
display:block;
width:900px;
padding:2px;
margin-left:auto;
margin-right:auto;
}

.menu_top a:link{text-decoration:none;color:#bbbbbb;}
.menu_top a:visited{text-decoration:none;color:#bbbbbb;}
.menu_top a:hover{text-decoration:none;color:#ffffff;}

.menu_top li{font-weight:bold;
float:left;
list-style:none;
padding:3px 6px 3px 6px;
border-right:1px solid #888888;margin-top:3px;
}



.innerLeft
{
	/*border:1px solid blue;*/
	width:156px;
	float:left;
	margin:2px;padding:2px;
}
.innerRight
{position:relative;
	/*border:1px solid red;*/
	width:800px;
	float:left;
	margin:2px;padding:2px;
}











/*** ID **********************************************/
#photo_top{
width:100%;
height:480px;
background-image:url("../image/top_header2016.jpg");
/*background-color:#aaaaaa;*/
 border-bottom:2px solid #000000;
 clear:both;
}

#footer{
width:100%;
height:200px;
background-color:#333333;
border-top:3px solid black;
text-align:center;
background-image:url('../image/footer_bg.png');
background-repeat:repeat-x;
/*position:relative;*/z-index:9999;
float:left;
}

#footerInner{
	padding:10px;
	/*border:1px solid red;*/
}




#d_wrapper{
width:100%;
background-color:#4bb6fe;
background-image:url('../image/d_bg.jpg');
background-repeat:repeat-x;
/*background-size:100%;*/
float:left;
}

#d_wrapperInner{
/*width:900px;*/
width:1000px;
/*border:1px solid red;*/
margin-left:auto;
margin-right:auto;
/**/min-height:800px;

}


/*** EXT *********************************************/