@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url("../image/bg.jpg") left top repeat-y;
	font-size: 13px;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

input[type="text"] {
	padding: 4px 2px 4px 2px;
	border: 1px solid #dddddd;
}

input[type="password"] {
	padding: 4px 2px 4px 2px;
	border: 1px solid #dddddd;
}

input[type="radio"] {
	vertical-align: -1px;
	margin: 0px 4px 0px 0px;
}

input[type="checkbox"] {
	vertical-align: -2px;
	margin: 0px 4px 0px 0px;
}

label {
	margin: 0px 10px 0px 0px;
}

input[type="file"] {
	font-size: 12px;
}

select {
	padding: 4px 2px 4px 2px;
	border: 1px solid #dddddd;
}

textarea {
	border: 1px solid #dddddd;
	padding: 4px 2px 4px 2px;
	font-size: 13px;
}

.clear {
	clear: both;
}

.alert {
	color: #ff0000;
}

.validation {
	display: block;
	color: #ff0000;
}

.notice {
	font-weight: bold;
}

.text_t {
	margin: 2px 2px 0px 0px;
	width: 80px;
}

.text_s {
	margin: 2px 2px 0px 0px;
	width: 150px;
}

.text_sm {
	margin: 2px 2px 0px 0px;
	width: 200px;
}

.text_m {
	margin: 2px 2px 0px 0px;
	width: 300px;
}

.text_l {
	margin: 2px 2px 0px 0px;
	width: 500px;
}

.text_xl {
	margin: 2px 2px 0px 0px;
	width: 700px;
}

.textarea_l {
	width: 400px;
	height: 150px;
	font-size: 13px;
}

.textarea_xl {
	width: 400px;
	height: 300px;
	font-size: 13px;
}

.textarea_w {
	width: 400px;
	height: 80px;
	font-size: 13px;
}

.validate_error {
	display: block;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #ff0000;
}

.attention {
	border: 1px solid #ff9999;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

.invisible {
	display: none;
}

/* header -------------------------- */
#header {
	background-color: #4a4a4a;
	height: 35px;
}

#header ul li {
	float: left;
	vertical-align: middle;
}

#header ul li.header_logo {
	font-size: 16px;
	font-family: Georgia;
	padding: 8px 80px 0px 10px;
	letter-spacing: 1px;
}

#header ul li.header_logo a {
	color: #ffffff;
	text-decoration: none;
}

#header ul li.header_accout {
	padding: 10px 0px 0px 0px;
	color: #ffffff;
}

#header ul li.header_logout {
	padding: 10px 0px 0px 20px;
	color: #ffffff;
}

#header ul li.header_logout a {
	color: #ffffff;
}

.radius_border {
	border: 1px solid #cccccc;
	/* see common.js */
}

.radius_border_bottom {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* menu ----------------------------------------------- */
#menu {
	position: absolute;
	z-index: 1;
	clear: both;
	width: 160px;
	padding: 0px 0px 25px 0px;
	margin: 10px 0px 0px 0px;
}

#menu .caption {
	margin: 0px 15px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #ffffff;
}

#menu dl {
	margin: 0px 0px 15px 0px;
}

#menu dt {
	font-weight: bold;
	font-family: 'ＭＳ Ｐゴシック';
	width: 160px;
	margin: 2px 0px 0px 0px;
}

#menu dd {
	display: none;
}

#menu a {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 145px;
	line-height: 13px;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 4px 10px;
}

#menu a:hover {
	color: #3333ff;
}

#menu h2 {
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	padding: 2px 10px 2px 0px;
	background: url("../image/h2_bg.jpg") left top no-repeat;
	width: 148px;
	text-align: center;
	color: #ffffff;
}

/* main ----------------------------------------------- */
#main {
	position: absolute;
	z-index: 2;
	left: 160px;
	padding: 10px 0px 25px 0px;
	margin: 0px 0px 0px 10px;
}

#main .title {
	height: 40px;
	background-color: #ffffff;
}

#main .title h2 {
	float: left;
	color: #666666;
	width: 300px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}

#main .content {
	margin: 5px 0px 0px 0px;
}

#main .content p {
	margin: 0px 0px 15px 0px;
}

#main h3.subtitle {
	color: #666666;
	width: 300px;
	border-bottom: 1px solid #cccccc;
	margin: 13px 0px 13px 0px;
	font-size: 13px;
}

/* main (table setting) ---------------------------------- */
#main table.admin_table {
	clear: both;
	border-collapse: collapse;
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
}

#main table.admin_table th {
	text-align: left;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

#main table.admin_table td {
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

#main table.admin_table td select option {
	padding-right: 15px;
}

#main table.admin_table .col_date {
	width: 100px;
}

#main table.admin_table .col_datetime {
	width: 140px;
}

#main table.admin_table .col_text_s {
	width: 50px;
}

#main table.admin_table .col_text_sm {
	width: 75px;
}

#main table.admin_table .col_text_m {
	width: 100px;
}

#main table.admin_table .col_text_ml {
	width: 170px;
}

#main table.admin_table .col_text_l {
	width: 250px;
}

#main table.admin_table .col_text_xl {
	width: 350px;
}

#main table.admin_table .col_text_2xl {
	width: 500px;
}

#main table.admin_table .col_text_3xl {
	width: 700px;
}

#main table.admin_table .col_chairType {
	width: 150px;
}

#main table.admin_table th.col_price {
	width: 100px;
}

#main table.admin_table td.col_price {
	width: 100px;
	text-align: right;
}

#main table.input_table th {
	width: 150px;
}

#main table.input_table td {
	min-width: 300px;
}

#main table.input_table .checkbox input {
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}

#main table.input_table .radio input {
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}

#main table.input_table .remark {
	display: block;
	font-size: 12px;
	margin: 4px 0px 0px 0px;
}

/* main (link setting) ---------------------------------- */
#main p.accented_link a {
	padding: 5px 15px 5px 15px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}

/* main (button setting) ---------------------------------- */
#main a.button,#main a.button_r,#main a.button_l {
	display: block;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #4c6690;
	text-decoration: none;
}

#main a.button {
	background: url("../image/button_bg.jpg") left top no-repeat;
	width: 112px;
}

#main a.button:hover {
	background: url("../image/button_bg_hover.jpg") left top no-repeat;
}

#main a.button_r {
	background: url("../image/button_bg.jpg") left top no-repeat;
	width: 112px;
}

#main a.button_r:hover {
	color: #ff0000;
	background: url("../image/button_bg_hover_r.jpg") left top no-repeat;
}

#main a.button_l {
	background: url("../image/button_l_bg.jpg") left top no-repeat;
	width: 200px;
}

#main a.button_l:hover {
	background: url("../image/button_l_bg_hover.jpg") left top no-repeat;
}

#main a.button_lr {
	background: url("../image/button_l_bg.jpg") left top no-repeat;
	width: 200px;
}

#main a.button_lr:hover {
	background: url("../image/button_l_bg_hover_r.jpg") left top no-repeat;
}

#main ul.buttons {
	clear: both;
	margin: 10px 0px 10px 0px;
	height: 24px;
}

#main ul.buttons li {
	float: left;
	margin: 0px 15px 0px 0px;
}

#main ul.buttons li.back, #main ul.buttons li.save {
	float: right;
	margin: 0px 0px 0px 15px;
}

#main ul.buttons li.delete a {
	color: #ff0000;
}

#main a.button_thin,#main a.button_thin_l,#main a.button_thin_s {
	display: inline;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #4c6690;
	text-decoration: none;
	font-size: 13px;
}

#main a.button_thin {
	background: url("../image/button_thin_bg.jpg") left top no-repeat;
	width: 112px;
}

#main a.button_thin:hover {
	background: url("../image/button_thin_bg_hover.jpg") left top no-repeat;
}

#main a.button_thin_l {
	background: url("../image/button_thin_l_bg.jpg") left top no-repeat;
	width: 150px;
}

#main a.button_thin_l:hover {
	background: url("../image/button_thin_l_bg_hover.jpg") left top no-repeat;
}

#main a.button_thin_s {
	background: url("../image/button_thin_s_bg.jpg") left top no-repeat;
	width: 70px;
}

#main a.button_thin_s:hover {
	background: url("../image/button_thin_s_bg_hover.jpg") left top no-repeat;
}

/* main (input setting) ---------------------------------- */
#main .input_checkbox {
	line-height: 18px;
	vertical-align: middle;
}

#main .input_checkbox input {
	margin: 2px 2px 2px 2px;
}

#main .input_radio {
	line-height: 18px;
	vertical-align: middle;
}

#main .input_radio input {
	margin: 2px 2px 2px 2px;
}

/* main (search setting) ---------------------------------- */
#search_form {
	float: left;
	width: 500px;
	margin: 0px 0px 25px 0px;
}

#search_form .search_cond dt {
	clear: both;
	float: left;
	line-height: 23px;
	vertical-align: middle;
	width: 140px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	margin: 0px 15px 0px 0px;
}

#search_form .search_cond dd {
	float: left;
	line-height: 24px;
	vertical-align: middle;
}

#search_form .search_cond select {
	width: 160px;
}

#search_form .search_cond select.select_s {
	width: 80px;
}

#search_form .search_button {
	float: right;
}

/* datepicker -------------------------------- */
.datepicker {
	width: 80px;
}

div.ui-datepicker {
	font-size: 10px;
}

/* pager -------------------------------- */
#main ul.pager {
	margin: 0px 0px 15px 0px;
	height: 20px;
}

#main .pager li {
	float: left;
	line-height: 20px;
}

#main .pager li.prev {
	white-space: nowrap;
	width: 40px;
	text-align: center;
}

#main .pager li.prev a {
	background-color: #ffffff;
}

#main .pager li.next {
	white-space: nowrap;
	width: 40px;
	text-align: center;
}

#main .pager li.next a {
	background-color: #ffffff;
}

#main .pager li a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #f6f6f6;
}

#main .pager li.current a {
	background-color: #999999;
	color: #ffffff;
}

#main .pager li.disabled {
	color: #cccccc;
}

#main .pager_scroll {
	height: 40px;
	max-width: 600px;
}

#main .pager_scroll ul li {
	width: 25px;
	border: 1px solid #dddddd;
}

/* CkEditor Override -------------------------------- */
.ck-content {
	border: 1px solid #dddddd !important;
	margin: 10px auto 10px auto !important;
}