@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
body {
    font-size: 100.01%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-size: 100.01%;
}

/* リンク */
a,
a:link,
a:visited {
    color: #0033CC;
    text-decoration: none;
}
a:hover {
	color: #0033cc;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
	padding: 1px;
}
#search {
    width: 120px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
	position:relative;
	width: 760px;
	height: 236px;
	color: #999;
	text-align: left;
	padding: 0;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
	color: #333333;
	background: transparent;
	font-size: 12px;
	display: block;
	width: auto;
	float: left;
	position: absolute;
	left: 25px;
	top: 19px;
}

/* ブログ記事日付 */
.date {
	text-align: left;
	display: block;
	letter-spacing: 0.2em;
	height: 15px;
	width: 530px;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

/* ブログ記事日付（IE7用） */
*+html body .date {
	padding: 0 0 0 0;
}


/* ブログ記事日付・各タイトル */
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #666666;
    background: #D2E9FF;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2;
}

/* ブログ記事タイトル */
.entry-header {
	font-weight: bold;
	width: 530px;
	line-height: 2;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-image: url(http://www.k-kinoshita.jp/img_parts/back_h2.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* ブログ記事・メールフォーム */
.entry {
	line-height:1.5;
	word-break: break-all;
	padding: 0;
	width: 530px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

/* 段落 */
.entry p {
    margin: 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding: 0 0 0 26px;
	margin: 0 0 0 0;
}
.entry ul li {
    list-style-type: square;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
	padding: 3px 10px 0 0;
	border-top: 1px dotted #36414d;
	font-size: 83.3%;
	text-align: right;
	margin: 10px 0 0 0;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
	background-image:url(http://www.k-kinoshita.jp/img_parts/bar_side.jpg);
	height: 31px;
	color: #fff;
	text-align: center;
	font-size: 75%;
	line-height: 2.5;
	display: block;
	background-repeat: repeat-x;
	width: 195px;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

/* サイドメニュー */
.side {
	background: none;
	color: #000066;
	font-size: 75%;
	line-height: 1.5;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 5px;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: square;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: square;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open
 {
	margin: 0 2px;
	padding: 0;
	line-height: 1.5;
	word-break: break-all;
	font-size: 83.3%;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-two-column-left {
	background-color: #ffffff;
	position: relative;
	text-align: center;
}
.layout-two-column-left #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 全体ボックス */
.layout-two-column-left #box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

/* 2カラム左サイドバー固定レイアウト幅 */
.layout-two-column-left #box {
	width: 760px;
}


/* 2カラム左サイドバー固定レイアウト */
.layout-two-column-left #content {
	float: right;
	width: 550px;
	font-size: 83.3%;
}
.layout-two-column-left #links-left-box {
	float: left;
	width: 200px;
	margin-top: 9px;
}
.layout-two-column-left #links-left{
	padding: 0px;
}

/* 2カラム左サイドバー固定レイアウト(ブログ記事全体) */
.layout-two-column-left .blog {
	margin: 0;
	padding: 0;
	float: right;
	width: 530px;
	clear: both;
}



body.layout-two-column-left dl#links-left {
	display: block;
	height: auto;
	width: 197px;
	border: 1px solid #6699ff;
	margin-bottom: 15px;
	margin-top: 15px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ヘッダーエリアを追加 */
div#headarea{
	width:760px;
	display:block;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 90%;
	text-align:right;
	position: relative;

}

div#headnavi{
    float:right;
	display:block;
}

#headnavi {
	display:block;
	text-align:center;
	position: absolute;
	margin-left: 1px;
	width: 330px;
	top: 12px;
	height: 24px;
	background-image: url(http://k-kinoshita.jp/test_renew/);
	left: 430px;
}

#headnavi dt{
position:absolute;
width:0;
height:0;
overflow:hidden;
}

#headnavi dd{
width:330px;
}


#headnavi dd ul{
	margin:0;
	padding:0;
	list-style:none;
}

#headnavi dd ul li {
	display:block;
	height:24px;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	float: left;
}

#headnavi dd ul li a {
	display:block;
	height:24px;
	font-size:0;
	left: 1px;
	top: 200px;
}

#headnavi dd ul li span {
	display:none;
}

#headnavi dd ul li a span {
	display:none;
}


#headnavi dd ul #top {
	left:0px;
}

#headnavi dd ul #top a {
	width:52px;
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

#headnavi dd ul #top a.onpage {
	background:url(http://www.k-kinoshita.jp/img_parts/headnavi_ov.gif) no-repeat 0px;
}

#headnavi dd ul #top a:hover {
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi_ov.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}



#headnavi dd ul #sitemap {
	left:52px;
}

#headnavi dd ul #sitemap a {
	width:90px;
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi.gif);
	background-repeat: no-repeat;
	background-position: -52px;
}

#headnavi dd ul #sitemap a.onpage {
	background:url(http://www.k-kinoshita.jp/img_parts/headnavi_ov.gif) no-repeat -52px;
}

#headnavi dd ul #sitemap a:hover {
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi_ov.gif);
	background-repeat: no-repeat;
	background-position: -52px;
}


#headnavi dd ul #privacy {
	left:142px;
}

#headnavi dd ul #privacy a {
	width:125px;
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi.gif);
	background-repeat: no-repeat;
	background-position: -142px;
}

#headnavi dd ul #privacy a.onpage {
	background:url(http://www.k-kinoshita.jp/img_parts/headnavi_ov.gif) no-repeat -142px;
}

#headnavi dd ul #privacy a:hover {
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi_ov.gif);
	background-repeat: no-repeat;
	background-position: -142px;
}


#headnavi dd ul #inquiry {
	left:267px;
}

#headnavi dd ul #inquiry a {
	width:63px;
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi.gif);
	background-repeat: no-repeat;
	background-position: -267px;
}

#headnavi dd ul #inquiry  a.onpage{
	background:url(http://www.k-kinoshita.jp/img_parts/headnavi_ov.gif) no-repeat -267px;
}

#headnavi dd ul #inquiry a:hover {
	background-image: url(http://www.k-kinoshita.jp/img_parts/headernavi_ov.gif);
	background-repeat: no-repeat;
	background-position: -267px;
}


/* 強調 */
.emphasis {
font-weight:bold;
color:#000066;
font-size:125%;
}


/* ふりがな */
.side rt{
font-size:50%;
paddig-bottom:3px;
}

/* フロート画像 */
img.img-center {
	display: block;
	text-align:center;
	margin-top: 10px;
	display: block;
	text-align:center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

img.img-left {
	display: block;
	float:left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	height: auto;
	width: auto;
}

img.img-right {
	display: block;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* 詳細リンク */
.link-right {
	text-align:right;
	background-image: url(http://k-kinoshita.jp/img/sqa_link.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-right: 15px;
	margin-top: 10px;
}

/* パンくずリスト */
.topic-path {
margin: 13px 3px 13px 3px;
font-size:83.3%;
}

/* コンテンツタイトル */

div.read{
	display:block;
	float: right;
	width: 530px;
}

div.read h1{
	display:block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	float: right;
	width: 530px;
}

/* リード */
div.read p{
	margin-bottom: 20px;
	line-height: 1.5;
}

/* Whats'new */
#whatsnew{
	display:block;
	width:530px;
	float: right;
}

#whatsnew ul li.blogtitle{
	line-height:2;
	height:auto;
	list-style-type:none;
	color:#FFFFFF;
	font-weight:bold;
	text-indent: 15px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	background-image: url(http://www.k-kinoshita.jp/img_parts/back_h2.jpg);
	background-repeat: no-repeat;
}

#whatsnew ul li ul li{
	line-height:2;
	font-weight:normal;
	background-color:#ffffff;
	margin-top:0;
	margin-bottom:0;
	display:block;
}

/* 記事リスト部　余白消し */
.entry p{
margin-bottom:0;
}

/* メールフォーム用 */
.mail-content p{
margin-bottom:10px;
}

.mail-content .message{
margin:20px;
padding:15px;
border:1px solid #669;
background:#eee;
font-weight:bold;
}

.mail_author,#mail_email,#mail_subject{
width:220px;
height:20px;
}

html>body #mail_author,
html>body #mail_email,
html>body #mail_subject{
height:15px;
}

#mail_text{
width:400px;
height:150px;
}

.mail-content dl{
margin-bottom:15px;
}

.mail-content dt{
font-weight:bold;
}

.mail-content dd{
margin-left:20px;
}

/* 政治理念見出し */
.m-policy{
	border:1px double #000099;
	background-color: #D2E9FF;
	padding: 5px;
	line-height: 2.5;
	font-size: 120%;
	
	color: #000066;
}

/* タイトル画像 */
#blog-name{
	height:200px;
	display:block;
}

/* テーブル内文字サイズ調整 */
table td p{
font-size:83.3%;
}

/************************************************
*   FooterNavi                                      *
************************************************/

/* フッタ */
div#footer {
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-indent: 25px;
	line-height: 6.5;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-image: url(http://www.k-kinoshita.jp/img_parts/footer.jpg);
	height: 100px;
	width: 760px;
}

div#footer a,
a:link,
a:hover,
a:visited {
	color:#0033CC;
}


div#footernavi {
	text-align: center;
	margin: 0px;
	clear: both;
	line-height: 1.8em;
	padding: 0px;
	width: 760px;
	position: absolute;
	top: 35px;
	left: 0px;
	float: left;
}

div#footernavi ul {
	margin: 0;
	padding: 0;
}

div#footernavi ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: inline;
}

div#footernavi .last {
	border: none;
}
div#footernavi ul li a {
	text-decoration: none;
	padding: 0 .5em;

}

div#footernavi ul li a:hover {
	text-decoration: underline;
}

div#footer p {
	position: absolute;
	top: 70px;
	left: 0px;
	line-height: 1;
	text-align: center;
	width: 760px;
}

img#Image2{
border:none;
}

#bn-box {
	text-align: center;
}

#bn-box img{
margin-bottom:8px;
}

.btn-flort{
float:right;
}


.box-photo{
float:left;
margin-right:10px;
}

/************************************************
*    GlobalNavi                                      *
************************************************/
/* ナビゲーションバー余白 */
#GlobalNavi .pad {
    padding-left: 0px;
    padding-right: 0px;
    background: none;
    width:
}

/* ナビゲーションバー リスト */
#GlobalNavi ul {
    display:inline;
    text-align: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#GlobalNavi ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px; 
    float: left;
}

/************************************************
*    skip                                        *
************************************************/

.none {
    display: none;
}

.skip{
	position: absolute;
	left: -9999px;
}

/* メインナビ */
#mainnavi {
	display:block;
	width: 780px;
	background-image: url(http://k-kinoshita.jp/img_parts/mainnavi.gif);
	background-repeat:no-repeat;
	height:33px;
	position: relative;
}

#mainnavi dt{
position:absolute;
width:0;
overflow:hidden;
}

#mainnavi dd{
width:780px;
}

#mainnavi dd ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainnavi dd ul li {
	display:block;
	height:33px;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	float: left;
}

#mainnavi dd ul li a {
	display:block;
	height:33px;
	font-size:0;
}

#mainnavi dd ul li span {
	display:none;
}

#mainnavi dd ul li a span {
	display:none;
}


#mainnavi dd ul #profile {
	left:0px;
}

#mainnavi dd ul #profile a {
	width:115px;
	background: url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat 0px;
}

#mainnavi dd ul #profile a.onpage {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat 0px;
}

#mainnavi dd ul #profile a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat 0px;
}


#mainnavi dd ul #policy {
	left:115px;
}

#mainnavi dd ul #policy a {
	width:100px;
	background:url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat -115px;
}

#mainnavi dd ul #policy a.onpage {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -115px;
}

#mainnavi dd ul #policy a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -115px;
}

#mainnavi dd ul #blog {
	left:215px;
}

#mainnavi dd ul #blog a {
	width:120px;
	background:url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat -215px;
}

#mainnavi dd ul #blog a.onpage {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -215px;
}

#mainnavi dd ul #blog a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -215px;
}


#mainnavi dd ul #activity {
	left:335px;
}

#mainnavi dd ul #activity a {
	width:105px;
	background:url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat -335px;
}

#mainnavi dd ul #activity a.onpage {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -335px;
}

#mainnavi dd ul #activity a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -335px;
}


#mainnavi dd ul #assembly {
	left:440px;
}

#mainnavi dd ul #assembly a {
	width:95px;
	background:url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat -440px;
}

#mainnavi dd ul #assembly a.onpage{
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -440px;
}

#mainnavi dd ul #assembly a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -440px;
}


#mainnavi dd ul #link {
	left:535px;
}

#mainnavi dd ul #link a {
	width:95px;
	background:url(http://k-kinoshita.jp/img_parts/mainnavi.gif) no-repeat -535px;
}

#mainnavi dd ul #link a.onpage {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -535px;
}
#mainnavi dd ul #link a:hover {
	background:url(http://k-kinoshita.jp/img_parts/mainnavi_ov.gif) no-repeat -535px;
}
