body {
	background: url(img/hinh5.jpg) no-repeat 0 0 fixed #fff;
	background-size: 100%;
}
table.outside {
	background: #fff;
  border-radius: 6px;
}
td#headerimg {
	background-image: url(img/header.gif);
	background-color: #990000; 
	background-color: #FDDA06;
	background-repeat: no-repeat;
	height: 130px;
}
p, td {
	font-family: arial, sans-serif;
	font-size: 12px;
}
td#topad {
	background: url(img/bar.jpg) no-repeat center;
	height: 24px;
	margin-top: 2px;
	padding-top: 2px;
}
td.title {
	background: url(img/menu.jpg) no-repeat center;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
h1 {
	font-family: 'times new roman', serif;
	font-size: 30px;
	color: red;
	margin-top: 10px;
	text-align: center;
}
h3{
  color: #072E58;
  font-size: 16px;
}
.content {
	padding: 5px;
  font-size: 16px;
  line-height: 1.5em;
}
.copyright {
	background-color: #4A606E;
	color: white;
	text-align: center;
  height: 20px;
  padding: 7px;
  font-weight: bold;
  border-radius: 0 0 6px 6px;
}
.header {
  margin: 5px auto;
  width: 960px;
  box-shadow: 0px 0px 20px #fff;
  -webkit-box-shadow: 0px 0px 20px #fff;
  -moz-box-shadow: 0px 0px 20px #fff;
  -ms-box-shadow: 0px 0px 20px #fff;
  -o-box-shadow: 0px 0px 20px #fff;
  border-radius: 6px;
}
.header img {
  border-radius: 6px;
}
.img_content {
  width: 50%;
  float: left;
  text-align: center;
}
.content img{
  box-shadow: 2px 2px 2px #4A606E;
  text-decoration: none;
}
body .readmore {
  color: #0855C1;
  text-decoration: none;
}
body img{
  text-decoration: none;
}
.content a {
  color: #0855C1;
  font-weight: bold;
}
.content a:hover {
  text-decoration: underline;
}
.text-title {
  width: 960px;
  height:150px;
  margin: 0 auto;
  text-align: center;
  font-size: 125px;
  color: #979F8A;
  background: -webkit-linear-gradient(#000, #fff);
  background: -moz-linear-gradient(#000, #fff);
  background: -ms-linear-gradient(#000, #fff);
  background: -o-linear-gradient(#000, #fff);
  border-radius: 6px;
}
/*menu*/

a {

    -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);

    text-decoration: none;
}

/* List styles */

.list {

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    text-transform: uppercase;
}

.list a {
    padding: 9px 0px 9px 19px;
    display: block;
    color: #fff;
    line-height: 1.6em;
}

.list a:hover {
    padding-left: 25px;
}

.list dt, .list dd {

    background: #E0FBAC;
    margin: 0;
    width: 230px;
    color: #fff;
}

.list dt {

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    height: 20px;
    padding: 19px 0;
    text-align: center;
}

.list dd {
    border-top: 1px dashed rgba(255,255,255,0.3);
    font-size: 11px;
    margin: 0;
}


/* Individual styles */

.sashimi dt, .sashimi dd, .sashimi a { background: #73C8A9; }
.nigiri dt{
  background: #4A606E;
}
.nigiri dd, .nigiri a { background: url(img/arrow.png) no-repeat 4px 9px #4A606E; }
.maki dt, .maki dd, .maki a { background: #FFC219; }

.sashimi a:hover { background: #61c19e; }
.nigiri a:hover { background: #0E1D34 ; }
.maki a:hover { background: #ffbb00; }

.ad-right {
    min-width: 160px;
    position: absolute;
    right: -902px;
}

.ad-top {
    margin: 0 auto;
    width: 728px;
}

.ad-bottom {
    padding-top: 15px;
}