@charset "UTF-8";



/*------------------------------
 Universal selector
-------------------------------*/
* {
	margin:0px;

	font-size:100%;
}



/*------------------------------
 Structure Module
-------------------------------*/
html{
    height:100%;
}

body {
	background-color: #ffffff;
	font-size:12px;
	line-height:1.3;
	color: #585858;
	letter-spacing: 0.015em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
	height:100%;
}



/*------------------------------
 Image Module
-------------------------------*/
img {
	border: 0;
}



/*------------------------------
Layout
-------------------------------*/
#container{
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
	height: 100%;
	min-height: 100%;
	text-align:left;
	
}

body > #container {
        height: auto;
}



/*------------------------------
Header Area
-------------------------------*/
#headerAreaBase{
	width:100%;
	height:35px;
	background-image: url(../img/sl_hd_bg.gif);
	background-repeat: repeat-x;
}


#headerAreaBase #headerAreaMain{
	margin:0 auto;
	padding:0;
	width:460px;
	position:relative;
	background-color: #ffffff;
}


#headerAreaBase #headerAreaMain h1{
	float:none;
	width:110px;
	height:30px;
	text-align:left;
	position:absolute;
}



/*------------------------------
Page Title Area
-------------------------------*/
#pageTitleAreaBase{
margin:20px auto 0;
	width:100%;
	height:38px;
}


#pageTitleAreaBase #pageTitleAreaMain{
	margin:0 auto 0;
	padding:0;
	width:460px;
	position:relative;
	background-color: #ffffff;
}


#pageTitleAreaBase #pageTitleAreaMain h1{
	float:none;
	width:460px;
	height:38px;
	text-align:left;
	position:absolute;
}



/*------------------------------
Search Area
-------------------------------*/
#searchAreaBase{
	margin:20px auto 0;
	width:100%;
}


#searchAreaBase #searchAreaMain{
	margin:0 auto 0;
	padding:0;
	width:410px;
	position:relative;
	background-color: #ffffff;
}


#searchAreaBase #searchAreaMain h1{
	float:none;
	width:410px;
	height:12px;
	text-align:left;
	position:relative;
}


#searchAreaBase #searchAreaMain table.searchTable{
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	margin: 10px 0px 0px 18px;
	padding: 0px;
}


#searchAreaBase #searchAreaMain table.searchTable td.tleft{
	text-align: left
	margin-right: 10px;
		position:relative;
}


#searchAreaBase #searchAreaMain table.searchTable td.tright{
	text-align: left
		position:relative;
}


#searchAreaBase #searchAreaMain table.searchTable td.tleft input{
	font-size:12px;
	color: #666666;
	margin-right: 10px;
}



/*------------------------------
Close bu Area
-------------------------------*/
#closebuAreaBase{
	position:absolute;
	bottom:28px;
	width:100%;
	height:8px;
}


#closebuAreaBase #closebuAreaMain{
	margin:0 auto;
	padding:0;
	width:460px;
	position:relative;
}


#closebuAreaBase #closebuAreaMain #closebu{
	width:35px;
	height:8px;
	text-align:left;
	position:absolute;
	right:0px;
}


#closebuAreaBase #closebuAreaMain #closebu a:hover img{
	visibility: hidden;
}


#closebuAreaBase #closebuAreaMain #closebu a#closebuimg{
	background-image: url(../img/sl_closebuo.gif);
}


#closebuAreaBase #closebuAreaMain #closebu a:hover  {
	background-color: #ffffff;
}



/*------------------------------
Footer Area
-------------------------------*/
#footerAreaBase{
	position:absolute;
	bottom:0px;
	width:100%;
	height:16px;
	background-color: #990e15;
}


#footerAreaBase #footerAreaMain{
	margin:0 auto;
	padding:0;
	width:460px;
	position:relative;
}






/*------------------------------
Result Area
-------------------------------*/
#resultAreaBase{
	margin:10px auto 0;
	width:100%;
	padding-bottom:50px;
}


#resultAreaBase #resultAreaMain{
	margin:0 auto 0;
	padding:0;
	width:410px;
	position:relative;
	background-color: #ffffff;
}

#resultAreaBase #resultAreaMain table.resultTable{
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#resultAreaBase #resultAreaMain table.resultTable td.resultdl{
	text-align: left
}


#resultAreaBase #resultAreaMain table.resultTable td.resultadd{
	font-size:12px;
	color: #585858;
}


#resultAreaBase #resultAreaMain table.resultTable td p{
	font-size:12px;
	color: #990e15;
}





