@charset "utf-8";

/* ---------------------------------------------------------------------
↓lightbox.cssより移植
--------------------------------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 20%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ---------------------------------------------------------------------
↑lightbox.cssより移植
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
↓blog.cssより移植
--------------------------------------------------------------------- */

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
textarea{
    overflow: auto !important;
    resize: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
/* ---------------------------------------------------------------------
↑blog.cssより移植
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
↓kougyou_f2.cssより移植
--------------------------------------------------------------------- */
/* 
name: kougyou_f2
designer: Firstserver
designer_url: http://www.fsv.jp/ 
layouts: layout-tw,layout-wt,layout-twt
Ver1.0 2008/07/31
*/


/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

#header-inner, #content-inner, #footer-inner {
	padding: 0;
}

#content-inner {
	padding-top: 0px;
}

#beta-innarchive-contenter, #gamma-inner {
	padding: 0;
}

.widget-content {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */

/*3列メニューの場合*/
.layout-twt #alpha {
	float: left;
	width: 580px;
	left: 0px;
	margin:0;
	overflow: hidden;
}

.layout-twt #beta {
	float:left;
	left: 0px;
	margin:0;
	width: 220px;
	overflow: hidden;
	text-align:left;
}

.layout-twt #content-inner {

}


/*共通*/
#alpha-inner {
	margin:0;
	padding:10px 20px 0;
}

.layout-twt #alpha-inner {
	padding:5px 10px 0 3px;
}

#beta-inner {
	margin:0px 0 0 0;
	padding:0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:left;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 1.5;
	color:#333;
	background: #E6E9D8;
	background-image: url(/img/main_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-attachment: scroll;
}
textarea {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
}

/* リンクカラー */
a {
	color: #06C;
}

a:hover {
	color: #006600;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */

/*3列メニューの場合*/
.layout-twt #container {
	line-height:1.6;
	font-size:80%;
	width:920px;
	margin:0 auto;
	text-align:left;
}

/*共通*/
#container-inner {
	position: relative;
	width:920px;
	background-color: #FFF;
	background-repeat: repeat-y;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
	width:920px;
	background-color: #FFF;
}

#header-module-inner {
	width:920px;
	border-bottom: 1px solid #cccccc;
	background:#5c9918;
}

#header-contents {
	width:100%;
	background-color: #FFF;
}

#header-contents .left {
	width:610px;
	float:left;
}

#header-contents .right {
	float:right;
	text-align:right;
	padding:0px 0px 5px 0;
	background-image: url(head_menu_bg.gif);
	background-repeat: no-repeat;
}

#header-description {
	width:100%;
	padding: 0px;
	visibility: visible;
	background:#415E39 url(/img/head_ue.jpg) repeat-x left bottom;
	font-size:90% !important;
	font-size:80%;
	color: #fff;
	height: 11px;
	background-repeat: repeat-y;
	background-color: #415E39;
	margin: 0px;
}

#head-main {
	width:920px;
}

#head-main-inner {
	background:#fff;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:920px;
	clear:both;
	background:#415E39;
	margin-top: 20px;
	padding-bottom:10px;
}
/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.asset-body {
	margin:0 0 0 5px;
}

.layout-twt .asset-more-link a {
	margin-left:270px;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
	text-align:left;
	margin-top: 20px;
}

.right h2 {
	text-align:right;
}

#header-name {
	margin:20px 10px 0x 0px;
	line-height: 60px;
	color: #333;
	font-size:15px !important;
	font-size:195%;
	font-weight:bold;
	line-height: 50px;
	background-image: url(/img/main_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left bottom;
	padding-top: 10px;
}

#header-name a {
	text-decoration: none;
	display: block;
	width:650px;
	height: 60px;
	line-height: 50px;
	position: bottom;
}

#header-name a:hover {
	text-decoration: underline;
}

.logo {
	margin:10px;
	border:none;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
	padding:0 20px 5px 10px;
	font-size:11px !important;
	font-size:80%;
	text-align:center;
	color:#fff;
}

.sub-contents a:link,
.sub-contents a:visited,
.sub-contents a:active {
	text-decoration:none;
	color:#fff;
}

.sub-contents a:hover {
	text-decoration:none;
	color:#ccc;
}

.search-content form {
	text-align: right;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
#head-main-inner .main_image {
	clear:both;
	margin: 0;
	padding: 0;
	_height:1px;
	text-align:center;
}

#head-main-inner .main_image img {
	margin:0px;
	vertical-align: bottom;
}

/* ---------------------------------------------------------------------
Widget：[メイン]メイン画像
--------------------------------------------------------------------- */
#alpha .main_image {
	margin-bottom: 10px;
}

#top-news .title {
	float: right;
	padding-left:7px;
	width: 465px;
}

.layout-twt #top-news .title {
	width: 400px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:200px;
	margin:5px 0 20px;
	padding: 0;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	width:170px;
	margin:0 10px;
	font-size:105% !important;
	font-size:100%;
	line-height:1.2;
	font-weight: normal;
}

.widget-main-menu .menu-list-item {
	width: 180px;
}

.widget-main-menu .menu-list-item a {
	display:block;
	width:150px;
	padding:8px 0 8px 30px;
	background:url(s_menu_list_item_arrow.gif) no-repeat 0 4px;
	text-decoration:none;
	color: #30271F;
	border-bottom: 1px solid #C9E4BE;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:underline;
}

.widget-main-menu .menu-list .menu-list a {
	display:block;
	width:130px;
	padding:8px 0 8px 50px;
	background:url(s_menu_list_item_arrow2.gif) no-repeat 30px 12px;
	text-decoration:none;
	color: #30271F;
	border-bottom: 1px solid #C9E4BE;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 85% !important;
	font-size: 80%;
	line-height:1.4;
	width:160px;
	padding: 0 15px 0 15px;
}

.widget-form{
	font-size: 85% !important;
	font-size: 80%;
	line-height:1.4;
	width:160px;
	padding: 0 15px 0 15px;
}

/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
	width:100%;
	background:#7AA871;
	text-align:right;
	font-size: 95% !important;
	font-size: 90%;
}

.widget-footer-menu a {
	color:#fff;
	text-decoration:underline;
}
.widget-footer-menu a:hover {
	color:#CCDFFD;
	text-decoration:none;
}

.tbl01 td{
	padding: 5px;
}

.col01{
	color: #FFF;
}

/* ---------------------------------------------------------------------
ポップアップレイヤー
--------------------------------------------------------------------- */

.cont{
	text-align: left;
}
/* ---------------------------------------------------------------------
↑kougyou_f2より移植
--------------------------------------------------------------------- */


/* ページタイトル */
.pgti{
    color: #360;
    text-indent: 0.3em;
    font-size: 170%;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ページタイトル上部のボーダー */
.pgti_bd{
    background-color: #360;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* 設定メニューのボタン */
.btn_config_menu{
    width: 150px;
    height: 26px;
}


.clear {
	clear:both;
}

/* -----　パンくず　----- */
.navi {
	margin:0px 5px 0px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---　ページトップ　--- */
#ce_gotop {
	clear:both;
	width:100%;
	font-size:85% !important;
	font-size:80%;
	margin:0;
}

#ce_gotop a {
	background: url(/img/gotop_text.gif) no-repeat;
	display: block;
	height: 18px;
	width: 119px;
	float: right;
	overflow: hidden;
    text-decoration: none;
    color: #000;
}

#ce_gotop a:hover {
	background: url(/img/gotop_text_hover.gif) no-repeat;
}

/* ---------------------------------------------------------------------
Widget：[フッター]コピーライト
--------------------------------------------------------------------- */
#widget-copyright {
	width:100%;
	color: #FFFFFF;
	width:100%;
	text-align: right;
}

#widget-copyright .copyright-content {
	padding:10px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
}

.subti{
	border-bottom:#360 solid 1px;
	color: #360;
	border-left: #360 solid 5px;
	text-indent: 0.8em;
	font-size: 130%;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------
 左メニュー
--------------------------------------------------------------------- */
#navi {
	width:205px;
	height:613px;
	font-size: 5px;
}
#navi ul {
    margin:0;
    padding: 0;
}
#navi li {
    list-style-type: none;
    margin:0;
    padding: 0;
}
#navi li a {
	width: 205px;
	display:block;
	overflow:hidden;
	text-indent: -9999px;
	font-size: 5px;
}
#navi li a:hover {
	width: 205px;
	display:block;
	overflow:hidden;
	text-indent: -9999px;
	font-size: 5px;
}

/* 左メニュー項目 li */
.frm_menu_li{
    background-color: #FFC;
    text-indent: 0px;
    text-decoration: none;
    color: #000;
    width: 205px;
    text-indent: 0px;
    border-bottom: solid 1px #360;
    border-left: solid 1px #360;
    border-right: solid 1px #360;
    margin: 0px;
    padding: 0px;
}

/* 左メニュー項目 li */
.frm_menu_li_t{
    border-top: solid 1px #360;
}

/* 左メニュー項目 a */
.frm_menu_a{
    background-color: #FFF;
    text-decoration: none;
    text-indent: 0px;
}

/* 左メニュー項目 a */
.frm_menu_a_t{
    background-color: #FFF;
    text-decoration: none;
    text-indent: 0px;
}

/* 左メニュー項目 span */
.frm_menu_text{
    display: table-cell;
    vertical-align: middle;
    width: 205px;
    height: 32px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

/* 左メニュー項目 a */
.frm_menu_a_t :hover{
    background-color: #FCFF66;
   color: orange;
}

/* 左メニュー項目 span */
.frm_menu_a :hover{
   color: orange;
}


/* --------------------- */
/* カレンダーテーブル  */
/* --------------------- */

/* カレンダー セル基本 */
.cdr_td{
    text-align:center;
    width: 20px;
    height: 40px;
    font-size: 14px;
    border-right: solid 1px #360;
    border-bottom: solid 1px #360;
}

/* カレンダー ヘッダ 月-金 */
.cdr_hd_td{
    border-top: solid 1px #360;
    background-color: #CCC;
}
/* カレンダー ヘッダ 日 */
.cdr_hd_td_l{
    border-top: solid 1px #360;
    border-left: solid 1px #360;
    background-color: #F88;
}
/* カレンダー ヘッダ 土 */
.cdr_hd_td_r{
    border-top: solid 1px #360;
    background-color: #88F;
}

/* カレンダー 日 右端 */
.cdr_td_l{
    border-left: solid 1px #360;
}

/* カレンダー ヘッダ 祝日 */
.cdr_val{
    width: 20px;
}
/* カレンダー ヘッダ 祝日 */
.cdr_holiday{
    background-color: #F88;
}
/* --------------------- */
/* 一覧表示共通テーブル  */
/* --------------------- */
/* 一覧セル基本 */
.ls_td{
    text-align:center;
    height: 20px;
    font-size: 12px;
    border-right: solid 1px #360;
    border-bottom: solid 1px #360;
}

/* 一覧セル(下結合) */
.ls_td_btm0{
    text-align:center;
    height: 20px;
    font-size: 12px;
    border-right: solid 1px #360;
}

/* 一覧セル(線なし) */
.ls_td_brd0{
    text-align:center;
    font-size: 12px;
}

/* 一覧表示共通テーブル ヘッダ */
.ls_hd_td{
    border-top: solid 1px #360;
    background-color: #ACD683;
}

/* 一覧表示共通テーブル ヘッダ (線なし) */
.ls_hd_td_brd0{
    background-color: #ACD683;
}

/* 一覧表示共通テーブル (上の線) */
.ls_td_t{
    border-top: solid 1px #360;
}

/* 一覧表示共通テーブル (左の線) */
.ls_td_l{
    border-left: solid 1px #360;
}

/* 一覧表示共通テーブル (下の線) */
.ls_td_b{
    border-bottom: solid 1px #360;
}
/* 一覧表示共通テーブル (下の線2px) */
.ls_td_b2{
    border-bottom: solid 2px #360;
}

/* 一覧表示共通テーブル (右の線) */
.ls_td_r{
    border-right: solid 1px #360;
}

/* 一覧表示共通テーブル (グレーアウト) */
.ls_td_disable{
    background-color: #ccc;
}

/*
R:172	AC
G:214	D6
B:131	83
*/

/* 一覧表示共通テーブル ヘッダ 左端 */
.ls_hd_td_l{
    border-left: solid 1px #360;
}

/* 一覧表示共通テーブル 通常セル 左端 */
.ls_td_l{
    border-left: solid 1px #360;
}

/* セル文字列項目 */
.cell_sp{
    overflow : hidden;
    font-size: 12px;
}

/* 一覧表示共通テーブル (削除ボタン) */
.delete_button{
    width : 40px;
}

/* --------------------------- */
/* 本文表示用共通テーブル      */
/* --------------------------- */
.bd_td{
    font-size: 12px;
    overflow : auto;
}
/* リンク項目 */
.linkitem{
    color: #00E;
    text-decoration: underline;
    cursor: pointer;
}

/* 必須入力ラベル */
.need_lbl{
    color: #F00;
}

/* 要問合せラベル */
.must_ask{
    color: #F00;
}


/* 請求先等の補助文字列 */
.to_bill_sub{
    font-size: 11px;
}

/* --------------------- */
/* 小計            */
/* --------------------- */
/* 小計 枠 */
.sum_frm{
    width:220px;
    border-bottom: solid 2px #000;
}

/* 小計ヘッダ */
.sum_hd{
    text-indent: 5px;
    width:90px;
    float:left;
    font-size: 16px;
    font-weight: bold;
}

/* 小計 値(表示) */
.sum_dtl{
    float:left;
    width:120px;
    text-align:right;
    font-size: 16px;
    font-weight: bold;
}

/* 小計 値(計算用) */
.sum_val{
    display: none;
}

/* --------------------- */
/* 合計            */
/* --------------------- */
/* 合計 下線 */
.total_sum_frm{
    width:340px;
    border-bottom: solid 2px #000;
    padding-bottom
    : 1px;
}

/* 合計ヘッダ */
.total_sum_hd{
    text-indent: 5px;
    width:90px;
    float:left;
    font-size: 18px;
    font-weight: bold;
}

/* 合計 値 */
.total_sum_dtl{
    float:left;
    width:120px;
    text-align:right;
    font-size: 18px;
    font-weight: bold;
}
/* 合計 税 */
.total_sum_tax{
    float:left;
    width:130px;
    text-align:right;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
}

/* --------------------- */
/* ボタン共通            */
/* --------------------- */

/* ボタン特大 */
.btn_ll{
    /*background-color: #CCC;*/
    width: 150px;
    height: 40px;
}

/* ボタン大 */
.btn_l{
    /*background-color: #CCC;*/
    width: 150px;
    height: 32px;
}
/* ボタン大 */
.btn_lm{
    /*background-color: #CCC;*/
    width: 100px;
    height: 32px;
}
/* ボタン大 */
.btn_lm2{
    /*background-color: #CCC;*/
    width: 70px;
    height: 32px;
}

/* ボタン中 */
.btn_m{
    /*background-color: #CCC;*/
    width: 100px;
    height: 26px;
}

/* ボタン小 */
.btn_s{
    /*background-color: #CCC;*/
    width: 50px;
    height: 26px;
}

/* サブボタン中 */
.btn_sub_m{
    /*background-color: #CCC;*/
    width: 80px;
    height: 26px;
}

/* 日付テキストボックス */
.txt_date{
    width: 80px;
    height: 20px;
}

/* 日付ボタン */
.txt_date img {
    vertical-align: center;
    margin-left: 2px;
    border: 1px solid dimgray;
}

/* --------------------- */
/* 利用者照会共通        */
/* --------------------- */

#cond_org{
        height: 20px;
        width:260px;
}
#cond_sec{
        height: 20px;
        width:200px;
}
input[type='text']{
    height:19px;
}
input[type='password']{
    height:19px;
}
.search-box{
    width:200px;
}
.readonly{
    border: 1px solid;
}


/* --------------------- */
/* 備品一覧        */
/* --------------------- */

.roomnm{ width:120px;  }
.michdnm{ width:80px;}
.michdusedate{ width:85px;}
.michdusetime{ width:100px;}
.michdone{width: 140px;}
.eqptotal{width: 100px;}
.eqptotaltd{width: 80px;text-align: right;}




    
