/*全体*/
#container {
	width: 950px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*ヘッダー*/

#header {
	width: 950px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	position: relative;
}
#menu {
	background-color: #3E3A39;
	height: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
#menu .menu-inner {
	width: 950px;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu-list li {
	display: block;
	float: left;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	width: 80px;
	text-align: center;
	padding-left: 10px;
	background-image: url(../img/header-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header-menu ul li {
	display: block;
	float: left;
	width: 95px;
	font-size: 90%;
	padding-left: 10px;
	background-image: url(../img/header-list-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 4px;
}
#header #header-menu {
	width: 680px;
	position: absolute;
	left: 300px;
	top: 28px;
}
#header #header-captioin {
	font-size: 85%;
	text-align: right;
}
#header #header-logo {
	width: 200px;
	text-align: left;
	position: absolute;
	left: 50px;
	top: 32px;
}
#header-logo h1 {
	font-size: 22px;
	word-spacing: 10em;
	font-family: 'Raleway', sans-serif;
}
.cur_logo {
	color: #fff;
	background-color: #0A0;
	margin-top: 5px;
	margin-right: 15px;
	padding: 3px;
	float: left;
}
.link_logo {
	color: #000;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 15px;
	padding: 3px;
	float: left;
}
.menu-inner #menu-list {
	display: block;
	height: 30px;
	font-size: 90%;
}

/*各ボタン設定*/
input.button-bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 10px;
	background:#191b1c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666666;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}
.button-bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 10px;
	background:#093A73;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #093A73;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}
.button-gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 10px;
	background:#004E2C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #004E2C;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}
.button-rd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 10px;
	background:#780B11;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #780B11;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}
.button-wt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 10px;
	background:#808080;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}
.button-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	padding: 2px;
	background:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	-moz-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(250,250,250,0.5),
		inset 0px 0px 1px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor: pointer;
}


//#id_mitsumori {
//	text-align: left;
//	padding-top: 10px;
//}
#layout .group {
	margin-top: 0px;
	clear: both;
	text-align: left;
	width: 940px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.subject {
	padding-right: 5px;
	border-color: #780B11;
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 3px;
	margin-right: 5px;

//	border-right-style: solid;
//	border-right-width: 1px;

//	padding-top: 2px;
//	border-top-style: solid;
//	border-top-width: 1px;

//	padding-bottom: 2px;
//	border-bottom-style: solid;
//	border-bottom-width: 1px;
}

/*管理者承認部分*/
#denpyo_status {
	display: block;
	clear: both;
	width: 500px;
	background-color: #FFF;
	padding: 5px;
	float: right;
}
#denpyo_status dl {
	float: left;
	width: 220px;
}
#denpyo_status dt {
	display: block;
	width: 80px;
	float: left;
	background-color: #CCC;
	margin-bottom: 5px;
	text-align: center;
	font-size: 90%;
}
#denpyo_status dd {
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	font-size: 90%;
	padding-right: 5px;
}
#denpyo_status .caption {
	float: left;
}

#container .menu-sub {
	display: block;
	text-align: right;
	width: auto;
	float: right;
}
.caption {
	font-size: 80%;
}

/*自動計算部分*/
#math {
	text-align: left;
	margin-bottom: 15px;
}
#math table tr td {
	padding: 3px;
}
#math .math-head {
	background-color: #CCC;
}
#math td {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	text-align:center;
}

/*見積リスト部分*/

table .list_title {
	background-color: #444;
	font-size: 80%;
	color: #fff;
	text-align: center;
	line-height: 16px;
	_font-size: 90%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
table td {
	padding: 5px;
}
table th {
	padding: 5px;
}
.list-container {
	width: 950px;
	text-align: left;
}
#list-wrapper-long {
	width: 950px;
//	height:1000px;
	overflow: scroll;
//	overflow-x: hidden;
//	overflow-y: hidden;
	text-align: left;
}
#list-wrapper-long td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#list-wrapper-long .v-middle {
	vertical-align: middle;
}
#list-wrapper-long li table {
	width: 935px;
}
#list-wrapper {
	width: 950px;
	height:740px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: left;
}
.odd {
	background-color:#DDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#list-sub .odd {
	background-color:#FFF;
}
#list-sub {
	float: left;
	width: 600px;
	background-color: #EEE;
}
#list-wrapper td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.title {
	width: 940px;
	background-color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 90%;
	display: block;
	clear: both;
}
#list-sub tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
/*
#list_bikou_2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: left;
}*/
.list_bikou {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	text-align: left;
}
#list-wrapper .v-middle {
	vertical-align: middle;
}
#list-wrapper li table {
	width: 935px;
}
#id_detail_lines .detail_bg {
	background-color: #444;
	text-align: left;
}
#layout hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
}
#layout .form_title {
	display: block;
	font-size: medium;
	color: #FFF;
	background-color: #000;
	padding: 5px;
}
#form_list {
	margin-left: 15px;
}
#table_nippou tr {
	height: 50px;
	vertical-align: middle;
}
#table_nippou td {
	vertical-align: middle;
}
.detail_bg div {
	padding: 5px;
	color: #FFF;
	font-size: 90%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.detail_bg2 div {
	padding: 5px;
	color: #000;
	font-size: 90%;
	text-align:right
}
#layout #container .nippou_contents div {
	padding: 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 30px;
}
#mitsumori-info {
	clear: both;
	background-color: #ddd;
	padding: 10px;
	margin: 10px;
}
.hacchu_lst div {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.hacchu_lst div span,
.detail_bg2 div span {
	border: 1px solid #CCC;
	display: block;
}
.hacchu_lst div .num {
	text-align: right;
}
#container .hacchu_lst p {
	display: block;
	clear: both;
}
.nyukin_data {
	width: 270px;
	padding: 10px;
	float: left;
}
.nyukin_data .nyukin_tokuisaki {
	padding: 10px;
	background-color: #CCC;
	margin-bottom: 10px;
}
.nyukin_data table tr th {
	background-color: #000;
	color: #FFF;
}
.nyukin_data table {
	font-size: 11px;
}
.nyukin_data table tr td {
	padding: 2px;
	border: 1px solid #CCC;
}
.nyukin_input {
	width: 630px;
	float: left;
	padding-left: 20px;
	text-align: left;
}
.w80 {
	display: block;
	width: 70px;
	float: left;
//	padding-top: 5px;
//	margin-bottom: 3px;
}
select {
	margin-right: 5px;
}
/*ページネーション用*/
#pagenavi a {
	display: inline-block;
	padding: 1px 6px;
	margin: 2px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
	font-size:12px
}

#pagenavi a:hover {
	background: #efefef;
}
#pagenavi .active {
	display: inline-block;
	padding: 1px 6px;
	margin: 2px;
	background-color: #F2F2F2;
	color: #E82B23;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size:12px
}


