body {
	margin: 0px;
	text-align: center;
}

#wrapper {
	width: 932px;
	margin: 0px auto;
}

td {
	text-align: left;
	font-size: 13px;
	color: black
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a.title {
	color: #6040ff;
	padding: 1px;
}

a.title:hover {
	color: white;
	background: #6040ff;
	text-decoration: none;
}

/*Clear Fix*/
.clearfix:after {
content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a.small_title {
	color: #6040ff;
	padding: 1px;
	font-size:12px;
}

a.small_title:hover {
	color: white;
	background: #6040ff;
	text-decoration: none;
}

a.toptitle {
	color: #c040ff;
	padding: 1px;
}

a.toptitle:hover {
	color: white;
	background: #c040ff;
	text-decoration: none;
}

.bold_title {
	font-weight: bold;
	font-size: 14px;
	color: #c00000;
}

.red_title {
	font-weight: bold;
	font-size: 14px;
	color: #c00000;
}

.input {
	font-size:12px;
	color:#a0a0a0;
}

input {
	font-size:12px;
}

select {
	font-size:12px;
}

textarea {
	font-size:12px;
}

.evitelist {
	background: #ffffff;
}
.evitelist th{
	background: #F0CCD0;
}
.evitelist .tr2{
	background: #F8E4E7;
}
.evitelist .evitetitle{
	padding-left:5px;
}
.evitelist tr:hover {
	background: #F8ECE8;
}

#ListHeader {
	font-size:12px;
	font-weight:normal;
	color:black;
	padding-bottom:10px;
}
/*#ListHeader a:link {
	text-decoration: underline;
}
#ListHeader a:visited {
	text-decoration: underline;
}
#ListHeader a:hover {
	text-decoration: underline;
}*/

.footer {
	text-align: center;
}
.footer td {
	text-align: center;
}
.notice {
	color: gray;
}
.breakword {
	word-wrap: break-word;
	word-break: break-all;
}
.fixedwidth {
	table-layout: fixed;
	overflow: hidden;
}

/*Google Map*/
#mapcontainer {
}
#themap { 
	width: 350px;
	height: 300px;
	margin: 10px;
}

/*Clear Fix*/
.clearfix:after {
content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.pageinfo a:link {
	text-decoration: underline;
}
.pageinfo a:visited {
	text-decoration: underline;
}
.pageinfo a:hover {
	text-decoration: underline;
}

.alignright 
{
	text-align: right;
}

.gray {
	color: gray;
}

#notmymail a:link, #notmymail a:hover, #notmymail a:visited {
	text-decoration: underline;
}
#groupinput a:link, #groupinput a:hover, #groupinput a:visited {
	text-decoration: underline;
}

.zhuanzai {
	font-size: 12px;
	font-weight: bold;
}

.showmore {
	width: 98%;
	clear: both;
	float: right;
	height: 1.5em;
}
.showmore .btn {
	border-right: #ccc 2px solid;
	padding-right: 3px;
	border-top: 1px solid #eee;
	padding-left: 3px;
	background: #fffcbd;
	padding-bottom: 0px;
	border-left: #eee 1px solid;
	color: #6665cb;
	padding-top: 3px;
	border-bottom: #ccc 2px solid;
	text-decoration: none;
}

.hotarea, .hotsort, #morearea, #moresort {
	width: 98%;
	float: right;
	clear: both;
}

.hotarea span {
	display: block;
	width: 19%;
	height: 18px;
	text-align: left;
	float: left;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
}
.hotsort span {
	display: block;
	width: 13%;
	height: 18px;
	text-align: left;
	float: left;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
}


.hidden {
	display: none;
}
