body{
	background:#EFE8DE;
	width:100%;
	height:100%;
	font-size:12px;
	color:#333;
	line-height:1.5;
}
html,body{
    height:100%;
}

#wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	position:relative;
}
* html #container{
    height:100%;
}

#wrapper a{
	color:#006699;
}
ul,li{list-style:none;}
.ft14{font-size:14px!important;}
/**************************************************
					header
**************************************************/
#header{
	background:#DFCFBB;
}
#header h1{
	width:760px;
	margin:0 auto;
	padding:5px 0;
}
#header #inHead{
	background:#1F170A;
	height:33px;
	border-bottom:2px #A47A35 solid;
}

#header #inHead .w760{
	width:760px;
	margin:0 auto;
}
#header #inHead .w760 h2{
	float:left;
	padding-top:8px;
}
#header #inHead .w760 ul.menu{
	float:right;
	text-align:right;
	width:550px;
}
#header #inHead .w760 ul.menu li{
	float:right;
	padding-top:8px;
}

/**************************************************
					contents
**************************************************/


#wrapper #contents{
	width:760px;
	margin:0 auto;
	padding:20px 0 78px;
	
}

/*===================ログイン=========================*/
#contents #login{
	width:500px;
	margin:40px 130px 0;
	background:#523F23;
}

#contents #login .loginBox{
	padding:0 10px;
}
#contents #login .loginBox .inBox{
	border:1px #CCC solid;
	background:#FFF;
	padding:20px 29px 25px;
	text-align:center;
}
#contents #login .loginBox .inBox .inoutBox{
	border:1px #CCC solid;
	background:#F5F5F5;
	padding:20px 0;
	margin-top:10px;
}
#contents #login .loginBox .inBox .inoutBox input{
	width:258px;
	height:23px;
	margin-left:5px;
	border:1px #7F9DB9 solid;
}
#contents #login .loginBox .inBox .loginBtn{
	width:114px;
	float:left;
	padding:15px 20px 15px 100px;
}
#contents #login .loginBox .inBox .prevBtn{
	width:114px;
	float:left;
	padding:15px 0;
}

/*===================サマリー閲覧=========================*/
#contents .person{
	clear:both;
	padding-top:10px;
}
#contents .person ul{
	float:left;
}
#contents .person ul li{
	float:left;
	margin:0 20px 5px 0;
	text-align:center;
}
#contents .person ul li img{
	padding-bottom:5px;
	width:auto;
	height:80px;
}
#contents .person p{
	float:left;
	width:180px;
	padding-top:40px;
}
#contents table.list{
	background:#CCC;
	margin:5px 0;
}
#contents table.list th{
	background:#6D6453;
	color:#FFF;
	padding:9px 0;
}
#contents table.list td{
	background:url(../images/list_off.png) repeat-x bottom;
	font-weight:bold;
	height:100px;
	background-color:#FFF;
}
#contents table.list .off td{
	background:url(../images/list_on.png) repeat-x bottom;
	color:#5F5F5F;
	background-color:#EEE;
}
#contents table.list span{
	padding-left:9px;
	display:block;
}
#contents table.list span.po{
	width:100px;

	text-align:center;
	margin:9px;
	display:block;
	padding:0;
}
#contents table.list .off span.re{
	color:#FF0000;
}
#contents .mail{
	text-align:center;
	margin-top:30px;
}
#contents .mail table{
	margin-left:130px;
	margin-top:5px;
}
#contents .mail table input[type="text"]{
	width:298px;
	height:24px;
	border:1px #7F9DB9 solid;
	margin-left:5px;
}
#contents .mail input[type="submit"]{
	padding: 2px 12px 3px;
	margin-top:10px;
	cursor:pointer;
}

/*==================投稿閲覧=========================*/
#contents .postPhoto{
	text-align:center;
}
#contents .postPhoto img{
	max-height:540px;
}
#contents table.post{
	background:#CCC;
	margin:10px 0;
}
#contents table.post th{
	background:#6D6453;
	color:#FFF;
	font-weight:normal;
	padding:3px 0;
}
#contents table.post td{
	background:#FFF;
	font-weight:bold;
}
#contents table.post span{
	padding:5px 0 5px 9px;
	display:block;
}
#contents .comment{
	background:#FFF;
	border:1px #CCC dashed;
	margin:5px 0 20px;
}
#contents .comment p{
	padding:9px;
}
#contents .inlineR{padding-top:10px;}
#contents .inlineR input{
	padding:2px 15px;
	cursor:pointer;
	margin-bottom:5px;
}
#contents .inlineR .postPhoto{
	text-align:center;
	padding:5px 0;
}
#contents .inlineR table{
	margin:10px 0 0;
}
#contents .inlineR table th{
	text-align:center;
}
#contents .inlineR table td{
	text-align:left;
}
#contents .inlineR .comment{
	margin:2px 0 20px;
	text-align:left;
}

#contents .inlineR table.post th {
	padding:2px 0;
}
#contents .inlineR table.post span {
	padding: 2px 0 3px 0;
	display: block;
}
/*==================投稿フォーム=========================*/
#contents .newForm{
	text-align:center;
}
#contents .newForm table{
	background:#CCC;
	margin:10px 0;
}
#contents .newForm table th{
	background:#E5E5E5;
	padding:4px 0;
	font-weight:normal;
}
#contents table th span{
	color:#CC0000;
}
#contents .newForm table td{
	background:#FFF;
	padding:9px 0;
	text-align:left;
	font-size:11px;
}
#contents .newForm .daytime{
	margin-left:9px;
	font-size:12px;
}
#contents .newForm table td input[type="text"]{
	width:498px;
	padding:2px;
	border:1px #7F9DB9 solid;
	margin-left:9px;
}
#contents input[type="file"]{
	margin-left:9px;
	cursor:pointer;
}
#contents .newForm table td select{
	margin-left:9px;
	padding:2px;
	border:1px #7F9DB9 solid;
}
#contents .newForm table td .daytime input#date,
#contents .newForm table td .daytime input#time{
	margin-left:5px;
	padding:2px;
	width:125px;
	border:1px #7F9DB9 solid;
}
#contents .newForm table td input[type="time"]{
	margin-left:5px;
	padding:2px;
	padding-left:2px;
	border:1px #7F9DB9 solid;
}
#contents .newForm input[type="submit"]{
	padding:2px 15px;
	cursor:pointer;
	margin-top:5px;
}
#contents .newForm input[type="button"]{
	padding:2px 15px;
	cursor:pointer;
	margin-top:5px;
}
#contents .newForm table td textarea{
	width:598px;
	height:64px;
	border:1px #7F9DB9 solid;
	margin-left:9px;
}
#contents .newForm table td span{
	margin-left:9px;
	display:block;
}
#contents .newForm table td span strong{
	color:#FF0000;
	font-weight:normal;
}

/*===================お客様一覧=========================*/
#contents table.customer{
	background:#CCC;
}
#contents table.customer th{
	color:#FFF;
	background:#666;
	padding:9px 0;
}
#contents table.customer td{
	background:#FFF;
	padding:4px 0;
}
#contents table.customer td span{
	padding:0 2px 0 7px;
	display:block;
}
#contents table.customer td form{
	text-align:center;
}

/*===================お客様詳細=========================*/
#contents table.customerInfo{
	background:#CCC;
}
#contents .redcolor{color:#FF0000!important;}
#contents table.customerInfo th{
	padding:9px 0;
	font-weight:normal;
	background:#F5F5F5;
}
#contents table.customerInfo td{
	padding:9px 0;
	background:#FFF;
}
#contents table.customerInfo td span{
	padding-left:9px;
	display:block;
}
#contents table.customerInfo td input[type="text"]{
	width:194px;
	padding:2px;
	border:1px #7F9DB9 solid;
}
#contents table.customerInfo td select{
	padding:2px;
	border:1px #7F9DB9 solid;
	margin-left:9px;
	width:100px;
}
#contents .w294{width:294px!important;}
#contents .w494{width:494px!important;}
#contents .w194{width:194px!important;}
#contents .w394{width:394px!important;}
#contents .w594{width:594px!important;}
#contents .w44{width:44px!important;}
#contents .w154{width:154px!important;}
#contents .w474{width:474px!important;}
#contents .w216{width:216px!important;}

/*===================担当者一覧=========================*/
#contents .personSelect{
	padding:2px;
	border:1px #7F9DB9 solid;
	margin:0 9px;
	width:216px;
}
#white{
	background:#FFF;
	width:760px;
	margin:20px auto;
}
#white h1{
	padding:10px;
	color:#FFF;
	background:#6D6453;
	font-size:14px;
	font-weight:bold;
	line-height:1;
}
#white .personList{
	padding:15px 20px 0;
}
#white .personList dl{
	padding-bottom:20px;
	line-height:2.5;
}
#white .personList dl dt{
	float:left;
	margin-right:28px;
	display:inline;
}
#white .personList dl dt img{
	width:auto;
	height:80px;
}
#white .personList dl dd{
	float:left;
	width:330px;
}
.inlineC{text-align:center;}

/*===================ヘルプ=========================*/
#white .help{
	padding:5px 10px 6px;
}
#white .help table{
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px #CCC dotted;
}
#white .help table td span{
	padding:15px 20px 15px 10px;
	display:block;
}
#white .help table th{
	background:#666;
	color:#FFF;
}
#white .help table.gr th{background:#006666;}
#white .help table.bl th{background:#006699;}
#white .help table.or th{background:#FF6600;}
#white .help table.rd th{background:#CC3333;}
#white .help table.br th{background:#996633;}
#white .help table.br{border:none;}

/*===================CD作成=========================*/
#contents .cd-text{
	font-size:14px;
	font-weight:bold;
}
#contents .cd-text strong{
	color:#CC0000;
}
#contents .btn{
	padding:2px 15px;
	cursor:pointer;
	margin-top:5px;
}


/*===================ページャー=========================*/
#contents .page{
	text-align:right;
	clear:both;
	color:#006699;
}
#contents .page{
	padding-left:5px;
}

.errors{color:#FF0000!important; font-weight:bold;}
#contents .floR{padding-top:20px!important;}
/**************************************************
					footer
**************************************************/
#footer{
	width: 100%;
	position:absolute;
    bottom:0;
    height:38px;
	text-align:center;
	background:#1F170A;
}
#footer.login{
	position: absolute;
	bottom: 0px;
}
#footer address{
	color:#FFF;
	font-style:normal;
	padding:10px 0;
}
