@charset "UTF-8";

h1,h2,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}
/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  									*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #cccccc;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



div#header {
	color: #333333;
	/*background: #FFFFFF url(http://www.e-bussan.jp/images/css/header.jpg);*/
	background: #000000;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
	height: 300px;
	overflow: hidden;
}


div#content {
	font-size: 100%;
	color: #333333;
	background: #FFFFFF url(http://www.e-bussan.jp/images/css/content.gif);
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
}

div#main {
	/*font-size: 80%;*/
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	width: 710px;
	float: right;
}


div#sub {
	font-size: 100%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	width: 230px;
	float: left;
}


div#footer {
	font-size: 100%;
	color: #ffffff;
	background: #FFFFFF url(http://www.e-bussan.jp/images/css/footer.gif);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}

/************************************************
*	header  									*
************************************************/

div#header .inner {
	/*padding-left: 20px;
	padding-right: 20px;*/
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:none;
}

#header h1 a,
#header-name a {
margin: 40px 0 20px 10px;
display: block;
text-indent: -9999px;
overflow: hidden;
height: 60px;
width: 290px;
background: url(http://www.e-bussan.jp/images/css/clear.gif) no-repeat 20px 45%;
}

/*div#header h1 a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}

div#header img a {
	margin: 0px;
	border: none;
}*/

div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
	display:none;
}


/************************************************
*	Content 					     		    * 
************************************************/

div#main .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bold;
	/* color: #333333;
	background-color: #ffffff;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;*/
	clear: both;
}

div#main h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 10px 0 10px 0;
	padding: 2px 4px 2px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #66CCCC;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;*/
	clear: both;
}

div#main h6 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
}

/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #333333;*/
}

div#sub dd {
	font-size: 100%;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	font-size: 75%;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}

/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
	overflow: hidden;
    border-top: 1px solid #000;
}

#main-navigation-inner {
    width: 950px;
    margin: 0;
}


/*#main-navigation {
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
	overflow: hidden;
}

#main-navigation-inner {
    text-align: left;
    position: relative;
    width: 980px;
    margin: 0;
}

#main-navigation {
    background: #eee url(nav-bg.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    font-family: verdana;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

#main-navigation ul li {
	font-size: 12px;
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 15px 7px 16px;
	border-left: 1px solid #ccc;
	color: #9966CC;
}

#main-navigation ul li a:hover {
	color: #9966CC;
    text-decoration: underline;
}

#main-navigation ul li.on a {
	color: #9966CC;
    color: #000;
    background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
	color: #9966CC;
    border-right: 1px solid #ccc;
}*/


/* box-entry-header */

.box-entry-header {
margin: 12px 0 0 0;
}


.box-entry-header #text-box h2.rcontent {
margin: 0;
padding:1em;
color:#fff;
font-weight: bold;
background-color: #669933;
}

.box-entry-header #text-box span.rtop,
.box-entry-header #text-box span.rbottom {
display:block;
background: #fff;
}

.box-entry-header #text-box span.rtop span,
.box-entry-header #text-box span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background-color: #669933;
}

.box-entry-header #text-box span.r1{margin: 0 5px;}
.box-entry-header #text-box span.r2{margin: 0 3px;}
.box-entry-header #text-box span.r3{margin: 0 2px;}
.box-entry-header #text-box span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

/* box2 */

.box2 {
margin: 8px 0 0 0;
}


.box2 #text-box h5 {
margin: 0;
padding: 0 8px 8px 8px;
color:#666;
font-size: 12px;
font-weight: bold;
background-color: #ECFFFF;
}

.box2 #text-box p {
margin: 0;
padding: 0 8px 8px 8px;
color:#666;
font-size: 12px;
background-color: #ECFFFF;
}

.box2 #text-box span.rtop,
.box2 #text-box span.rbottom {
display:block;
background: #fff;
}

.box2 #text-box span.rtop span,
.box2 #text-box span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background-color: #ECFFFF;
}

.box2 #text-box span.r1{margin: 0 5px;}
.box2 #text-box span.r2{margin: 0 3px;}
.box2 #text-box span.r3{margin: 0 2px;}
.box2 #text-box span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}


fieldset {
margin: 8px 0 8px 0;
}

table {
	margin: 0px 0;
}

/* top-info ----------------------------------------------------------------- */

.title-info {
padding: 4px 8px 0 0;
}

.top-info {
padding: 0 8px 8px 8px;
}

/* top-btn ----------------------------------------------------------------- */

.btn-top01 {
margin: 22px 0 0 0;
}

#top-main {
margin: 0 0 12px 0;
position: relative;
width: 669px;
height: 320px;
}

.neko1 {
position: absolute;
top: 101px;
left: 40px;
}

.neko2 {
position: absolute;
top: 51px;
left: 540px;
}

.neko3 {
position: absolute;
top: 188px;
left: 475px;
}


.top-btn {
margin: 16px 0 0 0;
position: relative;
width: 669px;
height: 110px;
}

.btn-top02 {
position: absolute;
top: 0px;
left: 0px;
}

.btn-top03 {
position: absolute;
top: 0px;
left: 341px;
}

.btn-navi01 {
margin: 8px 0 0 0;
}

.btn-navi02 {
margin: 8px 0 0 0;
}

.btn-navi03 {
margin: 8px 0 8px 0;
}

div.news_date {

	margin: 0;

	padding: 6px 0 0 14px;

	width: 120px;

	float: left;

	background: url(/images/news/news_date.png) no-repeat;

	}

.published {
	border-bottom-style: none;
	}

div.news_txt {

	margin: 0;

	padding: 6px 0 0 14px;

	width: 420px;

	float: left;

	background: url(/images/news/news_txt.png) no-repeat;

	}

div.news_all {

	margin: 0;

	padding: 6px 0 0 14px;

	width: 420px;

	clear: both;

	background: url(/images/news/news_txt.png) no-repeat;

	}

div.box {

	width: 669px;

	}

div.box_top {

	width: 669px;

	}

div.box_center {

	margin: -10px 0 0 0;

	width: 669px;

	background: url(/images/box/center.png) repeat-y 0 0;

	}

div.box_center_inner {

    padding: 14px 12px 2px 12px;

	}

div.box_footer {

	width: 669px;

	}

/* prodrop */

.preload2 {background: url(http://www.e-bussan.jp/prodrop2/button4.gif);}


.menu2 {
padding:0 0 0 80px;
margin:0;
list-style:none;
height:40px;
background:#fff url(http://www.e-bussan.jp/prodrop2/button1a.gif) repeat-x;
position:relative;
font-family:arial, verdana, sans-serif;
}


.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 18px 0 6px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 18px 0 6px; height:40px; background:url(http://www.e-bussan.jp/prodrop2/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(http://www.e-bussan.jp/prodrop2/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(http://www.e-bussan.jp/prodrop2/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(http://www.e-bussan.jp/prodrop2/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(http://www.e-bussan.jp/prodrop2/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(http://www.e-bussan.jp/prodrop2/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(http://www.e-bussan.jp/prodrop2/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {
visibility:visible;
}
.menu2 li:hover {
position:relative; z-index:200;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {
position:absolute;
left:-9999px;
top:-9999px;
width:0;
height:0;
margin:0;
padding:0;
list-style:none;
}

.menu2 :hover ul.sub {
left:2px;
top:40px;
background:#fff;
padding:3px 0; border:1px solid #4ab;
white-space:nowrap;
width:93px; height:auto;
}

.menu2 :hover ul.sub li {
display:block;
height:20px;
position:relative;
float:left;
width:90px;
}

.menu2 :hover ul.sub li a {
display:block;
font-size:11px;
height:20px;
width:87px;
line-height:20px;
text-indent:5px;
color:#000; text-decoration:none;
border:3px solid #fff;
border-width:0 0 0 3px;
}

.menu2 :hover ul.sub li a.fly {
background:#fff url(http://www.e-bussan.jp/prodrop2/arrow.gif) 80px 7px no-repeat;
}

.menu2 :hover ul.sub li a:hover {
background:#4ab;
color:#fff;
}

.menu2 :hover ul.sub li a.fly:hover {
background:#4ab url(http://www.e-bussan.jp/prodrop2/arrow_over.gif) 80px 7px no-repeat;
color:#fff;
}

.menu2 :hover ul li:hover > a.fly {
background:#4ab url(http://www.e-bussan.jp/prodrop2/arrow_over.gif) 80px 7px no-repeat;
color:#fff;
} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul {
left:90px;
top:-4px;
background: #fff;
padding:3px 0;
border:1px solid #4ab;
white-space:nowrap; width:93px;
z-index:200; height:auto;
}