@charset "utf-8";
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic UI','Yu Gothic','Helvetica Neue','Arial','sans-serif';
    font-size: 12px;
	line-height: 14px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
}

#container {
	position: relative; /* center on everything else */
	width: 1420px;
	text-align: left;
	margin: 0 auto;
}
#container_ll {
	position: relative; /* center on everything else */
width: 1050px;
	text-align: left;
	margin: 0 auto;
}
#container_l {
	position: relative; /* center on everything else */
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
#container_m {
	position: relative; /* center on everything else */
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
#container_ms {
	position: relative; /* center on everything else */
	width: 550px;
	text-align: left;
	margin: 0 auto;
}
#container_s {
	position: relative; /* center on everything else */
	width: 450px;
	text-align: left;
	margin: 0 auto;
}
#container_ss {
	position: relative; /* center on everything else */
	width: 280px;
	text-align: left;
	margin: 0 auto;
}
#container_sss {
	position: relative; /* center on everything else */
	width: 100px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}

#mheader {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	z-index: 777;
}

#login {
	position: absolute;
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic UI','Yu Gothic','Helvetica Neue','Arial','sans-serif';
    font-size: 12px;
	text-align: right;
	margin-right: 10px;
	right: 0px;
	top: 43px;
	z-index: 888;
}

#pagetitle {
	font-size: 12px;
	position: relative;
	left: 0px;
	padding: 5px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	width: 100%;
	z-index: 777;
	right: 0px;
}

#searchmenu {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 10px 10px 10px 10px;
}

#control {
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
}

#content {
	width: 100%;
	text-align: left;
	line-height: 110%;
	font-size: 12px;
	position: relative;
}

#content_s {
	width: 280px;
	text-align: left;
	line-height: 110%;
	font-size: 12px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}

#content .titles {
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic UI','Yu Gothic','Helvetica Neue','Arial','sans-serif';
	font-size: 12px;
	font-weight: bold;
}
#content .articles {
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic UI','Yu Gothic','Helvetica Neue','Arial','sans-serif';
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	line-height: 150%;
}

#center_content {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#content_small {
	width: 500px;
	text-align: left;
}

#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 30px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}

/* All <ul> tags in the menu including the first level */

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 10px;
	z-index: 2000;
	top: 10px;
	font-size: 12px;
	float: right;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
	width: 100px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 98px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	background-color: #EEEEEE;
	margin-left: 5px;
	border: solid #666666 1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
 background-color: #663300;
}
.menulist a.highlighted {
 color: #FFFFFF;
 background-color: #663300;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */



.formtable {
	text-align: left;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: none;
}


.table_title {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
.input_select {
	line-height: 14px;
	border: solid #999999 1px;
	z-index: 100;
}
.input_text {
	border: solid #999999 1px;
	width: 100px;
}
textarea{
	font-size: 12px;
}
checkbox {
	border: solid #999999 1px;
	margin-left: -5px;
}

#searchmenu {
	position: relative;
	right: 0px;
	top: 0px;
	border: none;
	margin-top: 10px;
	padding-top: 0px;
}
.edit_table {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
.input_txt{
	border: solid #999999 1px;
	width: 90%;
}
input.button {
	padding: 4px 6px 4px 6px;
	color: #333333;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid #868686;
	background: var(--BW-White, #f5fbf9);
	box-shadow: -2px -3px 3px 0px rgb(0 0 0 / 15%) inset;
	cursor: hand;
}
.input_button_s {
	padding: 1px 4px 1px4px;
	color: #333333;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid #868686;
	background: var(--BW-White, #FFF);
	box-shadow: -2px -3px 3px 0px rgb(0 0 0 / 15%) inset;
	cursor: hand;
}

.input_button_sr {
	padding: 1px 4px 1px 4px;
	color: #EEEEEE;
	font-size: 12px;
border-radius: 2px;
	border: 1px solid #868686;
	background: var(--BW-White, #615f5f);
	box-shadow: -2px -3px 3px 0px rgb(0 0 0 / 15%) inset;
	cursor: hand;
}
.edit_table td{
	vertical-align: middle;	
}
.tr_red{
	color: #FF0000;
}
.tr_gray{
	background-color: #DDDDDD;
}
.tr_gray2{
	background-color: #F8F8F8;
}
.delete_str a:hover{
	background-color: #FF0000;
	color: #FFFFFF;
}

.list-navi {
	font-size:12px;
	padding-right: 3px;
	text-align: right;
}
.bold_str {
	font-weight: bold;
}
a{
	color: #663300;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	background-color: #663300;
	text-decoration: none;
}

.member_list ul{
	padding-left:0px;
	padding-top: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.schedule_table {
	font-size: 12px;
	color: #333333;
	width: 100%;
	background-color: #FFFFFF;
}
.schedule_tr {
	color: #333333;
	background-color: #FFFFFF;
}
.schedule_td {
	color: #333333;
	vertical-align: top;
}

.sc_table {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
.sc_tr {
	color: #333333;
	background-color: #FFFFFF;
}
.sc_td {
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 16px;
	height: 15px;
	border: solid #CCCCCC 1px;
	vertical-align: middle;
}
.sales_table {
	font-size: 12px;
	color: #333333;
	width: 620px;
	background-color: #FFFFFF;
}
.sales_tr {
	color: #333333;
	background-color: #FFFFFF;
}
.sales_td {
	color: #333333;
	text-align: right;
	width: 70px;
	height: 15px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	vertical-align: middle;
}
.today_info {
	text-align: left;
	position: absolute;
	top: -8px;
	width: 100px;
	font-size: 9px;
	font-weight: bold;
}
.day_info {
	text-align: left;
	position: absolute;
	top: -8px;
	width: 100px;
	font-size: 9px;
}
.cal_day {
	font-size: 14px;
	font-weight: bold;
}

.thdrcell {
background:#F3F0E7;
font-size:12px;
font-weight:bold;
padding:5px;
border-bottom:1px solid #C8BA92;
}

.tdatacell {
font-size:12px;
padding:5px;
background:#FFFFFF
}

.dvhdr1 {
background:#B1E4B1;
font-size:12px;
font-weight:bold;
border:1px solid #C8BA92;
padding:5px;
width:150px;
}

.dvbdy1 {
background:#FFFFFF;
font-size:12px;
border-left:1px solid #C8BA92;
border-right:1px solid #C8BA92;
border-bottom:1px solid #C8BA92;
padding:5px;
width:150px;
}

.dogvdvhdr {
width:300;
background:#C4D5E3;
border:1px solid #C4D5E3;
font-weight:bold;
padding:10px;
}

.dogvdvbdy {
width:300;
background:#FFFFFF;
border-left:1px solid #C4D5E3;
border-right:1px solid #C4D5E3;
border-bottom:1px solid #C4D5E3;
padding:10px;
}

.pgdiv {
width:320;
height:250;
background:#E9EFF4;
border:1px solid #C4D5E3;
padding:10px;
margin-bottom:20;
font-size:12px;
}

.table_comment{
width: 100%;
height: 220px;
border: solid #868686 1px;
line-height: 30px;
border-radius: 4px;
padding: 4px;
}
