/*
 * Shibayama co.,ltd.
 * OldStyle CSS <tansrated>
 *
-------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333;
}

body {
	background-color: #F5F5FF;
}

table {
	table-layout: auto;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
}

h1 {
	padding: 0 10px;
	border-bottom: 2px solid #F50;
	font-size: 20px;
	font-weight:bold;
	color: #F50;
}

h2 {
	padding:3px 0;
	font-size:20px;
	font-weight:bold;
	color: #fff;
	background-color: #930;
}

h3 {
	font-size:14px;
}

p {
	font-size: inherit;
}

a {
	font-size: inherit;
	text-decoration: none;
	color: #e33;
}

a:link {
	
}

a:active {
	
}

a:hover {
	text-decoration: underline;
	color: #f50;
}

a:visited {
	color: #33e;
}

a img {
	border: none;
}

.new {
	color: #f0f;
}

span.small-font {
	display: block;
	font-size: 10px;
}

span.marks, span.product {
	font-size: xx-small;
}

p.notes {
	font-size: 12px;
}

p.notes a {
	font-size: 12px;
}

a.notes {
	font-size: 10px;
	color: #f00;
}

table#layout-base {
	width: 840px;
}

table#layout-base thead td {
	text-align: center;
}

table#layout-base tbody td {
	vertical-align: top;
}

table#layout-base tbody td#left {
	width:140px;
}

table#layout-base tbody td#right {
	width:700px;
}

table#layout-base tbody td td {
	vertical-align: middle;
}

table#layout-base tfoot {
}

table#layout-base tfoot td {
	padding: 12px 0 6px 0;
	text-align: center;
}

#header {
	margin-bottom: 10px;
}

#anchor-bar {
	background-color: #F50;
}

#navigation-genre,
#navigation-japanese,
#navigation-western,
#navigation-western-jp,
#navigation-other {
	width: 140px;
	margin-left:8px;
	border-spacing:0;
}

#navigation-genre a,
#navigation-japanese a,
#navigation-western a,
#navigation-western-jp a,
#navigation-other a {
	display: block;
	padding-left:11px;
	width:140px;
	height:24px;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:24px;
	border: none;
	color:#FFF;
	background: transparent url(../common/images/n_blue.png) 0 0 no-repeat;
}

#navigation-genre a:hover,
#navigation-japanese a:hover,
#navigation-western a:hover,
#navigation-western-jp a:hover,
#navigation-other a:hover {
	background-position: 0 -24px;
}

#navigation-genre a, #navigation-other a {
	background-image: url(../common/images/n_blue.png);
}

#navigation-japanese a {
	background-image: url(../common/images/n_brown.png);
}

#navigation-western-jp a {
	background-image: url(../common/images/n_green.png);
}

#navigation-western a {
	background-image: url(../common/images/n_violet.png);
}

#navigation-other a {
	background-image: url(../common/images/n_winered.png);
}

#navigation #navigation-button {
	position:static;
	margin-top:8px;
	margin-left:8px;
	width:140px;
	height: 20px;
}
#navigation #navigation-button div {
	position: relative;
}

#navigation #navigation-button a {
	position:absolute;
	top: 0px;
	display: block;
	text-indent:-1000px;
	width:90px;
	height:20px;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navigation #navigation-button a#navigation-button-jp {
	left: 0;
	background-image: url(../images/navigation-script-jp.gif);
}
#navigation #navigation-button a:hover#navigation-button-jp {
	background-position: 0px -20px;
}

#navigation #navigation-button a#navigation-button-wjp {
	left: 20px;
	background-image: url(../images/navigation-script-wjp.gif);
}
#navigation #navigation-button a:hover#navigation-button-wjp {
	background-position: 0px -20px;
}

#navigation #navigation-button a#navigation-button-wn {
	left: 40px;
	background-image: url(../images/navigation-script-wn.gif);
}
#navigation #navigation-button a:hover#navigation-button-wn {
	background-position: 0px -20px;
}



#content-pain {
	border-spacing: 2px;
	width: 700px;
}

#content-pain thead td {
	font-size: 14px;
	text-align: center;
	border:none;
}

#content-pain thead th {
	border:none;
}

#content-pain thead td a {
	font-size: 14px;
}

#content-pain thead td a img {
	margin-top:2px;
}

#content-pain tbody td {
	border:2px dotted #e5e5ef;
	empty-cells: show;
}

#content-pain tfoot th {
	border: none;
}

#content-pain tfoot td p {
	font-size: 14px;
	text-align: left;
}

#content-pain tfoot #history {
	margin: 32px 64px;
}

#content-pain tfoot #history dt {
	margin-top:4px;
	padding: 0 12px;
	font-size:12px;
	text-align: left;
	border-bottom:2px dotted #930;
}

#content-pain tfoot #history dd {
	padding: 2px 12px;
	font-size:14px;
	text-align: left;
}

#content-pain .pictures {
	width:171px;
	margin:1px;
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
}

#content-pain .pictures td {
	border:1px solid #e5e5ef;
	text-align: center;
}

#content-pain .pictures .image {
	width: 102px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
}

#content-pain .pictures .data {
	width: 64px;
	height: 140px;
	vertical-align: middle;
}

#content-pain .pictures .title {
	width: 104px;
	height: 60px;
	font-size:13px;
	text-align: center;
	vertical-align: middle;
}

#content-pain .pictures .status {
	width: 64px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

#content-pain .pictures .title p {
	margin-bottom: 4px;
	font-size: 12px;
}

#content-pain .pictures .status p {
	font-size: 14px;
}

#content-pain .pictures td  th {
	font-size:10px;
	color: #866;
	border-bottom:1px dotted #866;
}

#content-pain .pictures td  td {
	font-size:12px;
	border:none;
	text-align: center;
}

#content-pain .pictures dl {
	margin:2px 1px;
}

#content-pain .pictures dt {
	font-size:10px;
	color: #866;
	border-bottom:1px dotted #866;
}

#content-pain .pictures dd {
	margin-bottom:2px;
	font-size:12px;
}

#content-pain .pictures a {
	border:none;
}

#content-pain .pictures a img {
	border: 1px solid #00e;
}

#content-pain .pictures:hover {
	background-color: #FFE;
}
