
@charset "UTF-8";

/* to avoid reding CSS bug of Safari */
#null {
	margin: 0px;
}

td {
       font-size : 12px ;
}

#exText {
       font-size : 12px ;
}


/* main */
#mainContent {
	position: relative;
}
#title {
	background-image : url(/my/setting/images/internet_background.gif) ;
	height: 95px;
}
#title_ktai {
	background-image : url(/my/setting/images/ktai_background.gif) ;
	height: 95px;
}
#title_eng {
	position: relative;
	left: 85px;
}
#title_jpn {
	position: relative;
	left: 85px;
	top: 1px;
}

.preview {
	background-color : #ffffff ;
	background-image : url(/my/setting/images/ktai_preview.gif);
	background-repeat : no-repeat ;
	width: 188px;
	height: 100px;
	position: absolute;
	left: 330px;
	top: 120px;
}

.help_base {
	background-color: #e5e5e5;
	padding: 1px;
	width: 188px;
	height: 357px;
	position: absolute;
	left: 325px;
	top: 120px;
}

#help {
	background-image : url(/my/setting/images/help_title.gif);
	background-repeat : no-repeat ;
	background-color : #ffffff ;
	padding: 23px 3px 3px 3px;
	height: 331px;
	text-align: left;
}

.help_base_middle {
	background-color: #e5e5e5;
	padding: 1px;
	width: 180px;
	height: 257px;
	position: absolute;
	left: 325px;
	top: 220px;
}

#help_middle {
	background-image : url(/my/setting/images/help_title.gif);
	background-repeat : no-repeat ;
	background-color : #ffffff ;
	padding: 23px 3px 3px 3px;
	height: 231px;
	text-align: left;
}

.help_base_mini {
	background-color: #e5e5e5;
	padding: 1px;
	width: 188px;
	height: 237px;
	position: absolute;
	left: 325px;
	top: 240px;
}

#help_mini {
	background-image : url(/my/setting/images/help_title.gif);
	background-repeat : no-repeat ;
	background-color : #ffffff ;
	padding: 23px 3px 3px 3px;
	height: 211px;
	text-align: left;
}

/* search box */

.ex {
	font-size : 12px ;
	background-image : url(/my/setting/images/internet_grad.gif);
	background-repeat : repeat-x ;
}
.ktai_ex {
	font-size : 12px ;
	background-image : url(/my/setting/images/ktai_grad.gif);
	background-repeat : repeat-x ;
}

input.box {
	width : 275px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #8698a8;
	color : #444444;
	outline : 0px none black;
}
input.rightbox {
	width : 170px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #e5e5e5;
	color : #444444;
	outline : 0px none black;
}
input.Middle {
	width : 115px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #8698a8;
	color : #444444;
	outline : 0px none black;
}
select.Middle {
	width : 135px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #8698a8;
	color : #444444;
	outline : 0px none black;
}

select.Short {
	width : 100px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #8698a8;
	color : #444444;
	outline : 0px none black;
}
select {
	width : 275px ;
	background-color : #ffffff;
	border : 1px;
	border-style : solid;
	border-color : #8698a8;
	color : #444444;
	outline : 0px none black;
}

#return {
	padding:15px;
        visibility: hidden;
}	   
#search_result {
        visibility: hidden;
}
#search_result_foot {
        visibility: hidden;
}
#search1_result {
        visibility: hidden;
}
#search2_result {
        visibility: hidden;
}
#search3_result {
        visibility: hidden;
}

#result {
	visibility: hidden;
	background-color: #ffffff;
}


