@charset "shift_jis";

/* ----------------------------------------------------------------------

	Auther : kazuki.k
	URI : http://www.kazuking.net/
	Date : 2007/09/03
	Copyright(C)2006-2007 kazuking search all rights reserved.
	
---------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

/*
 [Share Style]
---------------------------------------------------------------------- */

body {
	background: #FFF;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku GothicPro","Osaka","Helvetica","Arial","Verdana";
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	text-align: center;
}

a {
	overflow: hidden;
}

a:link {
	text-decoration: underline;
	color: #3366CC;
}

a:visited {
	text-decoration: underline;
	color: #3366CC;
}

a:active {
	text-decoration: underline;
	color: #3366CC;
}

a:hover {
	text-decoration: none;
	color: #FFA500;
}

/*
 [TAG]
---------------------------------------------------------------------- */
 
h1 {
	float: left;
	background: url(../img/logo.png) no-repeat;
	width: 200px;
	height: 80px;
	margin: 15px 0 5px 10px;
}

h1 a { 
	display: block;
	width: 200px;
	height: 80px;
	text-indent: -9998px;
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
}

h2 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-align: left;
}

h3 {
	float: left;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px 0 0 7px;
	text-align: left;
}

h4 {
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 4px 0 0;
}
em,
address {
	font-style: normal;
}
img,
iframe,
fieldset {
	border: 0;
} 

legend {
	display: none;
}
hr {
	clear: both;
	color: #FFBA02;
	display: block;
}
.clear {
	clear: both;
}

.red-text {
	color: #FF0000;
}

/* 
 [Form Style] IE6ˆÈŠO
---------------------------------------------------------------------- */

label[for="web-search"],
label[for="dir-search"] {
	vertical-align: top;
}

/*
 [HEADER]
---------------------------------------------------------------------- */

#header {
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#search {
	float: left;
	width: 335px;
	padding: 40px 0 0 50px;
	text-align: left;
}
#search fieldset p {
	padding: 0 0 0 5px;
}
/*
#search-form,
#search #word {
	width: 220px;
	border: solid 2px #FFCC00;
	font-size: 13px;
	padding: 2px;
	margin: 0 0 3px 0;
}
*/
#search #word {
	background: #FFB;
	border-style: groove;
	border-color: #EEE;
	border-width: 2px 1px 1px 2px;
	width: 220px;
	height: 16px;
	padding: 1px 2px 0;
}	
ul#search-tabs {
	list-style: none;
	text-align: center;
	display: inline-block;
}
ul#search-tabs li {
	float: left;
}
ul#search-tabs li a {
	display: block;
}
ul#search-tabs li a:hover {
	background: #FFCC00;
	color: #FFF;
}
ul#search-tabs li a.on {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}
ul#search-tabs li a.on:hover {
	background: #FFF;
	color: #555;
	cursor: text;
}
ul#search-tabs li#web {
	width: 44px;
}
ul#search-tabs li#dir {
	border: solid #FFCC00;
	border-width: 0 1px;
	width: 54px;
}
ul#search-tabs li#tag {
	width: 34px;
}
#qrcode {
	float: right;
	background: url(../img/qrcode.png) no-repeat;
	width: 150px;
	height: 90px;
	margin: 5px 5px 0 0;
}

#qrcode  a {
	display: block;
	width: 150px;
	height: 95px;
	text-decoration: none;
	text-indent: -9998px;
}

/*
 [CONTAINER]
---------------------------------------------------------------------- */

#containerA {
	clear: both;
	background: url(../img/menu-back.gif) repeat-x;
	width: 100%;
	height: 31px;
	margin: 0 0 10px 0;
}
#main-menu,
#containerB {
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: center;

}
#main-menu {
	background: url(../img/menu-back.gif) repeat-x;
}
#main-menu ol {
	float: left;
	width: 360px;
	display: block;
}

#main-menu ol li {
	float:left;
	background: url(../img/tab-off.gif) no-repeat;
	width: 120px;
	color: #FF7311;
	font-weight: bold;
	list-style: none;
	line-height: 2.5em;
	cursor: pointer;
	display: block;
}

#main-menu ol li a {
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#main-menu ol li a:hover { 
	text-decoration: none;
	background: url(../img/tab-on.gif) no-repeat;
	color: #FFA500;
	width: 120px;
	height: 31px;
	display: block;
}

#main-menu ol .close {
	background: url(../img/tab-off.gif) no-repeat;
	width: 120px;
	height: 31px;
	color: #FFA500;
}

#main-menu ol .close a {
	width: 100%;
	color: #333;
	font-weight: normal;
	display: block;
}

#main-menu ol .open {
	background: url(../img/tab-on.gif) no-repeat;
	width: 120px;
	height: 31px;
	color: #FFF;
	text-decoration: none;
}

#main-menu ol .open a {
	width: 100%;
	display: block;
	color: #FFF;
}
#main-menu ul {
	float: right;
	list-style: none;
	padding: 7px 0 0 0;
}
#main-menu ul li {
	float: left;
	padding: 0 5px 0 0;
}
#main-menu ul li#sub {
	background: url(../img/icon/reg-icon.png) no-repeat;
}
#main-menu ul li#sub a {
	padding: 0 0 0 20px;
}

ol#searchRise {
	clear: both;
	list-style: none;
	width: 700px;
	margin: 0 auto 10px;
	text-align: center;
}
ol#searchRise li {
	display: inline;
	margin: 0 2px;
}
ol#searchRise li#dis {
	display: inline;
	color: #FF0000;
}

.containerAD {
	clear: both;
	width: 650px;
	margin: 0 auto 10px;
}

.containerAD strong {
	font-weight: normal;
}

.containerAD  p {
	display: inline;
	margin: 0 5px;
	text-align: center;
}

/*
 [MAIN]
---------------------------------------------------------------------- */

#main {
	float: left;
	width: 468px;
	text-align:left;
}

.mainHeader {
	clear: both;
	background: url(../img/main-header.gif) no-repeat;
	width: 468px;
	height: 25px;
	color: #FF7311;
}

.mainHeader a:link {
	text-decoration: underline;
	color: #FF7311;
}

.mainHeader a:visited {
	text-decoration: underline;
	color: #FF7311;
}

.mainHeader a:active {
	text-decoration: underline;
	color: #FF7311;
}

.mainHeader a:hover {
	text-decoration: none;
	color: #FFA500;
}
.mainBox {
	clear:both;
	width:466px;
	border: solid #FFBA02; 
	border-width: 0 1px 1px;
	margin: 0 0 10px 0;
}
.main-tabHeader {
	background: url(../img/main-tab-header.gif) no-repeat;
	width: 466px;
	height: 25px;
	color: #FF7311;
}

.main-tabHeader a:link {
	text-decoration: underline;
	color: #FF7311;
}

.main-tabHeader a:visited {
	text-decoration: underline;
	color: #FF7311;
}

.main-tabHeader a:active {
	text-decoration: underline;
	color: #FF7311;
}

.main-tabHeader a:hover {
	text-decoration: none;
	color: #FFA500;
}

.mainRss {
	clear: both;
	width: 468px;
	border: solid #FFBA02;
	border-width: 1px 0 0 0;
	margin: 0 0 10px 0;
}

.mainRss dl {
	float:left;
	list-style: none;
	padding: 3px 0 10px 0;
	margin: 0 0 10px 10px;
}

.mainRss dl dt {
	font-size: 13px;
	padding: 0 0 3px 0
}

.mainRss dl dd {
	background: url(../img/green.gif) no-repeat 0 0.2em;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
}

.mainAD {
	clear: both;
	width: 468px;
	margin: 0 0 10px 0;
}

.linkBox {
	float: left;
	width: 156px;
}
.linkBox ul {
	list-style-image: url(../img/green.gif);
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 20px;
}

/*
[Tab Style]
------------------------------------------------------------*/

#tabBoxIndex {
	clear: both;
	background: #FFF;
	border: solid #FFBA02;
	border-width: 0 1px 1px 1px;
	width: 466px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: left;
}
#tabBoxIndex .tabBox em {
	clear: both;
	color: #006633;
	margin-left: 10px;
	font-weight: bolder;
	font-style: normal;
	line-height: 180%;
	text-align: left;
}


/*
[Group link]
------------------------------------------------------------*/

ul#groupLink,
ul#groupLink a {
	list-style: none;
	text-align: left;
}
ul#groupLink li strong {
	text-decoration: underline;
}
ul#groupLink li em {
	width: 164px;
	font-size: 9px;
	color: #000;
	line-height: 1.4em;
}
ul#groupLink li {
	float: left;
}
ul#groupLink li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	width: 164px;
	height: 60px;
	padding: 0 0 0 70px;

}
ul#groupLink li#snsLink {
	background: url(../img/6045_sns.jpg) no-repeat;
}
ul#groupLink li#webLink {
	background: url(../img/6045_web.jpg) no-repeat;
}

ul#groupLink li#blogLink {
	background: url(../img/6045_blog.jpg) no-repeat;
}
ul#groupLink li#seoLink {
	background: url(../img/6045_no.jpg) no-repeat;
}

/*
 [SIDE]
 ------------------------------------------------------------*/

#side {
	float: right;
	width: 300px;
	text-align: left;
}

.sideAD {
	width: 300px;
	margin: 0 0 5px 0;
}

.sideEnd {
	clear: both;
	width: 300px;
	margin: 0 0 10px 0;
}

.sideHeader {
	background: url(../img/side-header.gif) repeat;
	width: 300px;
	height: 25px;
	color: #F5F5F5;
}

.sideHeader a:link {
	text-decoration: underline;
	color: #F5F5F5;
}

.sideHeader a:visited {
	text-decoration: underline;
	color: #F5F5F5;
}

.sideHeader a:active {
	text-decoration: underline;
	color: #F5F5F5;
}

.sideHeader a:hover { 
	text-decoration: none;
	color: #FFA500;
}

.sideBox {
	clear: both;
	width: 298px;
	border: solid #C3C3C3; 
	border-width: 0 1px 1px 1px;
	margin: 0 0 10px 0;
}

/*
 [Soft Style]
 ------------------------------------------------------------*/
 
.sideBox ul {
	list-style-image: url(../img/green.gif);
	padding: 5px 0 5px 5px;
	margin: 0 0 0 20px;
}
.sideBox ol {
	list-style: none;
	padding: 5px 10px;
}
.sideBox ol li#soft1 {
	background: url(../img/soft/avast.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
.sideBox ol li#soft2 {
	background: url(../img/soft/spybot.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
.sideBox ol li#soft3 {
	background: url(../img/soft/lhaplus.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}

/*
 [FOOTER]
 ------------------------------------------------------------*/

#footer {
	clear: both;
	width: 780px;
	border: solid #FFBA02;
	border-width: 1px 0 0 0;
	font-size:13px;
	padding: 5px 0 0;
	margin: 5px auto 0;
	text-align: center;

}

/*
 [kazuking web]
 ------------------------------------------------------------*/

dl#webBox {
	padding:0 0 5px 10px;
}
dl#webBox dt {
	clear: both;
	padding: 5px 0 0 0;
	color: #555;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
}
dl#webBox dd {
	background:url(../img/green.gif) no-repeat 0 0.2em;
	float: left;
	width: 125px;
	padding: 0 0 0 15px;
}

/*
 [DIRECTORY]
 ------------------------------------------------------------*/

dl#dirBoxL {
	float: left;
	width: 220px;
	margin: 0 0 5px 10px;
	text-align: left;

}
dl#dirBoxR {
	float:right;
	width: 220px;
	margin: 0 0 5px 0;
	text-align: left;
}
.mainBox dl dt {
	background: url(../img/kt_02.gif) no-repeat;
	padding: 0 0 0 18px;
	margin: 5px 0 1px 0;
	text-align: left;
}

.mainBox dl dd {}

/*
 [WEATHER]
 ------------------------------------------------------------*/

dl.weatherBox {
	float: left;
	width: 94px;
	padding: 5px 0 5px 5px;
	text-align: center;
}

dl.weatherBox dt {
}

dl.weatherBox dd.img {
	width: 25px;
	display: inline;
}

dl.weatherBox dd.max {
	display: inline;
	width: 34px;
	color: #FF0000;
}

dl.weatherBox dd.min {
	display: inline;
	width: 34px;
	color: #0000FF;
}

#weatherArea {
	float: left;
	width: 135px;
}
#weatherSelect {
	float: left;
	padding: 2px 0 0 0;
}

.bg-area {
	background: #DDD;
	padding: 0;
	margin: 0;
}

#weatherIcon {
	float: right;
	padding: 3px 3px 0 2px;
}

/*
 [PICKUP]
 ------------------------------------------------------------*/

.pickThumb {
	float: left;
	width: 140px;
	height: 105px;
	border: solid 1px #CCC;
	margin: 0 5px;
}
.pickThumbList {
	float:left;
	list-style: none;
	width: 300px;
	padding: 0 5px 0 0;
	text-align: left;
}
.pickThumbList li.url {
	color: #008800;
}
.pickLog {
	clear: both;
	margin: 5px;
}
.pickLog ol,
.pickLog ul {
	width: 450px;
	list-style: none;
	margin: 5px auto 0;
}
.pickLog ol li {
	float: left;
	background: url(./../img/new.gif) no-repeat 0 0.3em;
	width: 190px;
	padding: 0 0 0 30px;
}
.pickLog ul li {
	float: left;
	background: url(./../img/green.gif) no-repeat 0 0.3em;
	width: 200px;
	padding: 0 0 0 18px;
}


/*
 [TAGCLOUD]
 ------------------------------------------------------------*/

ul#tagCloud {
	background: url(../img/tag-background.gif) repeat;
	/*background: #FEF7E6;*/
	list-style: none;
	width: 458px;
	padding: 5px;
	margin: 0 0 15px 0;
	line-height: 1;
}
ul#tagCloud li {
	display: inline;
	padding: 0 1px;
}
ul#tagCloud li a {
	text-decoration: none;
}
ul#tagCloud li a:hover {
	text-decoration: underline;
}

/*
 [RANKING]
 ------------------------------------------------------------*/

table#accessT {
	border: solid 1px #C3C3C3;
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
}

.accessC {
	border: solid #C3C3C3;
	border-width: 0 0 1px 0;
}

.accessL {
	width: 35px;
	border: solid #C3C3C3;
	border-width:0 1px 1px 0;
}

.accessR {
	border: solid #C3C3C3;
	border-width: 0 0 1px 0;
	text-align:left;
}

.accessJ {
	border: solid #C3C3C3;
	border-width:0 1px 1px 0;
	white-space: nowrap;
	font-size: 10px;
	text-align:left;
}

.accessB {
	font-size: 10px;
	line-height: 100%;
	border: #C3C3C3 1px;
}

/*
 [TWITTER]
---------------------------------------------------------------------- */

#twitterBadge {
	background: url(./../img/twitter.jpg) right top fixed;
	width: 30px;
	height: 119px;
	display: none;
	text-indent: -9998px;
}

/*
 [HACK]
---------------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}
	
/*
 [IMG]
---------------------------------------------------------------------- */

.img001 { vertical-align: text-bottom; }
.img002 { vertical-align: -8px; }
.img003 { vertical-align: text-bottom; padding:0 3px 0 0;}
.img004 { vertical-align: text-bottom; padding: 0 0 1px 0;}

#searchButton {
	vertical-align: text-bottom;
}
#searchButton:hover {
	background: url(./img/temp/search-b.gif) no-repeat;
}