@charset "UTF-8";

/* 全体の設定 */
body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
}

/* Reset */
h1,h2,h3,h4,h5,blockquote,ul,li,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}



/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #000000;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* 改行 2009/12/07追加 */
br {
	letter-spacing: normal;
}



/* 全体の枠 */
#container {
	background-image: url(http://bija.jp/blogimg/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
}

/* ヘッダー */
#header {
	color: #333333;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
/* 見出し */

/* ブログの説明 */
.description {
	font-size: 80%;
	padding: 5px;
}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #669900;
	background-color: #ffffff;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* ロゴエリア */
#banner {
	width: 700px;
	float: left;
	margin: 10px 0 0 5px;
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin: 0;
	padding:0;
	width: 200px;
	float: right;
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 20px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 検索 ボックス・ボタンサイズ */
#searchbox input {
	font-size: 75%;
}

/* 上部ナビゲーションバー */
#navi {
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/navibg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	clear: both;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 6px;
	padding-right: 6px;
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #669900;
	background-image: url(http://bija.jp/blogimg/navi0.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 0.3em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0.3em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(http://bija.jp/blogimg/navi.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* メインイメージ画像エリア */
#main_image {
	background-image: url(http://bija.jp/blogimg/image001.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 300px;
	clear: both;
}

/* アバウトイメージ画像エリア */
#about_image {
	background-image: url(http://bija.jp/blogimg/image002.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* メニューイメージ画像エリア */
#menu_image {
	background-image: url(http://bija.jp/blogimg/image003.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* 店舗情報・地図画像エリア */
#access_image {
	background-image: url(http://bija.jp/blogimg/image004.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* ビージャ日記画像エリア */
#blog_image {
	background-image: url(http://bija.jp/blogimg/image005.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* リンク画像エリア */
#link_image {
	background-image: url(http://bija.jp/blogimg/image006.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* お問い合わせ画像エリア */
#inquiry_image {
	background-image: url(http://bija.jp/blogimg/image007.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* サイトマップ画像エリア */
#sitemap_image {
	background-image: url(http://bija.jp/blogimg/image008.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* プライバシーポリシー画像エリア */
#privacy_image {
	background-image: url(http://bija.jp/blogimg/image009.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* 特定商取引法画像エリア */
#exchange_image {
	background-image: url(http://bija.jp/blogimg/image010.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* ショップ画像エリア */
#shop_image {
	background-image: url(http://bija.jp/blogimg/image011.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* その他画像エリア */
#other_image {
	background-image: url(http://bija.jp/blogimg/image012.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 120px;
	clear: both;
}

/* コンテンツ枠 */
#content {
	width: 721px;
	float: left;
}

/* メインエリア */
#main {
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 721px;
}
/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #669900;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}

/*メイン余白  */
#main .pad {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 13px;
	padding-left: 16px;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dl {
	margin-bottom: 10px;
}
#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}

/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
}

.rentory {
	background-image: url(http://bija.jp/blogimg/whatnew.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* メイン段落 */
#main p {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
/* 画像 */
#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* 画像左配置 */
.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;
}

/* 画像左配置 */
#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	margin-left: 10px;
	float: right;
}
/* 画像 */
#main img#shop{
	margin-top: 0;
	margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
.entry-tags {
	clear:both;
    margin: 5px 0 10px 5px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;

}


/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

label {
margin-bottom: 0.5em;
width: 10em;
float: left;
clear: both;
white-space: nowrap;
}

textarea[id="comment-text"] {
	width: 80%;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	font-size: 100%;
}

/* サイドバー */
#sub1 {
	font-size: 80%;
	line-height: 140%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 193px;
	float: left;
}

/* サイドバー */
#sub2 {
	font-size: 80%;
	line-height: 140%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 220px;
	float: left;
}
/* サイドバー余白 */
#sub1 .pad ,#sub2 .pad {
	padding-top:10px;
	padding-left: 11px;
	padding-right: 2px;
}
/* サイドバーリンク設定 */
#sub1 a ,#sub2 a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#sub1 a:link , #sub2 a:link {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#sub1 a:link:hover ,#sub2 a:link:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#sub1 a:link:active , #sub2 a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#sub1 a:visited ,#sub2 a:visited {
	text-decoration: none;
	color: #669900;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#sub1 a:visited:hover ,#sub2 a:visited:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#sub1 a:visited:active ,#sub2 a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#sub1 h2 ,#sub2 h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/sideh2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 11px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* サイドバー見出しh3 */
#sub1 h3,#sub2 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#sub1 p,#sub2 p {
	font-size: 92%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* カテゴリー */
#categories ul
{
	padding: 0;
	list-style: none;
}
/* カテゴリーリスト */
#categories ul li
{
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
#categories ul li a
{
	background-image: url(http://bija.jp/blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト ホバー */
#categories ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
#categories ul ul
{
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}
/* サブカテゴリーリスト */
#categories ul ul li
{
	background-image: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
#categories ul ul li a
{
	background-image: url(http://bija.jp/blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
#categories ul ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(http://bija.jp/blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}
/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーリスト */
#sub1 ul, #sub2 ul {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	list-style-type: none;
}
#sub1 ul ul li ,#sub2 ul ul li {
	margin-left: 10px;
}
#sub1 li a ,#sub2 li a {
	text-decoration: none;
}
#sub1 li a:hover ,#sub2 li a:hover  {
	text-decoration: none;
}
/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }

/* サイドバー画像 */
#sub1 img ,#sub2 img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}

.rss {
	margin-top: 5px;
	margin-bottom: 5px;
}

.rss a {
	background-image: url(http://bija.jp/blogimg/feed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.rss a:hover {
	background-image: url(http://bija.jp/blogimg/feed.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}

#powered {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 75%;
        color: #336600;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
	padding: 0 .5em;
}

#footernavi ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}

/* フッター */
#footer {
	font-size: 75%;
        color: #336600;
	background-color: #FFFFFF;
	background-image: url(http://bija.jp/blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	clear: both;
}

/* フッターナビゲーション */
#footer ul{
        /*margin:10px 0;*/
	width:900px;/*ナビゲーション幅 リストの項目によって変化（通常は550px）*/
	float: left;
}

#footer li{
	list-style: none;
	display: inline;
	border-right: 1px solid #336600;
	padding:0 8px;
        line-height:100%;
}

#footer li.last{
	border-right: none;
	padding:0 0 0 8px;
}

#footer ul li a {
	text-decoration: none;
	color: #336600;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* コピーライト */
#footer div.copyright {
        width:500px;
        float: right;
	font-style: normal;
	text-align: right;
	line-height: 100%;
        margin-top: -0.5em;
        /* margin-bottom: 20px; */
}

/*-----------------------------------------------
サブメニューナビゲーション
-----------------------------------------------*/

#sub_navi {
	width: 681px;
	height: 60px;
	margin: 10px auto 10px;
	background:url(http://bija.jp/blogimg/submenu_bg.jpg) no-repeat;
	padding: 0;
}
#sub_navi ul {
	margin: 0;
	padding: 0;
}
#sub_navi li {
	display:inline;
	list-style-type:none;
}
#sub_navi li a {
	height:60px;
	display:block;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#sub_navi li.sub_navi01 a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat 0px 0px;
	width:227px;
}
#sub_navi li.sub_navi02 a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -227px 0px;
	width:227px;
}
#sub_navi li.sub_navi03 a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -454px 0px;
	width:227px;
}

/*------hover*/
#sub_navi li.sub_navi01 a:hover {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat 0px -120px;
}
#sub_navi li.sub_navi02 a:hover {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -227px -120px;
}
#sub_navi li.sub_navi03 a:hover {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -454px -120px;
}


/*------on*/
#sub_navi li.sub_navi01_on a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat 0px -60px;
	width:227px;
}
#sub_navi li.sub_navi02_on a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -227px -60px;
	width:227px;
}
#sub_navi li.sub_navi03_on a {
	background:url(http://bija.jp/blogimg/submenu.jpg) no-repeat -454px -60px;
	width:227px;
}

/************************************************
* サイトマップ * 
************************************************/
ul li.home {
list-style-type: none;
}

ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(http://bija.jp/blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(http://bija.jp/blogimg/tree_end.gif);
list-style: none;
}

/*	2011/07/18追加　blognavi  */

.blognavi {
	width: 100%;
	margin-top:3px;
	text-align:right;
	padding-top:12px;
	clear:both;
}
.blognavi ul li {
	display:inline;
}
.blognavi ul li a{
	text-decoration:none;
}
.blognavi ul li a:hover{
	text-decoration: underline;
}

