/* 
reset elements ★
------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}



/* 
basic
------------------------------------------------------------------- */
body {
	background-color: #ffffff;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, address {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, ul, ol, li, dl, dt, dd {
	list-style-type: none;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

table, caption, th, td {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}



/* 
common
------------------------------------------------------------------- */
em {
	color: #cc0000;
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #02429e;
}

a:visited {
	color: #02429e;
}

a:hover, a:active {
	color: #00a0dd;
}

input, label {
	vertical-align: middle;
}

del {
	color: #666666;
	font-style: normal;
}

blockquote {
	font-style: normal;
}

cite {
	font-style: normal;
}

q {
	font-style: italic;
}

address {
	font-style: normal;
	font-weight: normal;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.sbm * {
	vertical-align: middle;
	line-height: 1.5;
}




/* 
main
------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	text-align: left;
}

p.tagline {
	background-color: #eff7dd;
	padding: 3px 0; 
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}


#headerArea {
	margin: 20px auto 0 auto ;
	width: 888px;
}

#headerArea h1 {
	margin: 0 20px 20px 0;
	padding: 0 0 0 0;
	float: left;
	text-align: left;
}

#headerArea form {
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
	text-align: center;
}

#headerArea form input.searchbox {
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	line-hight: 1.0;
}

#headerArea form input.searchbtn {
	font-size: 16px;
	font-weight: bold;
}

#headerArea form iframe.hotkeyword {
	margin: 5px 0 0 0;
	width: 800px;
	height: 13px;
}

#headerArea .ad {
	padding: 30px 0 5px 0px;
	text-align: right;
}

#headerArea .topMain {
	width: 540px;
	float: left;
}

#headerArea .topMain .description {
	margin: 20px auto;
}

#headerArea .topMain .description p {
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

#headerArea .ranking {
	width: 540px;
	margin: 10px 0;
}

#headerArea .ranking th {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

#headerArea .ranking td {
	width: 180px;
	font-size: 12px;
	line-height: 1.5;
}

#headerArea .ranking ol {
}

#headerArea .ranking ol li {
	list-style-type: decimal;
	margin: 0 0 0 30px;
	font-size: 12px;
	line-height: 1.5;
}


#headerArea .topGoogleAd {
	margin: 40px 0 40px 0;
	padding: 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#headerArea .topGoogleAd p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.0;
}

#mainArea .topGoogleAd {
	margin: 40px auto 20px auto;
	padding: 10px 0 10px 0;
	width: 888px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#mainArea .topGoogleAd p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.0;
}

#headerArea .topSide {
	float: right;
	margin: 20px auto;
	width: 300px;
	font-size: 12px;
	line-height; 1.5;
}

#headerArea .topSide p {
	margin: 20px 0;
}

#headerArea .note {
	border: 1px solid #999999;
	margin: 40px 0 20px 0;
}

#headerArea .note ul {
	margin: 5px 5px 5px 20px;
}

#headerArea .note ul li {
	list-style-type: disc;
	font-size: 11px;
	line-height: 1.5;
}

#mainArea {
	margin: 20px auto;
	width: 888px;
}

#mainArea #thisQuery {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: #eff7dd;
	border-top: 1px solid #c4f256;
}

#mainArea #thisQuery p {
	margin: 0 8px;
	font-size: 12px;
	line-height: 1.0;
}

#mainArea .description {
	font-size: 12px;
	line-height: 1.5;
}

#mainArea #contentsArea {
	float: left;
	margin: 20px 0 ;
	width: 560px;
}

#mainArea #contentsArea .contentsAd {
	margin: 10px 0 ;
	padding: 10px 0 ;
	border-bottom: 1px dotted #999;
}

#mainArea #resultTable {
	margin: 0 0 40px 0 ;
	width: 560px;
}

#mainArea table#yahooWebunitSearch {
	width: 560px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	empty-cells: show;
}

#mainArea table#yahooWebunitSearch tr:hover {
	background-color: #fff7c6;
}

#mainArea table#yahooWebunitSearch td {
	padding: 4px;
	border-style: dotted;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	font-size: 10px;
}

#mainArea table#yahooWebunitSearch td.resultKeyword {
	font-size: 14px;
}

#mainArea table#yahooWebunitSearch td.resultBtn {
	width: 240px;
}

#sideArea {
	float: right;
	width: 300px;
}

#sideArea .sideAd {
	margin: 20px 0 40px 0;
}

#sideArea .sideAdBlock {
	margin: 20px 0;
}

#sideArea .sideAd h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px dotted #999999;
	background-color: #eeeeee;
	margin: 0 0 10px 0;
}

#sideArea .sideAd p {
	font-size: 11px;
	line-height: 1.5;
}

#footerArea {
	clear: both;
	margin: 0 auto 40px auto;
	padding: 40px 0 0 0;
	width: 888px;
}

#footerArea p {
	text-align: left;
}

#footerArea .yahooCredit {
	margin: 0 0 20px 0;
}

#footerArea .credit {
	margin: 40px 0 0 0;
	font-size: 11px;
	line-height: 1.8;
}

#footerArea .aboutad {
	background-color: #ffd8d8;
	padding: 0 2px;
	font-weight: bold;
}

#footerArea .footerLink {
	padding: 0 0 20px 0;
	font-size: 11px;
	line-height: 1.8;
}

#footerArea .credit a,
#footerArea .footerLink a {
	color: #666666;
	text-decoration: underline;
}





/* 
hotkeyword
------------------------------------------------------------------- */
body.hotkeyword {
	background-color: #e5e5e5;
	text-align: left;
}

body.hotkeyword p {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}


