body#admin{
    background-color: indianred;
}
#main input {
	padding: 0 0.3em;
	margin: 0.3em 0;
	font-size: 1em;
}

#main .entry p  {
    margin-left: 0;
}

div#contents {
    background-color:white;
    padding:15px;
    margin:15px;
}

div#contents h2{
    color:orangered;
    margin:5px 0;
}

form#logout span {
    font-weight: bold;
}

ul.subCategoryList li#viewing {
    font-weight: bold;
}
p.codeDetail {
    font-size: 120%;
    font-weight: bold;
}
/*----------------------*/
table.tableX{
    width:655px;
    margin:0 !important;
    border:1px solid silver;
    background-color: white;
}
table.tableX th{
    background-color:#eee;
    font-size: 1.1em;
    padding:10px 0;
    text-align: center !important;
    border-bottom: 1px solid silver;
}
table.tableX td{
    padding:10px 0;
    border-bottom: 1px dotted silver;
    text-align: center;
}
/*----------------------*/
table.tableY{
    width:655px;
    margin:0 !important;
    border:1px solid silver;
    background-color: white;
}
table.tableY th{
    width: 200px;
    _width: 193px;
    background-color:#eee;
    font-size: 1.2em;
    padding:7px 7px 7px 0;
    border-bottom: 1px solid silver;
    text-align: right;
}
table.tableY td{
    padding:7px 15px;
    font-size: 1.1em;
    border-bottom: 1px dotted silver;
    text-align: left;
}
/*----------------------*/
table#filter {
	margin-bottom: 10px !important;
}
/*----------------------*/
table td a{
    display:block;
    width:100%;
    height:100%;
}
table td a:hover{
}
/*table tr:hover{
    background-color: #FCF3F4;
}*/
table.half{
    width:350px;
}
table.half th{
    width:160px;
}
.left{
    float: left;
    margin-left:10px;
}
.fix{
    margin-left:-10px;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.inlineBlock{
    display: inline-block;
}
.entry table ul {
	margin: 0 !important;
	list-style-type: none !important;
}
/*----------------------*/
ul#consoleBtn{
    overflow: hidden;
    margin:10px 0 10px 0;
	list-style-type: none;
}
ul#consoleBtn li{
    float:left;
    margin-right:10px;
}
ul#consoleBtn li a{
    display: block;
    border:1px solid silver;
    padding:5px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
ul#consoleBtn li a:hover{
	background-color: #D9E4C4;
	color: #333;
}
/*----------------------*/
.selectAttr{
    padding:10px;
    margin:10px 0;
    border:2px solid pink;
    background-color: #f6f6f6;
}
.sendBtn input{
    margin:10px;
}
.check {
    text-align: center;
    width:80%;
    border:1px solid gray;
    background-color: #f6f6f6;
    margin:20px auto;
    padding:20px;
}
/*----------------------*/
ul.tabNav{
    overflow: hidden;
    margin-top:10px;
    padding:0;
}
ul.tabNav li{
    float:left;
    margin-right:10px;
}
ul.tabNav li a{
    display: block;
    border-bottom:none;
    padding:5px 10px;
    text-align: center;
    background-color: #ddd;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}
ul.tabNav li a:hover{
    background-color: #fff0f0;
}
ul.tabNav li a.active{
    background-color: #f0f0f0;
    font-weight: bold;
}
div.tab{
    margin:-5px 0 0 0;
    padding:10px 0 0 0;
    background-color: #f0f0f0;
}
div.tab h3{
    text-align: center;
}
/*----------------------*/
table#filter tr:hover{
    background-color: white;
}
table#filter td.viewBtn {
    text-align: center;
    background-color:rgb(252, 224, 230);
}
tr.new{
    background-color: #ffffe0;
}
/*----------------------*/
dl.detail {
	margin: 10px 0 2px 0;
}
dl.detail dt {
	font-weight: bold;
	font-size: 1.2em;
}
dl.detail dd {
	padding-bottom: 8px;
}
dl.optionList {
	margin-bottom: 10px;
    overflow: hidden;
}
dl.optionList dt {
	clear: left;
	float: left;
	font-size:1.2em;
	width: 100%;
	_width: 95%;
	border-bottom: 1px solid gray;
	margin: 5px 0 0 0;
}
dl.optionList dd {
	float: right;
	margin: -30px 15px 0 0;
	font-size: 22px;
	width: 150px;
	text-align: right;
}
dl.optionList dd.allowed {
	float: right;
	margin: -25px 15px 0 0;
	font-size: 1em;
	width: auto;
	text-align: right;
}
/* 購入済み-----------　*/

dl.purchasedList {
	margin-bottom: 10px;
    overflow: hidden;
}
dl.purchasedList dt {
	clear: left;
	float: left;
	font-size:1.2em;
	width: 100%;
	_width: 95%;
	border-bottom: 1px solid gray;
	margin: 5px 0 0 0;
}
dl.purchasedList dd {
	float: right;
	margin: -30px 15px 0 0;
	font-size: 22px;
	width: 300px;
	text-align: right;
}
dl.purchasedList dd.allowed {
	float: right;
	margin: -25px 15px 0 0;
	font-size: 1em;
	width: auto;
	text-align: right;
}



p a.detail-fade-head {
    display: block;
    background-color: #f0f0f0;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
p a.detail-fade-head:hover {
    background-color: rgb(252, 224, 230);
}
/*----------------------*/
.Necessity {
	color:#DD123B;
	padding-left:5px;
}
table .Necessity {
	color:#DD123B;
	padding-left:5px;
	font-size:11px;
}
/*----------------------*/
ul#subCategory li {
	height: 14px;
	margin: 0;
	padding: 18px;
	font-size: 1.3em;
}
ul#subCategory li a {
	display: block;
	height: 0;
	padding: 0;
/*	background: url(../images/menuMarkerL.gif) no-repeat 190px center;*/
}
/*----------------------*/
.entryListNavi {
	margin:0 0 30px;
	width:100%;
}
#backPageLink {
	float:left;
	text-align:left;
	width:20%;
}
#PageLink {
	float:left;
	text-align:center;
	width:60%;
}
#forwardPageLink {
	float:left;
	text-align:right;
	width:20%;
}
#allWrapper #wrapper #main form .formBtn {
	text-align: center;
	background-color: #CCC;
	padding:10px;
}
/* 追記 */
#main .entry th, #main .entryList th {
	padding: 0.5em 0.8em;
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	text-align: right;
	font-weight: normal;
}

