
/*----------------------------------------------------------------------
	Auther : k.kazuki
	URI : http://search.kazuking.net/
	copyright(C)2006-2007 kazuking search all rights reserved.
---------------------------------------------------------------------- */

* {
	padding:0;
	margin:0;
}

/*
---------------------------------------------------------------------- */

body {
	background:#FFF;
	height: 100%;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:80%;
	color:#000;
	line-height:1.4em;
	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;
}

/*
---------------------------------------------------------------------- */

hr {
	clear: both;
	color: #FFBA02;
	display: block;
}
img,
fieldset {
	border: 0;
}  
p,li,dt,dd {
	line-height: 1.4em;
}

address {
	font-style: normal;
}
legend {
	display: none;
}

/*
[]
---------------------------------------------------------------------- */

.clear {
	clear:both;
}

/*
[H1-H6]
---------------------------------------------------------------------- */

h1 {
	font-size: 130%;
	font-weight: normal;
	margin: 50px auto 10%;
}

h2,h3,h4,h5,h6 {
	font-size: 85%;
}

/*
---------------------------------------------------------------------- */

#search-form {
	width:300px;
	height:16px;	
	background: #FFF;
	border: groove #EEE;
	border-width: 2px 1px 1px 2px;
	font-size: 14px;
	padding: 1px 2px 0;
}
#search-form-vc {
	width:140px;
	height:16px;	
	background: #FFF;
	border: groove #EEE;
	border-width: 2px 1px 1px 2px;
	font-size: 14px;
	padding: 1px 2px 0;
}
/*
 [Container]
---------------------------------------------------------------------- */

#container {
	clear: both;
	width: 750px;
	padding: 100px 0 0;
	margin: 0 auto;
}

/* 
 [HEADER]
---------------------------------------------------------------------- */

#header {
	background:url(http://www.kazuking.net/img/header.gif) repeat-x;
	width:100%;
	height:32px;
	font-size: 12px;
}
#header a:link {
	text-decoration: underline;
	color:#000;
}
#header a:visited {
	text-decoration: underline;
	color:#000;
}
#header a:active {
	text-decoration: underline;
	color:#000;
}
#header a:hover {
	text-decoration: none;
	color:#FFF;
}

#header-listR {
	float:right;
	list-style-type:none;
}

#header-listR li {
	float:left;
	padding:6px 5px 0;
}

#header-listL {
	float:left;
	list-style-type:none;
}

#header-listL li {
	float:left;
	padding:6px 5px 0;
}

/* 
 [Main]
---------------------------------------------------------------------- */

#main {
	background: url(./../img/search-back.gif) no-repeat;
	width: 750px;
	height: 150px;
}


/* 
 [BANNER]
---------------------------------------------------------------------- */

#banner  {
	float:left;
	background: url(http://www.kazuking.net/img/logo.png) no-repeat;
	margin: 30px 0 0 20px;
}

#banner a { 
	display: block;
	width: 200px;
	height: 80px;
	text-indent: -9998px;
	text-decoration: none;
}

#banner a:visited {
	text-decoration: none;
}

#search {
	float: left;
	margin: 40px 0 0 20px;
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	border: solid #FFBA02;
	border-width: 1px 0 0 0;
	font-color: #3366CC;
	padding: 5px 0 0;
	margin: 5px 0 0;
	text-align: center;
}

/* 
 [Search Navi]
---------------------------------------------------------------------- */

ul#searchMenu {
	list-style: none;
	color: #777;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	display: inline-block;
}
ul#searchMenu li {
	float: left;
	padding: 0 3px;
}
ul#searchMenu li#web {
	width: 36px;
}
ul#searchMenu li#dir {
	border: solid #FFBA02;
	border-width: 0 0 0 1px;
	width: 64px;
}
ul#searchMenu li#tag {
	border: solid #FFBA02;
	border-width: 0 0 0 1px;
	width: 34px;
}

ul#searchMenu a {
	font-weight: normal;
	display: block;
}
ul#searchMenu a:hover {
	background: #FFCC00;
	color: #FFF;
}

/* 
 [Rise Word]
---------------------------------------------------------------------- */

ol#searchRise {
	clear: both;
	list-style: none;
	width: 700px;
	margin: 20px auto 0;
}
ol#searchRise li {
	display: inline;
	margin: 0 2px;
}
ol#searchRise li#dis {
	display: inline;
	color: #FF0000;
}

/* 
 [Another BOx]
---------------------------------------------------------------------- */

#tagBox {
	background: url(http://www.kazuking.net/img/tag-background.gif) repeat;
	width: 670px;
	padding: 15px;
	margin: 20px auto;
}

ul#tagCloud {
	background: #FFF;
	list-style: none;
}
ul#tagCloud li {
	display: inline;
	line-height: 1;
	padding: 0 1px;
}
ul#tagCloud li a {
	text-decoration: none;
}
ul#tagCloud li a:hover {
	text-decoration: underline;
}

/*
[HACK]
------------------------------------------------------------------------ */

.clearfix:after {
    clear:both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
