/*==============================*/
@import url("./mobile.css") screen and (max-width: 60rem);
@media (min-width: 60.001rem) {
/*==============================*/
body {
	margin: 0px;
	font-size: 14px;
	padding: 0px;
	color: #422513;
}
#LAYOUT {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#LAYOUTADJ {
	width: 100%;
}


a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	border: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
p,em {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}
ul,li,ol,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
u {
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
i {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC6600;
}

form {
	margin: 0px;
	padding: 0px;
}
#HEADINFO {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -200px;
}
#HEADINFO h1 {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	font-weight: normal;
	float: left;
	line-height: 80%;
	text-decoration: none;
	color: #FF8635;
}
#HEADINFO h1 a {
	text-decoration: none;
	color: #FF8635;
}
#HEADINFO p.desc {
	font-size: 12px;
	text-align: right;
	float: left;
	line-height: 80%;
	color: #FF8635;
}

#HEADER {
	position: absolute;
	width: 940px;
	background-repeat: repeat-x;
	top: 0px;
	height: 122px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index: auto;
	left: auto;
	right: auto;
}

#HEADER div.logoarea {
	width: 615px;
	height: 66px;
	float: left;
	margin-top: 3px;
}
#HEADER div.logoarea div.logoimg {
	width: 278px;
	float: left;
	text-align: right;
	margin-top: 15px;
}
#HEADER div.logoarea p.rogocap {
	font-size: 10px;
	font-weight: normal;
	float: left;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 15px;
}
#HEADER div.contactarea {
	width: 325px;
	height: 66px;
	float: right;
	margin-top: 3px;
}
#HEADER div.contactarea img {
	margin-top: 16px;
}

#HEADNAVI {
	width: 940px;
	padding : 0;
	margin : 0 auto;
	clear: both;
	height: 50px;
}
#HEADNAVI ul {
	width: 940px;
	height: 50px;
	clear: both;
}
#HEADNAVI li {
	width: 188px;
	float: left;
	color: #F3F3F3;
	text-align: center;
	height: 50px;
	vertical-align: top;
	background-position: bottom;
	font-size: 10px;
}
#HEADNAVI li a {
	text-decoration:none;
	font-weight: normal;
	list-item-position: inside;
	width: 188px;
	font-size: 10px;
	display: list-item;
	list-item-position: inside;
	height: 50px;
	color: #F4F4F4;
	background-position: bottom;
	vertical-align: top;
	line-height: -100px;
}
#HEADNAVI li a:hover {
	background-repeat: no-repeat;
	height: 50px;
	width: 188px;
}
#HEADBG {
	height: 122px;
	width: 100%;
	clear: both;
	background-image:   url(../images/head_bg.png);
	background-repeat: repeat-x;
}
#HEADNAVI ul li a br {
	display: none;
}
#HEADNAVI ul li.home {
	background-image:   url("../images/headnavi_home.png");
	background-repeat: no-repeat;
}
#HEADNAVI ul li.home a {
}


#HEADNAVI ul li.home a:hover {
	background-image:   url("../images/headnavi_home_on.png");
}
#HEADNAVI ul li.area {
	background-image:   url("../images/headnavi_area.png");
	background-repeat: no-repeat;
}
#HEADNAVI ul li.area a {
}
#HEADNAVI ul li.area a:hover {
	background-image:   url("../images/headnavi_area_on.png");
}
#HEADNAVI ul li.works {
	background-image:   url("../images/headnavi_works.png");
	background-repeat: no-repeat;
}
#HEADNAVI ul li.works a {
}
#HEADNAVI ul li.works a:hover {
	background-image:   url("../images/headnavi_works_on.png");
}
#HEADNAVI ul li.rental {
	background-image:   url("../images/headnavi_rental.png");
	background-repeat: no-repeat;
}
#HEADNAVI ul li.rental a {
}
#HEADNAVI ul li.rental a:hover {
	background-image:   url("../images/headnavi_rental_on.png");
}
#HEADNAVI ul li.union {
	background-image:   url("../images/headnavi_union.png");
	background-repeat: no-repeat;
}
#HEADNAVI ul li.union a {
}
#HEADNAVI ul li.union a:hover {
	background-image:   url("../images/headnavi_union_on.png");
}

#CONTENTSBG {
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../images/contents_bg.jpg);
}
#CONTENTS {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTSADMINBG {
	background-image: url(../images/MAINADMINBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 940px;
	clear: both;
}

#MAIN {
	float: left;
	width: 720px;
}
#HAREASEARCH {
	width: 660px;
	margin: 0px;
	padding: 0px 0px 10px;
}
#HAREASEARCH p {
	padding-bottom: 12px;
	padding-left: 0px;
	margin-left: 0px;
}
#HAREASEARCH div.bg {
	background-image: url(../images/area/top_areasearch_bg.gif);
	height: 245px;
	width: 660px;
	background-color: #DDEFFB;
}
#HAREASEARCH div.areamap {
	float: left;
	height: 205px;
	width: 323px;
	margin-left: 105px;
	margin-top: 20px;
}
#HAREASEARCH div.areanavi {
	width: 210px;
	float: left;
	margin-top: 20px;
	height: 210px;
	margin-left: 10px;
}
#HAREASEARCH ul {
	width: 210px;
}
#HAREASEARCH ul li {
	float: left;
	height: 42px;
	width: 105px;
}
#HAREASEARCH ul li.nav01 {
}
#HAREASEARCH ul li.nav01 a:hover {
}
#HAREASEARCH ul li.nav02 {
}
#HAREASEARCH ul li.nav02 a:hover {
}
#HAREASEARCH ul li.nav03 {
}
#HAREASEARCH ul li.nav03 a:hover {
}
#HAREASEARCH ul li.nav04 {
}
#HAREASEARCH ul li.nav04 a:hover {
}
#HAREASEARCH ul li.nav05 {
}
#HAREASEARCH ul li.nav05 a:hover {
}
#HAREASEARCH ul li.nav06 {
}
#HAREASEARCH ul li.nav06 a:hover {
}
#HAREASEARCH ul li.nav07 {
}
#HAREASEARCH ul li.nav07 a:hover {
}
#HAREASEARCH ul li.nav08 {
}
#HAREASEARCH ul li.nav08 a:hover {
}
#HAREASEARCH ul li.nav09 {
}
#HAREASEARCH ul li.nav09 a:hover {
}
#HWORKSSEARCH {
	clear: both;
	width: 730px;
	padding-top: 5px;
}
#HWORKSSEARCH h2 {
	background-image: url(../images/top/top_title_workssearch.png);
	text-indent: 250px;
}
#HWORKSSEARCH h3 {
	height: 32px;
	width: 355px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-indent: 15px;
	margin: 0px;
	padding-top: 11px;
}
#HWORKSSEARCH h3.toilet {
	background-image: url(../images/top/works_stitle_toilet.gif);
}
#HWORKSSEARCH h3.kitchen {
	background-image: url(../images/top/works_stitle_kitchen.gif);
}
#HWORKSSEARCH h3.bathroom {
	background-image: url(../images/top/works_stitle_bathroom.gif);
}
#HWORKSSEARCH h3.lavatory {
	background-image: url(../images/top/works_stitle_lavatory.gif);
}
#HWORKSSEARCH h3.outdoor {
	background-image: url(../images/top/works_stitle_outdoor.gif);
}
#HWORKSSEARCH h3.gas {
	background-image: url(../images/top/works_stitle_gas.gif);
}
#HWORKSSEARCH h3.aircon {
	background-image: url(../images/top/works_stitle_air.gif);
}
#HWORKSSEARCH h3.other {
	background-image: url(../images/top/works_stitle_other.gif);
}

#HWORKSSEARCH #CTOP h3 {
	width: 655px;
}
#HWORKSSEARCH #CTOP h3.toilet {
	background-image: url(../images/top/works_stitle_toiletL.gif);
}
#HWORKSSEARCH #CTOP h3.kitchen {
	background-image: url(../images/top/works_stitle_kitchenL.gif);
}
#HWORKSSEARCH #CTOP h3.bathroom {
	background-image: url(../images/top/works_stitle_bathroomL.gif);
}
#HWORKSSEARCH #CTOP h3.lavatory {
	background-image: url(../images/top/works_stitle_lavatoryL.gif);
}
#HWORKSSEARCH #CTOP h3.outdoor {
	background-image: url(../images/top/works_stitle_outdoorL.gif);
}
#HWORKSSEARCH #CTOP h3.gas {
	background-image: url(../images/top/works_stitle_gasL.gif);
}
#HWORKSSEARCH #CTOP h3.aircon {
	background-image: url(../images/top/works_stitle_airL.gif);
}
#HWORKSSEARCH #CTOP h3.other {
	background-image: url(../images/top/works_stitle_otherL.gif);
}


#HWORKSSEARCH div.cbox {
	width: 355px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 12px;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 48px;
}
#HWORKSSEARCH #CTOP div.cbox {
	width: 655px;
	background-repeat: no-repeat;
	background-position: 15px 50px;
	clear: both;
	padding-bottom: 10px;
}

#HWORKSSEARCH #toilet div.cbox {
	background-image: url(../images/top/works_toilet.gif);
}
#HWORKSSEARCH #kitchen div.cbox {
	background-image: url(../images/top/works_kitchen.gif);
}
#HWORKSSEARCH #bathroom div.cbox {
	background-image: url(../images/top/works_bathroom.gif);
}
#HWORKSSEARCH #lavatory div.cbox {
	background-image: url(../images/top/works_lavatory.gif);
}
#HWORKSSEARCH #outdoor div.cbox {
	background-image: url(../images/top/works_outdoor.gif);
}
#HWORKSSEARCH #gas div.cbox {
	background-image: url(../images/top/works_gas.gif);
}
#HWORKSSEARCH #aircon div.cbox {
	background-image: url(../images/top/works_aircon.gif);
}
#HWORKSSEARCH #other div.cbox {
	background-image: url(../images/top/works_other.gif);
}

#HWORKSSEARCH #CTOP #toilet div.cbox {
	background-image: url(../images/top/works_toilet.gif);
}
#HWORKSSEARCH #CTOP #kitchen div.cbox {
	background-image: url(../images/top/works_kitchen.gif);
}
#HWORKSSEARCH #CTOP #bathroom div.cbox {
	background-image: url(../images/top/works_bathroom.gif);
}
#HWORKSSEARCH #CTOP #lavatory div.cbox {
	background-image: url(../images/top/works_lavatory.gif);
}
#HWORKSSEARCH #CTOP #outdoor div.cbox {
	background-image: url(../images/top/works_outdoor.gif);
}
#HWORKSSEARCH #CTOP #gas div.cbox {
	background-image: url(../images/top/works_gas.gif);
}
#HWORKSSEARCH #CTOP #aircon div.cbox {
	background-image: url(../images/top/works_aircon.gif);
}
#HWORKSSEARCH #CTOP #other div.cbox {
	background-image: url(../images/top/works_other.gif);
}




#HWORKSSEARCH p.wsimg {
	float: left;
	width: 85px;
	height: 65px;
	padding-top: 5px;
}
#HWORKSSEARCH p.cdesc {
	margin: 0px 0px 10px 115px;
	padding-top: 3px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8DFD0;
	padding-left: 0px;
}
#HWORKSSEARCH ul {
	width: 270px;
	float: right;
}
#HWORKSSEARCH ul li {
	float: left;
	width: 130px;
	font-size: 12px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: 0px 9px;
	text-indent: 15px;
	padding-bottom: 3px;
}
#HWORKSSEARCH #CTOP ul {
	width: 540px;
}
#HWORKSSEARCH #CTOP ul li {
	width: 270px;
	font-size: 14px;
}


#HWORKSSEARCH ul.toilet {
}
#HWORKSSEARCH ul.toilet li {
	background-image: url(../images/top/icon_cat01.gif);
}
#HWORKSSEARCH ul.kitchen {
}
#HWORKSSEARCH ul.kitchen li {
	background-image: url(../images/top/icon_cat02.gif);
}
#HWORKSSEARCH ul.bathroom {
}
#HWORKSSEARCH ul.bathroom li {
	background-image: url(../images/top/icon_cat03.gif);
}
#HWORKSSEARCH ul.lavatory {
}
#HWORKSSEARCH ul.lavatory li {
	background-image: url(../images/top/icon_cat04.gif);
}
#HWORKSSEARCH ul.outdoor {
}
#HWORKSSEARCH ul.outdoor li {
	background-image: url(../images/top/icon_cat05.gif);
}
#HWORKSSEARCH ul.gas {
}
#HWORKSSEARCH ul.gas li {
	background-image: url(../images/top/icon_cat06.gif);
}
#HWORKSSEARCH ul.aircon {
}
#HWORKSSEARCH ul.aircon li {
	background-image: url(../images/top/icon_cat07.gif);
}
#HWORKSSEARCH ul.other {
}
#HWORKSSEARCH ul.other li {
	background-image: url(../images/top/icon_cat08.gif);
}

#SIDE {
	float: right;
	width: 210px;
}

#SIDE h2 {

}
#SIDE h2.photo {
	background-image:   url("../images/member/side_title_photo.gif");
	background-repeat: no-repeat;
	height: 97px;
	width: 210px;
	font-size: 12px;
	text-align: center;
	background-position: bottom;
	color: #F7F3EF;
}
#SIDE h2.info {
	background-image:   url("../images/member/side_title_info.gif");
	height: 57px;
	width: 210px;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
#SIDE ul {
	width: 212px;
}
#SIDE ul li {
	margin-top: 10px;
}
#SIDE ul li img {
	border: 1px solid #E3D9C9;
}
#SIDE ul.banner {
	width: 212px;
	margin-top: 20px;
}
#SIDE ul.banner li {
	margin-top: 10px;
}
#SIDE ul.banner li img {
	border: 1px none #E3D9C9;
}
#SIDE #SIDETAGLIST {
	border: 2px solid #333366;
	background-color: #FFFFEC;
	margin-top: 150px;
	clear: both;
	width: 206px;
}
#SIDE #SIDETAGLIST h2 {
	font-size: 14px;
	background-color: #333366;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
}
#SIDE #SIDETAGLIST h3 {
	font-size: 12px;
	background-color: #BFE6F9;
	text-align: center;
	clear: both;
	width: 206px;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #333366;
}
#SIDE #SIDETAGLIST ul {
	padding: 6px 0px 10px;
	margin: 0px;
	clear: both;
	width: 206px;
}
#SIDE #SIDETAGLIST ul li {
	margin: 3px 0px 3px 9px;
	padding: 0px;
	font-size: 12px;
	width: 91px;
	float: left;
	line-height: 120%;
}
#SIDE #SIDETAGLIST ul li a {
	text-decoration: underline;
}
#SIDE #SIDETAGLIST ul li a:hover {
	text-decoration: none;
	color: #990000;
}

#SIDE div.otherlink {
	padding-top: 50px;
	padding-bottom: 30px;
}
#SIDE div.otherlink ul {
}
#SIDE div.otherlink ul li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 210px;
}
#SIDE div.otherlink ul li.kanri {
	float: left;
	width: 180px;
	text-align: right;
}
#SIDE div.otherlink ul li.rss {
display:none
}
#SIDE div.otherlink ul li.ablog {
	float: left;
	width: 210px;
	padding-top: 3px;
	text-align: right;
}
#SIDE div.otherlink ul li.ablog img.img {
	height: 25px;
	width: 25px;
}

#SIDE div.otherlink ul li img.img {
	border: none #FFFFFF;
}


p.pagetop {
	height: 40px;
	text-align: right;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#memberlogin {
	text-align: center;
	width: 210px;
	clear: both;
	padding-top: 10px;
}
#FOOTER {
	background-image:   url("../images/foot_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 185px;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}
#FOOTER div.footlead {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3D9C9;
	background-image:   url("/images/foot_img_lead.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 66px;
}
#FOOTER p.footleadbody {
	font-size: 12px;
	width: 830px;
	padding-top: 18px;
	margin-right: auto;
	margin-left: auto;
	line-height: 140%;
}
#FOOTER div.footlink {
	background-color: #FCC28F;
	height: 30px;
	clear: both;
}
#FOOTER div.footlink div.fbox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER div.footlink div.flbox {
	width: 800px;
	padding-top: 9px;
	float: left;
}
#FOOTER div.footlink div.frbox {
	float: right;
	width: 140px;
	padding-top: 2px;
	text-align: right;
}


#FOOTER div.footlink ul {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#FOOTER div.footlink ul li {
	float: left;
	font-size: 12px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 18px;
}
#FOOTER div.imagearea {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 87px;
}

#FOOTER div.logoarea {
	width: 615px;
	height: 70px;
	float: left;
	margin-top: 3px;
}
#FOOTER div.logoarea div.logoimg {
	width: 278px;
	float: left;
	text-align: right;
	margin-top: 13px;
}
#FOOTER div.logoarea p.rogocap {
	font-size: 10px;
	font-weight: normal;
	float: left;
	color: #FFFFFF;
	margin-top: 29px;
	margin-left: 15px;
}
#FOOTER div.contactarea {
	width: 325px;
	height: 70px;
	float: right;
	margin-top: 3px;
}
#FOOTER div.contactarea img {
	margin-top: 14px;
}
#ADMIN {
	margin-right: auto;
	margin-left: auto;
}

#MMENUAdj {
	height: 43px;
}
#MMENULayer {
	overflow: visible;
	position: absolute;
	z-index: auto;
	height: 50px;
	width: 700px;
	top: 313px;
	left: auto;
	right: auto;
}


#ADMIN div.MMENU {
	width: 700px;
	margin-left: 13px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#ADMIN div.MMENU table.mmtb {
	width: 700px;
}
#ADMIN div.MMENU td.mmnewentry {
	text-align: left;
}
#ADMIN #UCADMIN div.MMENU td.mmnewentry {
}
#ADMIN #SSADMIN div.MMENU td.mmnewentry input.insertBtn {
display:none
}
#ADMIN div.MMENU td.mmsiteview {
	width: 100px;
}
#ADMIN div.MMENU td.mmlogout {
	text-align: right;
}
#ADMIN div.SMENU {
	width: 710px;
	margin-left: 10px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
#ADMIN div.SMENU ul.smul {
}
#ADMIN div.SMENU ul.smul li {
	float: left;
	width: 232px;
	text-align: center;
	border-top: 1px solid #B49B72;
	border-right: 1px solid #B49B72;
	border-bottom: 1px solid #B49B72;
	border-left: 1px none #B49B72;
}
#ADMIN div.SMENU ul.smul li a {
	float: left;
	width: 232px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: list-item;
	background-color: #372E1E;
	color: #FFFFFF;
	font-weight: bold;
}
#ADMIN div.SMENU ul.smul li a:hover {
	background-color: #A99C85;
	color: #FFFFFF;
}

#ADMIN div.SMENU ul.smul li.smlistnew {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B49B72;
}
#ADMIN div.SMENU ul.smul li.smlist {
}
#ADMIN div.SMENU ul.smul li.smcate {
}
#ADMIN div.SMENU ul.smul li.smuser {
}
#ADMIN div.SMENU ul.smul li.smlogin {
}
#ADMIN div.CMENU {
	clear: both;
	width: 710px;
	margin-left: 10px;
}
#ADMIN div.CMENU ul.cmul {

}
#ADMIN div.CMENU ul.cmul li {
	float: left;
	background-color: #FFFFFF;
}
#ADMIN div.CMENU ul.cmul li a {
	width: 232px;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E3D9C9;
	border-right-color: #E3D9C9;
	float: left;
}
#ADMIN div.CMENU ul.cmul li.cmworks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3D9C9;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #AEDFF7;
}
#ADMIN div.CMENU ul.cmul li.cmcompany {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FCC28F;
}
#ADMIN div.CMENU ul.cmul li.cmphoto {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B49B72;
}
#ADMINFORM {
	background-color: #EDE7DC;
	padding: 15px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
#ADMINFORM h2 {
	background-color: #333366;
	font-size: 16px;
	background-image: url(../images/member/ADMIN_title.png);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 24px;
	padding-right: 10px;
}

#ADMINFORM div.baseinfo {
	background-color: #333366;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#ADMINFORM div.baseinfo a {
	color: #66CCFF;
	text-decoration: underline;
}
#ADMINFORM div.baseinfo input {
	width: 450px;
	padding: 5px;
	font-size: 14px;
}
#ADMINFORM div.baseinfo input.bidate {
	width: 100px;
}

#ADMINFORM div.baseinfo input.bicheck {
	width: 30px;
}
#ADMINFORM div.baseinfo textarea {
	width: 450px;
	padding: 5px;
	font-size: 14px;
	line-height: 130%;
}
#ADMINFORM div.baseinfo table.bitb {
}
#ADMINFORM div.baseinfo table.bitb td {
	font-size: 12px;
	line-height: 150%;
}
#ADMINFORM div.baseinfo table.bitb td.bitdL {
	width: 120px;
	font-size: 14px;
}

#ADMINFORM div.baseinfo table.bitb td.bitdR {
}
#ADMINFORM div.adentry {
	background-color: #F4F1EC;
	padding: 13px 10px 10px 11px;
	margin-top: 15px;
	border: 3px solid #DBCEB9;
}

#ADMINFORM div.adentry table.adentrytb {
}
#ADMINFORM div.adentry table.adentrytb td {
	font-size: 14px;
}
#ADMINFORM div.adentry textarea {
	width: 620px;
	font-size: 14px;
	line-height: 130%;
	padding: 5px;
	margin-top: 5px;
}
#ADMINFORM p.submitBtn {
	margin-top: 15px;
	text-align: center;
	width: 660px;
}

#ADMINFORM div.baseinfo div.keywordarea {
	position: absolute;
	height: 105px;
	width: 660px;
	top: 500px;
	clip: rect(auto,auto,auto,auto);
	visibility: visible;
}
#ADMINFORM div.baseinfo textarea.keyword {
	height: 75px;
	margin-bottom: 5px;
}
#ADMINFORM div.baseinfo input.keyoff {
	font-size: 12px;
	width: 200px;
	padding: 2px;
	margin-top: 5px;
}




#ADMINCONFIG {
	padding: 15px;
	border: 1px solid #E3D9C9;
	font-size: 12px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
#ADMINCONFIG h2 {
	background-image: url(../images/member/UP_titlebg.png);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 24px;
	font-size: 14px;
}
#ADMINCONFIG div.description {
	padding-top: 7px;
	padding-bottom: 6px;
}
#ADMINCONFIG p {
	padding-top: 10px;
	line-height: 150%;
}
#ADMINCONFIG table {
	margin-top: 10px;
	border-top: 1px solid #CFC8BB;
	border-right: 1px solid #CFC8BB;
	border-bottom: 2px solid #CFC8BB;
	border-left: 2px solid #CFC8BB;
}
#ADMINCONFIG table.tableLine {
}
#ADMINCONFIG table th {
	padding: 8px 5px 5px;
	background-color: #E9E6DF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CFC8BB;
	border-right-color: #CFC8BB;
}
#ADMINCONFIG table td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CFC8BB;
	border-right-color: #CFC8BB;
}
#ADMINCONFIG td.formstitle {
	background-color: #F1EFEB;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 7px;
}

#MAIN div.bbox input {
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#MAIN div.bbox input.addBtn {
	padding-right: 15px;
	padding-left: 15px;
}
#MAIN div.bbox input.updateBtn {
	padding-right: 15px;
	padding-left: 15px;

}
#MAIN div.bbox input.deleteBtn {
	padding-right: 0px;
	padding-left: 0px;
}
#ADMIN input {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 7px;
}
#ADMIN div.MMENU input.insertBtn {
}
#ADMIN div.MMENU input.viewbtn {

}
#ADMIN div.MMENU input.logoutBtn2 {
	padding-right: 0px;
	padding-left: 0px;
}
.tbupdate {
	margin-top: 25px;
	clear: both;
}
.tbinsert {
}

.tdeco {
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 9px 7px 7px;
	margin-top: 8px;
}
.tdeco a {
	color: #000099;
}



#userupdate {
	display:none;
	font-size: 14px;
}
span.formdesc {
	font-size: 12px;
}

#msg1 {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
#msg2 {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;

}