@charset "UTF-8";

 div, form, h1, h2, h3, h4, h5, p, ul, ol, li, pre, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

#container{
	/*margin:0 auto;
	padding:0 auto;
	text-align:center;*/
	min-width:800px;
}
/*--------------------------------------------
form 
--------------------------------------------*/
select, option, textarea {
	margin: 0px;
	background-color: white;
}
img {
	border: 0px;
}
ul li {
	list-style: none;
	text-align: left;
}
body, th, td, input, select, option, textarea {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
.clear{
	clear:both;
}
.clear img {
	width: 1px;
	height: 1px;
}
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*--------------------------------------------
body
--------------------------------------------*/
body {
	margin: 0px 0px;
	padding: 0px;
	background-color: white;
}


/*--------------------------------------------
bar
--------------------------------------------*/
.bar{
	background: #ecf5fa none repeat scroll 0%;
	border-top:#B3cbe3 1px solid;
	display: block;
	height:24px;
	margin:0 0 10px 0;
}

#word {
	display: block;
	font-weight:normal;
	padding:5px 25px 5px;
	text-align: left;
	font-size:13px;
	font-weight:bold;
}

/*--------------------------------------------
paging
--------------------------------------------*/
#paging {
	clear:left;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 16px;
 }
#paging a {
	font-weight: bold;
	color: #003399;
	background:#FFFFFF none repeat scroll 0%;
	text-decoration: none;
	padding:7px;
	margin:0pt 5px;
	border:1px solid #003399;
}

#paging a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background:#003399 none repeat scroll 0%;
	text-decoration: none;
	padding:7px;
	margin:0pt 5px;
}
#paging .prev{
	line-height:30px;
	text-align:center;
}
#paging .next{
	line-height:30px;
	text-align:center;
}

/*--------------------------------------------
result
--------------------------------------------*/
#result{
clear:both;
padding:0 10px;

}

#result_box {
	float:left;
	width:100%;
	_zoom: 1;
}

.word_sl {
	font-size: 12px;
	font-weight:normal;
	display: block;
	font-family: "verdana,sans-serif";
	color:#999999;
	padding:0 10px 0 0 ;
	float:right;
padding-top:5px;
text-align:right;
}

.subword_sl {
	font-size: 12px;
	font-weight:normal;
	display: block;
	font-family: "verdana,sans-serif";
	color:#999999;
	padding:0 10px 0 0 ;
	padding-top:5px;
	text-align:left;
}


/*--------------------------------------------
main
--------------------------------------------*/
#main{
float:left;
width:68%;
}


/*--------------------------------------------
sub
--------------------------------------------*/
#sub{
float:right;
width:28%;
}


/*--------------------------------------------
sponsor
--------------------------------------------*/
.spo_box {
	text-align: left;
padding:5px 0 8px 5px;
}

.spo_box a:link,
.spo_box a:visited {
	text-decoration: none;
}

.spo_p {
	display: block;
	padding:0 0 0 20px;
}

.spo_box .main {
	font-size:16px;
	text-decoration: underline;
	float:none;
	clear:both;
}

.spo_box .detail {
	color: #333;
	text-decoration: none;
	line-height: 200%;
}

.spo_box .address {
	color: #009B00;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom:15px;
}
.spo_box .address {
}

.sponsor {
	font-size: 12px;
	text-decoration: none;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}

.sponsor a,
.sponsor a:hover,
.sponsor a:visited {
	text-decoration: none;
}

.sponsor ul,
.sponsor li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


/*--------------------------------------------
sidesponsor
--------------------------------------------*/

.sidesponsor {
	font-size: 12px;
	text-decoration: none;
	width:80%;
}

.sidesponsor a,
.sidesponsor a:hover,
.sidesponsor a:visited {
	text-decoration: none;
}

.sidesponsor ul,
.sidesponsor li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}




/*--------------------------------------------
yst_result
--------------------------------------------*/
#yst {
	display: block;
	font-size: 12px;
	>margin-bottom:15px;
	width:95%;
	padding:10px 0 0 25px;
}

ul.yst_box{
max-width:80%;
}

#yst ul,
#yst li {
	width:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#yst .title {
	font-size: 16px;
 }

#yst .rank {
	font-size: 15px;
	float: left;
	width:30px;
	padding-left:10px;
	padding-top:3px;
	>padding-top:14px;
}

#yst .rank_text {
	font-size: 12px;
}

#yst .main {
	font-size: 15px;
	float:none;
}

#yst .detail {
	clear: both;
	line-height:130%;
	margin:5px 0px 3px;
	font-size: 13px;
 }
#yst .host {
	color: #009B00;
	margin-bottom:15px;
	>margin-bottom:5px;
}

/*--------------------------------------------
error
--------------------------------------------*/
#err_msg {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 100px 0;
}
#no_result {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 100px 0;
}


