@charset "UTF-8";

/*warapper */
body {
    margin-top: 20px;
    color: #333;
	background-color:#eee;
	line-height: 1.6em;
}

div#wrapper {
    width: 950px;
    margin: 0 auto;
    border: solid 1px #ccc;
    background-color: #fff;
}

/* header */

h1.title {
	text-align:center;
	font-size: 14px;
	color: #FF6600;
}


div.banner {
	text-align:center;
	margin: 10px;
}

div.description {
	text-align:center;
	margin: 10px;
	font-size: 13px;
}

div.category {
	margin: 10px 20px 0;
}

table.item {
	width: 100%;
	margin: 0 30px;
}


table.item tr {
padding-bottom:inherit
	
}

table.item tr td {
	text-align: center;
}

div.item{
	margin: 0 60px;
}

/* info */
table.info {
	width: 90%;
	margin-left : auto ;
	margin-right : auto ;
	font-size: 12px;
}



.inline-center {
  text-align: center;
}

div.dp-body-link-fixed {
  background-color: #ffff7e;
  padding: 5px 10px;
}

ul.link-fixed {
  display: inline;
}

ul.link-fixed li {
  display: inline;
  font-size: 1.2em;
}

div.dp-body div.dp-body-link-flex {
  margin-top: 5px;
}

/* footer */
/*footer */
div#footer {
    height: 80px;
	font-size: 12px;
    text-align: center;
    padding: 10px 0 0 0;
    width:100%;
    background: url("../images/footerBg.gif");
    color: yellow;
	margin: 0 10px 0 0;
}