@charset "utf-8";


body{
	background-color: #ffffff;
}


/*---------ここから利用する-----------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/	
.font-red {
	color: #FF0000;
	
}

/*レイヤー用仮div*/
.reiya {
	width:385px;
	margin: 0 0 0 0;
	padding: 0 25px 0 32px;
	/*background-color: #CCCCCC;*/
	/*float: left;*/
	text-align: left;
	/*background-image: url("http://www.mast-ichii.jp/system_img2/background.png");*/
	/*background-repeat: no-repeat;*/
	/*behavior     : url("http://www.mast-ichii.jp/iepngfix/iepngfix.htc");*/
}
.reiya-uper {
	width:385px;
	margin: 0 0 0 0;
	padding: 6px 0px 0 0px;
	/*background-color: #CCCCCC;*/
	background-image: url("http://www.mast-ichii.jp/system_img2/simulator_bg.png");
	background-repeat: no-repeat;
	height: 190px;
}
.reiya-middle {
	width:385px;
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	/*background-color: #CCCCCC;*/
	background-image: url("http://www.mast-ichii.jp/system_img2/simulator_bg2.png");
	background-repeat: repeat-y;
}
.reiya-under {
	width:385px;
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	/*background-color: #CCCCCC;*/
	background-image: url("http://www.mast-ichii.jp/system_img2/simulator_bg.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 50px;
}

.obj-close{
	text-align: right;
	margin: 0 0 0 0;
	padding: 0px 30px 0 0px;
}
#info{
	text-align: center;
	color: #FFFFFF;
}
#setting {
	text-align: center;
	margin: 0 0 0 0;
	padding: 46px 0px 0 0px;
	color: #FFFFFF;
}

.cal-outer {
	width:320px;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 24px;
	text-align: left;	/*float: left;*/
}
.cal-outer .cal-room-outer-uper {
	width:320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("http://www.mast-ichii.jp/system_img2/outer-back2.png");
	background-repeat: no-repeat;
	height: 30px;
}
.cal-outer .cal-room-outer-under {
	width:320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("http://www.mast-ichii.jp/system_img2/outer-back2.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 40px;
}
.cal-outer .cal-room-outer {
	width:286px;
	margin: 0 0 0 0px;
	padding: 0 0 0 34px;
	background-color: #CCCCCC;
	background-image: url("http://www.mast-ichii.jp/system_img2/outer-back.gif");
	background-position: 0 -5px;
}

.cal-outer .cal-room-outer .cal-room {
	width:250px;
	margin: 0 0 0 0px;
	padding: 5px 0 0 0px;
}

.cal-outer .cal-room-outer .cal-room2 {
	width:250px;
	margin: 0 0 0 0px;
	padding: 5px 0 0 0px;
}

/*見出し部分・合計部分の設定-----------------------------------------*/
.calculation-h {

}

table.cal-h {
    width:250px;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.cal-h th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#ffffff;
	background-color:#cccccc;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back.gif");
	background-position:left top;
	padding:0;
	text-align:center;
	font-weight: normal;
}
.cal-h td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.3em 1em;
	text-align: right;
	width: 50%;
	background: none;
}
.cal-h .odd {
	color:#ffffff;
	background: #E5F2F8;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back3.gif");
	background-position:left top;
	padding:0.3em 1em;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}
.cal-h .odd2 {
	color:#ffffff;
	background: #E5F2F8;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back3.gif");
	background-position:left top;
	padding:0.3em 1em;
	font-weight: normal;
	font-size: 14px;
}



/*詳細欄の設定-------------------------------------------------------*/

table.cal {
    width:250px;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.cal p{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 10px 0 15px 1em;
}
.cal th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#ffffff;
	background-color:#cccccc;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back2.gif");
	background-position:left top;
	padding:0;
	text-align:center;
	font-weight: normal;
}
.cal td{
	border-right:1px solid #cccccc;
	border-bottom:1px dashed #cccccc;
	padding:0.3em 1em;
	text-align: right;
	width: 50%;
}
.cal .odd {
	color:#ffffff;
	background: #E5F2F8;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back3.gif");
	background-position:left top;
	padding:0.3em 1em;
	font-weight: bold;
	font-size: 14px;
}
/*マイナスがついた時*/
.cal .minus {
	background: #E5F2F8;
	border-right:1px solid #999999;
	border-bottom:1px dashed #999999;
	padding:0.3em 1em;
	color: #FF0000;	
}

/*概要の設定-------------------------------------------------------*/

.description h2{
	font-size: 10px;
	text-align: center;
	padding: 0px 0 5px 0;
}

.description ul{
	list-style-type: none;
}

.description li{
    font-size: 10px;
}

.description .sml-p {
    font-size: 10px;
}

table.outline {
    width:250px;
	border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	font-size: 10px;
}

.outline p{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 10px 0 15px 1em;
	
}
.outline th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#ffffff;
	background-color:#cccccc;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back2.gif");
	background-position:left top;
	padding:0;
	text-align:center;
	font-weight: normal;
}

.outline td{
	border-right:1px solid #cccccc;
	border-bottom:1px dashed #cccccc;
	padding:0.3em 1em;
	text-align: right;
	/*width: 20%;*/
}
.outline .odd {
	color:#ffffff;
	background: #E5F2F8;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:url("http://www.mast-ichii.jp/system_img2/table-back3.gif");
	background-position:left top;
	padding:0.3em 1em;
	font-weight: bold;
	font-size: 14px;
}
/*マイナスがついた時*/
.outline .minus {
	background: #E5F2F8;
	border-right:1px solid #999999;
	border-bottom:1px dashed #999999;
	padding:0.3em 1em;
	color: #FF0000;	
}


