@charset "utf-8";
@import url("module.css");
@import url("basic.css");





/* ================================================================
   unitTEST　※参考
================================================================ */
.unitTEST .unitBox{
	background-image: url(img/____unit00_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}




/* ================================================================
   unit00
================================================================ */
#unit00 p{
	padding-right: 20px;
	padding-left: 20px;
}
#unit00 p.txt01{
	font-size: 100%;
	font-weight: bold;
}




/* ================================================================
   unit01
================================================================ */
/* left */
#unit01 div.left{
	margin-top: 30px;
	padding: 5px;
	background-color: #eee;
}
#unit01 div.left .leftInner{
	padding: 20px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}
#unit01 div.left .leftInner p{	font-size: 110%;}





/* ================================================================
   .unitForm
================================================================ */


/* ul.contactList
------------------------------------------------------ */
.unitForm ul.contactList{
	width: 100%;
	margin: 25px auto 30px;
}

/* #formTable
------------------------------------------------------ */
.unitForm #formTable{
	width: 100%;
}
.unitForm #formTable th,
.unitForm #formTable td{
	padding: 15px;
	background: url(../img/_dot01.gif) repeat-x left bottom;
	line-height: 1.5;
	vertical-align: top;
}
.unitForm #formTable th{
	width: 5%;
	text-align: right;
	white-space: nowrap;
	background-color: #f6f6f6;
}
.unitForm #formTable td{
	width: 93%;
	text-align: left;
}

.unitForm #formTable .title{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
}
.unitForm #formTable .title h3{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	background-color: #069;
	line-height: 1.5;
	font-size: 130%;
	color: #FFFFFF;
}
/* flow */
.unitForm #formTable .flow{
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.unitForm #formTable .flow span{
	margin-right: 10px;
	padding-right: 20px;
	background: url(../img/_arr08.gif) no-repeat right center;
	color: #999;
}
.unitForm #formTable .flow span.on{
	background-image: url(../img/_arr07.gif);
	color: #0060b4;
	font-weight: bold;
}
.unitForm #formTable .flow span.last{	background-image: none;}
/* message */
.unitForm #formTable .message{}


/* span.pageTop & span.pageBack
------------------------------------------------------ */
.content span.backTo{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.content span.backTo a:link,
.content span.backTo a:visited{
	padding: 3px 0px 3px 15px;
	background: url(../img/_arr02.gif) no-repeat left center;
	text-decoration: none;
}
.content span.backTo a:hover,
.content span.backTo a:active{
	background: url(../img/_arr01.gif) no-repeat left center;
	text-decoration: underline;
}





/* colsName */
.unitForm #formTable p.colsName{
	font-weight: bold;
	padding-bottom: 3px;
}
/* .pdd00 */
.unitForm #formTable input.pdd00,
.unitForm #formTable textarea.pdd00{
	padding: 3px;
}
/* td.btn */
.unitForm #formTable td.btn{
	padding: 0px;
	text-align: center;
	background-image: none;
}
.unitForm #formTable td.btn div{
	padding: 40px 40px;
	border: 5px solid #EEEEEE;
	margin-top: 20px;
}
.unitForm #formTable td.btn div input{
	margin: 0px;
	padding: 5px 14px;
	background: url(../img/_bk02.jpg) repeat-x left bottom;
	border: 1px solid #999;
	letter-spacing: 0.1em;
}
/* td.lastTxt */
.unitForm #formTable td.lastTxt{
	width: 700px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: none;
	line-height: 2;
	text-align: center;
}
/* timeline
.unitForm #formTable #timeline{
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.unitForm #formTable #timeline td{
	width: auto;
	padding: 5px 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-image: none;
	line-height: 1.4;
	vertical-align: top;
	text-align: left;
}

.unitForm #formTable #timeline td.date{
	width: 2%;
	white-space: nowrap;
}
.unitForm #formTable #timeline td.title{}
.unitForm #formTable #timeline td.flag{
	width: 2%;
	white-space: nowrap;
	background-color: #F4E9CB;
}
 */




/* EOF */

