@charset "euc-jp";
/*
$Id: pulldown.css,v 1.01 2006/07/24 21:40:00 hirokasa Exp $
Author: hirokasa
Title: simple2
Access: http://hirokasa.jp/
License: GPL v2 or (at your option) any later version
Comment: css for for pukiwiki , blogn+
*/
#navibar {
	background-color: #DDEEFF;
	color: #000000;
	border-top: 0px solid #CCDDEE;
	border-left: 0px solid #CCDDEE;
	border-bottom: 0px solid #CCDDEE;
	border-right: 0px solid #CCDDEE;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

div#menu{
	font-family: "Biz UD¥´¥·¥Ã¥¯","Yu Gothic UI","Meiryo UI","MS UI Gothic",verdana, arial, helvetica, Sans-Serif;
	text-shadow: #C0C0C0 1px 3px 1px;
	width: auto;
	position: absolute;
	z-index: 100;
	margin: 0px 246px 0px 0px;
	padding: 5px 0px 0px 3px;
}

ul.main{
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

ul.main li.off{
	position: relative;
	float: left;
	overflow: hidden;
	width: auto;
	height: 24px;
}
ul.main li.on{
	float: left;
	overflow: hidden;
	width: auto;
}

ul.main li.off3{
	position: relative;
	float: left;
	overflow: hidden;
	width: auto;
	height: 21px;
}
ul.main li.on3{
	float: left;
	overflow: hidden;
	width: auto;

}

ul.main>li.on{
	overflow: visible;
}

.main{
	background-color: inherit;
	color: inherit;
}

.main *{
	margin: 0px 1px 2px 1px;
	padding: 0px;
	list-style: none;
//	display: block;
}

.main a{
	text-decoration: none;
	padding: 2px;
	border: 0px;
	display: block;
}

.main a:link{
	background-color: inherit;
	color: #000000;
}
.main a:visited{
	background-color: inherit;
	color: #000000;
}
.main a:hover{
	color: #000000;
	background-color: #DDEEFF;
}

.main li{
	background-color: #DDEEFF;
	color: inherit;
}

.main li.on{
	background-color: #DDEEFF;
	color: inherit;
	border: 0px;
	width: auto;
	height: 21px;
	padding: 0px;
}

.main li.off{
	width: auto;
	height: 21px;
	border: 0px;
	padding: 0px;
}

ol.sub{
	text-align: center;
	left: 0px;
	top: 5px;
	width: auto;
	position: relative;
	margin: -3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

ol.sub li.on2{
	width: auto;
	height: 27px;
	overflow: hidden;
	padding:0px 3px;
	display: block;
}

ol.sub li.off2{
	width: auto;
	height: 27px;
	position: relative;
	overflow: hidden;
	padding:0px 3px;
	display: block;
}

ol.sub>li.on2{
	overflow: visible;
}

.sub{
	background-color: #DDEEFF;
	color: inherit;
}

.sub li{
	background-color: #DDEEFF;
	color: inherit;
}

.sub li.on2{
	background-color: #DDEEFF;
	color: inherit;
}

.sub li.off2,.sub li.on2{
	border: 0px;
}

.sub a{
	padding: 2px .5em;
	width: auto;
	height: 23px;
	display: block;
	-webkit-transition: 0.8s linear;
}

.sub a:link{
	background-color: inherit;
	color: #000000;
}

.sub a:visited{
	background-color: inherit;
	color: #000000;
}

.sub a:hover{
	color: #000000;
	background-color: #DDEEFF;
	text-shadow: #EEE -2px -2px 6px,black 2px 2px 6px;
	-webkit-transition: 0s linear;
}

li#gcse {
	float: right !important;
	position: absolute;
	right: 6px;
	overflow: hidden;
	width: 234px;
	height: 28px;
	padding-top: 1px;
	list-style-type: none;
	z-index: 100;
}
#cse-search-box input[type="submit"] {
	height: 24px;
	width: 42px;
	padding: 0px;
}
#cse-search-box input[type="text"] {
	height: 18px;
	width: 180px;
}