#indp table,#indp tr,#indp td{
    border: 0;
}


/*main setting*/
body, .bannerarea{
    padding: 0px;
    margin: 0px;
    /*background-color: #3301c2;*/
    background-color: #3601bc;
    height:100%;
    font-size: 14px;
    font-family: Arial;
    z-index: 0;
    text-align: left;
    color: #0c78b9;
}

#m-3{
	cursor: pointer;
}

#wrapper{
    height:auto !important;
    height:100%;
    min-height:100%;
}
#header{
    background-image:url(img/city-top.png);
    background-repeat: repeat-x;
    height:220px;
}

#header-logo{
    height:220px;
    position: relative;
}

#header-slogan{
    width:415px;
    height:45px;
    position: absolute;
    left: 400px;
    top: 120px;
}

#header-addr{
    position: absolute;
    left: 400px;
    top: 170px;
    font-family:Arial;
    color:white;
    font-weight: bold;
}

#header-url{
    width:188px;
    height:12px;
    position: absolute;
    right: 20px;
    top: 200px;
}


#header2{
    /*background-color: #6531ff;*/
    background-color: #3601bc;
    text-align: center;
    vertical-align: middle;
}
#left{

}

#right{

}
#right-content{
    margin-top: 0px;
    background-image:url(img/top-right.png);
    background-repeat: no-repeat;
}

#center{
    padding-top: 8px;
    width:100%;
}

.content,#content {
    background-color:white;
    color: black;
    font-size: 14px;
}


#footer{
    height: 50px;
    background-color: #6531ff;
    text-align: center;
    vertical-align: middle;
}

.a{
    height:39px;
    font-size: 0;
}

/*INSBAN*/

.lefttop{
    width:220px;
    height: 230px;
}

.lefttop-t{
    margin-left:10px;
    width:210px;
    height: 230px;
}

.leftban{
    width:240px;
    text-align: center;
}

.leftban-t{
    margin-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width:220px;
}


.righttop{
    width:200px;
}

.righttop-t{
    margin-left:0px;
    margin-bottom: 10px;
    width:190px;
}

.rightban{
    width:220px;
    margin-left:10px;
    text-align: center;
}

.rightban-t{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width:200px;
}

.lefttop-t,.leftban-t,.righttop-t,.rightban-t{
    color: white;
}


/*menu*/

div.menu{
    margin: 0 0 0 45px;
    width: 160px;
    height: 36px;
    font-size:0;
    position: relative;
    cursor: pointer;
}

div.menul{
    margin: 0 0 0 30px;
    font-size: 2px;
    height: 2px;
    width: 143px;
    background-image: url(img/menu/_l.png);
}



.clear {
    clear:both;
}

table{
    text-align: left;
    margin-top: 0px;
}

td{

}
a{
    text-decoration: none;
}
a.no{
    text-decoration: none;
}


input.text{
    height: 22px;
    font-size: 14px;
    padding: 0px;
    font-family: Tahoma;
}
select{
    height: 22px;
    font-size: 14px;
    padding: 0px;
    font-family: Tahoma;
}


/**
 * admin
 */

.admTitle, .admError {
	background: #999999;
	color: #EEE;
	text-align: center;
	font-weight: bold;
}
.admError{
	color: Red;
}

table.main, table.main table{
	background-color: White;
	color: Black;
}
table.main a{
	font-weight: bold;
	font-size: 14px;
}

table.mtable{
	background: #FFFFFF;
}

table.mtable th{
	background: #CCCCCC;
}

table.mtable .error{
	text-align: center;
	height: 40px;
	color: Red;
	font-size: 18px;
	font-weight: bold;
}

table.mtable .text{
	width: 400px;
}

table.mtable textarea.text{
	height: 350px;
}


table.mtable .but{
	width: 120px;
}

table.mtable td.title{
	font-weight: bold;
	vertical-align: top;
}
table.mtable .norm{
	font-weight: normal;
}


.link, .link2{
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}


.link{
	margin: 5px 5px 5px 10px;
}

.link2{
	margin: 5px 5px 5px 25px;
}

div.edit{
    border: 1px dashed white;
    padding-bottom: 10px;
}

div.edit a, a.edit{
    color: white;
}

