
/* common start */

.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 */ 


html,body {
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #000000;
	margin:0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color:#000000;
	text-decoration: none;
}

/* common end */





.titleText {
	font-size:15px;
	font-weight: bold;
	text-align:left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.detailText {
	font-size:12px;
	
}
		
#main {
	width: 717px;
	margin-right: auto;
	margin-left: auto;
}
#companyLogo {
	width: 100%;
}
#customLogo {
	width: 100%;
}
#bar {
	width: 100%;
}
#content {
	/*height: auto;*/
	width: 100%;
	border: 1px solid #888888;
}
#mainImage {
	float: left;
	height: 330px;
	width: 361px;
}
#customDetail {
	float: right;
	height: auto;
	width: 290px;
	overflow: visible;
	padding-top: 60px;
	padding-left: 50px;	
}
.clearFloat {
	clear: both;
}
#goTo {
	width: 100%;
	height:41px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*for firefox*/
#goTo[id]{position:static;display:table;}
	
#goBack {
	float: left;
	width: 109px;
}
#showMessage {
	float: left;
	width: 496px;
	color:red;
	font-family:Verdana;
	font-size:11pt;
	position:absolute;
	top:50%;
	left:109px;
	right:109px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*for firefox*/
#showMessage[id]{
	position:static;
	display:table-cell;
	vertical-align:middle;
	height:41px;
	text-align: center;
}

.inner{
	position:relative;
	top:-50%;
	width:100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;

}

.inner[class]{
	position:static;
	display:table-cell;
	vertical-align:middle;
	width:496px;
	height:41px;
	text-align: center;
}

#goNext {
	float: right;
	width: 109px;
}
#explain {
	width: 100%;
	text-align: center;
}

