@charset "utf-8";
/*------------------------------------------------------------
 デフォルトスタイル
------------------------------------------------------------*/
* {
   margin: 0;
   padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	vertical-align: baseline;
}

html {
    overflow-y:scroll;
}

body {
    line-height:normal;
    text-align:center;
    min-width :1000px;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;

}

img {
	vertical-align: text-bottom;
	border: 0;
}

img,
fieldset{
    border: none;
}
h1, h2,  {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}


#wrapper{
	text-align: left;
	width:100%;
	/* margin: 10px auto 0;
	border:1px solid #000000;*/
	background-image:url(/images/control/bg_control.gif) left repeat-y ;
}

#header{
	height: 100px;
	background-color:#555555;
	color:#ffffff;
}

#header h1 {
	padding:20px 20px 5px 20px;
	font-size:30px;
}

#header p {
	padding:0px 25px 10px 25px;
	font-size:13px;
	text-align:right;
}
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#main{
	width: 100%;
	float: right;
	margin-left: -200px;
}

#contents{
	position: relative;
	margin: 0 0 0 180px;
	padding: 20px;
	min-height:400px;
	height: auto !important;	/* IE6 */
	height: 400px;				/* IE6 */
}

#contents h2{
	border-left: 10px solid #555555;
	border-bottom:1px solid #555555;
	padding:4px 8px;
	margin-bottom:15px;
	font-size:16px;
}

#menu {
	width: 180px;
	float: left;
}

#menu ul li {
	margin:3px 0 3px 10px;
	font-size:13px;
}

#menu ul li a:link    {text-decoration:none;color:#000000;}
#menu ul li a:visited {text-decoration:none;color:#000000;}
#menu ul li a:hover   {text-decoration:none;color:#ffffff;background-color:#555555;}
#menu ul li a:active  {text-decoration:none;color:#ffffff;}

#menu ul li h4 {
	margin-top:10px ;
	font-size:15px;
	font-weight:bold;
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
	background-color:#555555;
	color:#ffffff;
}

/* ----------  ▲ layout ▲ ---------- */
/* ---------- ▼ content  ▼ ---------- */
table {
	border-collapse: collapse;
	border: 1px #555555 solid;
	font-size: 12px;
	margin:10px 0;
}
table.detail {
	min-width :500px ;
}
table.detail th {
	width :25% ;
}
table.detail td {
	width :75% ;
}

table caption {
	text-align:left;
	font-weight:bold;
}
table th {
	border: 1px #555555 solid;
	color: #000000;
	padding:3px;
	vertical-align:middle;
	white-space: nowrap;
 	font-weight:bold;
}
table td {
	border: 1px #555555 solid;
	color: #000000;
	padding:4px;
	vertical-align:middle;
}
table tbody th {
 	text-align:right;
 	background-color:#D4D4D4;
}
table thead th {
 	text-align: center;
}

table tfoot tr td input[type="submit"],
table tfoot tr td input[type="button"] {
		margin:0 10px;
		padding:2px 10px;
		font-size:15px;
}
table td.title {
	text-align:center;
	font-weight:bold;
}
table td.datetime,
table td.button,
table td.status {
	text-align:center;
	white-space: nowrap;
}
table td.numerical {
	text-align :right;
	white-space: nowrap;
}
table td.name ,
table td.string {
	text-align:left;
}
table td.name {
	white-space: nowrap;
}
table td.smaller {
	font-size:80%;
}
table .bg_column {
	background-color:#D4D4D4;
}
.small_culum
table tr.even {
	background-color:#E9E9E9;
}
table tr.odd {
	background-color:#ffffff;
}

p.paging {
	text-align:center;
	font-size:12px;
	margin:10px 0;
}

ul.error_view {
	margin:10px 0;
	font-size:15px;
}
ul.error_view li.errorbox {
	padding-left:15px;
	background-image:url("/images/common/ico_warning.gif");
	background-repeat:no-repeat;
	background-position:0 0;
}
ul.error_view li.reportbox {
	padding-left:15px;
	background-image:url("/images/common/ico_report.gif");
	background-repeat:no-repeat;
	background-position:0 0;
}
div.center {
	text-align:center;
}

table tbody tr td input[type="checkbox"] {
	vertical-align: text-bottom;
}

/* paging */
ul.paging {
	display:block;
	overflow:hidden;
	margin:10px auto;
}

ul.paging li{
	float:left;
	margin:0 5px 0 0;
}

ul.paging span,
ul.paging a{
	display:block;
	padding:4px;
	border:1px solid #CCC;
	text-align:center;
	font-size:12px;
}
ul.paging span {
	background-color:#DDD;
	font-weight:bold;
}

ul.paging a:link{
	background-color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

ul.paging a:visited{
	background-color:#FFF;
}

ul.paging a:hover{
	background-color:#666666;
	color:#FFF;
}

ul.paging a:active{
	background-color:#FFF;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

/* 注釈 */
.comments {
	font-size:13px;
	color:#f00;
}
p.comments {
	padding:12px 0 6px 0;
}
span.comments {
	font-weight:bold;
	margin-left:20px;
}

/* ▼ Add onbreeze ▼ */
#header{
	position:relative;
}
table td.bold {
	font-weight:bold;
}
table td.price {
	font-weight:bold;
	background-color:#FFC;
}
table td span.en {
	font-weight: normal;
	color:#333;
}
/* ▲ Add onbreeze ▼ */


div#title-tip {
	margin: 0 1em 0 0;
	border: solid #ccc 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .3em .5em;
	background-color:#000;
	-moz-opacity:0.70;
	opacity:0.7;
	filter: alpha(opacity=70);
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
}

div#ajaxLog {
	border: solid 1px #808080;
	font-size: 10px;
	width: 729px;
	min-height:20px;
	max-height:60px;
	padding: 0.5em;
	overflow: auto;
}