﻿/* CSS Document */

@charset "Shift_JIS";
/*↓ RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

/*↓見出し指定*/
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
}

p { margin-bottom: 14px; }

body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;	
}

/* ↓ここからDIV指定*/

#header {
	width: 100%;
	height: 220px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

#header-logo {
	width: 265px;
	height: 130px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header-link {
	width: 800px;
	height: 130px;
	float: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	clear: none;
	background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/header-link-bg.jpg);
	background-repeat: no-repeat;
}

#header-wbsj {
	width: 90px;
	height: 130px;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: right;
}

#header-gnavi {
	width: 800px;
	float: none;
	padding: 0px;
	clear: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	height: 40px;
	margin: 0px;
}

#gnavibt {
	width: 800px;
	height: 220px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ↓グローバルナビゲーションRO*/
#globalnv {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
	}

#globalnv li {
	height: 40px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width: 160px;
		}

#globalnv a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	height: 40px; /* リンク領域を広げる */
	background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/bt-navi.jpg);
	background-repeat: no-repeat;
}

 /* 表示画像の位置を指定 */
#about a { background-position: 0px 0px; width:160px; }
#guide a { background-position: -160px 0px; width:160px; }
#pay a { background-position: -320px 0px; width:160px; }
#faq a { background-position: -480px 0px; width:160px; }
#contact a { background-position: -640px 0px; width:161px; }

#globalnv a:hover {
  text-decoration: none;
  background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/bt-navi.jpg);
  background-repeat: no-repeat;
}

/* 入れ替え画像の位置を指定 */
#about a:hover { background-position: 0px -40px; width:160px; }
#guide a:hover { background-position: -160px -40px; width:160px; }
#pay a:hover { background-position: -320px -40px; width:160px; }
#faq a:hover { background-position: -480px -40px; width:160px; }
#contact a:hover { background-position: -640px -40px; width:161px; }



/* ↓サブナビゲーションRO*/

/* wrap */
#bt-sub {
	width: 375px;
	height: 27px;
	margin-top: 12px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 155px;
}

#subnv {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
	}

#subnv li {
	height: 27px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width: 125px;
		}

#subnv a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	height: 27px; /* リンク領域を広げる */
	background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/bt-sub.gif);
	background-repeat: no-repeat;
}

 /* 表示画像の位置を指定 */
#user a { background-position: 0px 0px; width:125px; }
#login a { background-position: -125px 0px; width:125px; }
#cart a { background-position: -250px 0px; width:125px; }


#subnv a:hover {
  text-decoration: none;
  background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/bt-sub.gif);
  background-repeat: no-repeat;
}

/* 入れ替え画像の位置を指定 */
#user a:hover { background-position: 0px -27px; width:125px; }
#login a:hover { background-position: -125px -27px; width:125px; }
#cart a:hover { background-position: -250px -27px; width:125px; }


/* 削除 */
#bt-cart {
	width: 120px;
	height: 27px;
	margin-top: 12px;
	display: inline;
	float: left;
	clear: right;
	margin-left: 120px;
}
/* 削除 */

/* ↓グローバルナビゲーション*/
#logo {
	height: 40px;
	width: 435px;
	text-align: left;
	float: left;
	display: inline;
}

#link-1 {
	height: 40px;
	width: 64px;
	text-align: left;
	float: left;
	display: inline;
}


#link-2 {
	height: 40px;
	width: 80px;
	text-align: left;
	float: left;
	clear: right;
	display: inline;
}


/* ↓ホームレイアウト*/
div.pickupbox {
	width: 186px;
	float: left;
	height: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
		}
		
		p.image, p.caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
		}
		
	p.caption {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
		}

div.newitembox {
	width: 137px;
	float: left;
	height: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
		}





/* ↓メインコンテナ*/
#container {
	width: 800px; /*横幅*/
	height: 100%;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	text-align: center;
	clear: none;
	float: none;
}

/* ↓検索エリア*/
#search {
	width: 800px; /* 横幅 */
	height: 50px;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	float: none;
	clear: both;
	background-color: #eee4bb;
	margin: 0px;
}

#search-form {
	width: 170px; /* 横幅 */
	height: 24px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	float: left;
	margin-left: 20px;
	display: inline;
	}
	
#searchform {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#search-text {
	width: 250px; /* 横幅 */
	height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	float: left;
	display: inline;
	color: #784B1A;
	padding-top: 18px;
	margin-left: 20px;
	}
	
	
#search-keywords {
	width: 160px;
	height: 14px;
	border: 1px solid #99774A;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#search-btn {
	width: 68px;
	height: 24px;
	margin-top: 12px;
	display: inline;
	float: left;
	margin-left: 10px;
	
}

/* ↓左サイドリンク*/
#leftlink {
	width: 190px; /*横幅*/
	min-height: 100%;
	position: relative;
	text-align: left;
	float: left;
}

#leftlink-bnr {
	width: 180px; /*横幅*/
	padding-bottom: 10px;
}

#leftlink-ctg {
	width: 180px; /*横幅*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(https://c05.future-shop.jp/shop/item/wildbird/design/img04/leftlink_catg_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 10px;
	padding-top: 8px;
}

#leftlink  ul {
	font-family: 'メイリオ','Meiryo',"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#leftlink-txt {
	width: 180px; /*横幅*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ↓ホーム*/
#homemain {
	width: 600px;
	float: left;
	clear: right;
	text-align: left;
	display: inline;
	margin-left: 10px;
}

#main-img {
	width: 600px; /*横幅*/
	padding-bottom: 8px;
	padding-top: 10px;
}

#main-img2 {
	width: 600px; /*横幅*/
	padding-bottom: 20px;
}








.main-img {
	width: 600px; /*横幅*/
	padding-bottom: 10px;
	padding-top: 0px;
}

.main-img2 {
	width: 600px; /*横幅*/
	padding-bottom: 30px;
}

.btn-img {
	width: 314px;
	margin-left: 276px;
	margin-bottom: 30px;
}




/* ↓カテゴリーリンク*/
#home-categ-l {
	height: 100px;
	width: 194px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#home-categ-m {
	height: 100px;
	width: 194px;
	float: left;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
}

#home-categ-r {
	height: 100px;
	width: 194px;
	text-align: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

#categ-l {
	height: 90px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#categ-m {
	height: 90px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#categ-r {
	height: 90px;
	width: 200px;
	text-align: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}


/* ↓2nd DIR*/

/* ↓カテゴリー内*/
#catmain-txt {
	width: 600px;
	text-align: left;
	display: inline;
	margin-left: 10px;
}


/* スペーサー */
#spc-s {
	width: 600px;
	height: 5px;
	clear: both;
}

#spc-lg {
	width: 600px;
	height: 20px;
	clear: both;
}

p.exp5 {
	clear: both;
	height: 5px;
		}
		
	p.exp10 {
	clear: both;
	height: 10px;
		}


/* 見出し */
#title-lg {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	padding-top: 5px;
	clear: both;
	margin-top: 15px;
}


/* カテゴリーおすすめ */

#reco-tt {
	width: 590px;
	height: 24px;
	clear: right;
	padding-top: 10px;
	font-size: 14px;
	color: #3B6436;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	border: 1px solid #75A746;
	background-color: #FCF5E2;
}


#reco-cont {
	width: 600px;
	margin-bottom: 10px;
	height: 120px;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

#reco-l {
	width: 120px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	height: 120px;
	
}

#reco-rt {
	width: 450px;
	float: none;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	clear: right;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	font-weight: bold;
	
}

#reco-r {
	width: 450px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	
}

/* サムネイル */

.thm-img-lg {
	width: 589px; /*横幅*/
	padding-bottom: 8px;
	padding-top: 10px;
	margin-left: 10px;
	clear: left;
}

.thm-tx-1 {
	width: 164px; /*横幅*/
	padding-bottom: 8px;
	padding-top: 0px;
	margin-left: 10px;
	float: left;
	margin-right: 19px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

.thm-tx-1c {
	width: 164px; /*横幅*/
	padding-bottom: 8px;
	padding-top: 0px;
	margin-left: 10px;
	float: left;
	clear: right;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

/* 画像レイアウト */

.img-left {float: left; margin-right:15px;}
.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#about-l {
	width: 285px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	display: inline;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
#about-r {
	width: 285px;
	float: right;
	height: 200px;
	clear: right;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	display: inline;
	
}

.img3clm {
	width: 183px;
	float: left;
	height: 220px;
	margin-left: 10px;
	margin-right: 7px;
		}
		
		.img3clmc {
	width: 183px;
	float: left;
	height: 220px;
	margin-left: 7px;
	margin-right: 7px;
		}
		
		.img3clme {
	width: 183px;
	float: left;
	height: 220px;
	margin-left: 7px;
	clear: right;
		}
		
		.bt3clm {
	width: 183px;
	float: left;
	height: 26px;
	margin-left: 10px;
	margin-right: 7px;
		}
		
		.bt3clmc {
	width: 183px;
	float: left;
	height: 26px;
	margin-left: 7px;
	margin-right: 7px;
		}
		
		.bt3clme {
	width: 183px;
	float: left;
	height: 26px;
	margin-left: 7px;
	clear: right;
		}

	p.exp {
	clear: left;
	height: 1px;
		}


/* フッター */
#footer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}

/* ↓ここからテキスト指定*/
.maintextL {
	font-size: 12px;
	color: #333333;
	width: 700px;
	text-align: left;
	line-height: 18px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
}

.maintextC {
	font-size: 12px;
	color: #333333;

	width: 700px;
	text-align: left;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 10px;
}

#icon {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	height: 14px;
	width: 14px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background-color: #E3E3E3;
	margin-right: 5px;
	margin-left: 5px;
	padding: 1px;
	line-height: 14px;
	display: inline;
}
#icon-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	height: 14px;
	width: 14px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
	line-height: 14px;
	display: inline;
}

#icon-c {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	height: 14px;
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 12px;
	padding: 2px;
	display: inline;
}

.tx_XL {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.tx_XL2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.tx_L {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.tx_L2B {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.tx_L2G {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 20px;
	color: #339900;
}

.tx_L3G {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 20px;
	color: #390;
	font-weight: bold;
}

.tx_MR {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #C30;
}

.tx_M {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.tx_M2G {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #339900;
}

.tx_m2or {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #F60;
}

.tx_S {
	font-family: 'メイリオ','Meiryo',"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.tx_S2 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}

.tx_cr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 13px;
	color:#333333;
	letter-spacing: 0.1em;
}

.tx_MB {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

#txt-block1 {
	width: 580px; /*横幅*/
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

.txt-block1 {
	width: 580px; /*横幅*/
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.txt-block1cg {
	width: 580px; /*横幅*/
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #363;
}

.txt-block1ed {
	width: 580px; /*横幅*/
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}


#txt-block2 {
	width: 580px; /*横幅*/
	padding-bottom: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

.txt-block2 {
	width: 580px; /*横幅*/
	padding-bottom: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}


#txt-block3 {
	width: 580px; /*横幅*/
	padding-bottom: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

.txt-block3 {
	width: 580px; /*横幅*/
	padding-bottom: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

.txt-block-ol1 {
	width: 540px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #9C3;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.txt-block-ol2 {
	width: 540px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: #FFFAD7;
	border: 1px solid #FFCC6D;
}

.txt-block-ol3 {
	width: 534px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	padding: 12px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: #FFFAE2;
	border: 1px solid #A8C793;
}



#news-block {
	width: 580px; /*横幅*/
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*↓カレンダー*/
.cal-block1 {
	width: 600px;
	margin-bottom: 30px;
	display: block;
}

#cal-bg1 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2016/bg1.jpg);
	background-repeat: no-repeat;
	height: 661px;
	padding-top: 115px;
}

#cal-bg1a {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2016/bg1a.jpg);
	height: 66px;
	margin-left: 30px;
	margin-top: 65px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-top: 55px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg1b {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2016/bg1b.jpg);
	height: 62px;
	margin-left: 30px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-top: 85px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg2 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2016/bg2.jpg);
	background-repeat: no-repeat;
	height: 328px;
	padding-top: 115px;
}

#cal-bg2a {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2016/bg2a.jpg);
	height: 45px;
	margin-left: 30px;
	margin-top: 120px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: right;
	padding-top: 55px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg3 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2016/bg3.jpg);
	background-repeat: no-repeat;
	height: 299px;
	padding-top: 144px;
}

#cal-bg3a {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2016/bg3a.jpg);
	height: 40px;
	margin-left: 30px;
	margin-top: 85px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: right;
	padding-top: 85px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

/* 2017 */
#cal-bg1-2 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2017/bg1.jpg);
	background-repeat: no-repeat;
	height: 661px;
	padding-top: 115px;
}

#cal-bg1a-2 {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2017/bg1a.jpg);
	height: 66px;
	margin-left: 30px;
	margin-top: 65px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-top: 55px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg1b-2 {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2017/bg1b.jpg);
	height: 62px;
	margin-left: 30px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: left;
	padding-top: 85px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg2-2 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2017/bg2.jpg);
	background-repeat: no-repeat;
	height: 328px;
	padding-top: 115px;
}

#cal-bg2a-2 {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2017/bg2a.jpg);
	height: 45px;
	margin-left: 30px;
	margin-top: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: right;
	padding-top: 55px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#cal-bg3-2 {
	width: 600px;
	margin-bottom: 20px;
	background-image: url(calendar2017/bg3.jpg);
	background-repeat: no-repeat;
	height: 299px;
	padding-top: 144px;
}

#cal-bg3a-2 {
	width: 325px;
	background-color: #FFF;
	background-image: url(calendar2017/bg3a.jpg);
	height: 40px;
	margin-left: 30px;
	margin-top: 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-align: right;
	padding-top: 85px;
	padding-left: 20px;
	background-repeat: no-repeat;
}


.cal-txt {
	width: 345px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	clear: both;
}

.cal-txt2 {
	width: 320px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
}

/*↓シマフクロウ*/

#sima-bg1 {
	width: 270px;
	background-image: url(1000nin17/shimafukurou_bg1.jpg);
	background-repeat: no-repeat;
	height: 149px;
	padding-top: 800px;
	margin-right: 0px;
	padding-left: 300px;
	padding-right: 30px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

#sima-bg2 {
	width: 560px;
	background-image: url(1000nin17/shimafukurou_bg2.jpg);
	background-repeat: no-repeat;
	height: 155px;
	padding-top: 350px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #258100;
	font-size: 14px;
	line-height: 24px;
}

#sima-bg3 {
	width: 350px;
	background-image: url(1000nin17/shimafukurou_bg3.jpg);
	background-repeat: no-repeat;
	height: 178px;
	padding-top: 90px;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 220px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #C54C21;
	font-size: 14px;
	line-height: 20px;
}

#sima-bg4 {
	width: 560px;
	background-image: url(1000nin17/shimafukurou_bg4.jpg);
	background-repeat: no-repeat;
	height: 231px;
	padding-top: 382px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
#sima4-tx1 {
	width: 275px;
	margin-right: 0px;
	padding-left: 150px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	padding-top: 40px;
}

#buy1 {
	width: 176px;
	height: 39px;
	margin-right: 16px;
	float: left;
	}
	
	#buy2 {
	width: 176px;
	height: 39px;
	margin-right: 16px;
	float: left;
	}
	
	#buy3 {
	width: 176px;
	height: 39px;
	float: left;
	clear: right;
	}

#sima-bg5 {
	width: 600px;
	background-image: url(1000nin17/shimafukurou_bg5.jpg);
	background-repeat: no-repeat;
	height: 499px;
	padding-top: 0px;
	margin-right: 0px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

#sima5-tx1 {
	width: 360px;
	margin-right: 0px;
	padding-left: 20px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A23E0F;
	font-size: 14px;
	line-height: 24px;
	clear: both;
	padding-top: 130px;
	padding-right: 220px;
	height: 148px;
}

#sima5-tx2 {
	width: 340px;
	margin-right: 0px;
	padding-left: 25px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A23E0F;
	font-size: 12px;
	line-height: 16px;
	clear: none;
	padding-top: 150px;
	height: 65px;
	padding-right: 25px;
	float: left;
}

#sima5-tx3 {
	width: 150px;
	margin-right: 0px;
	padding-left: 25px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #A23E0F;
	font-size: 12px;
	line-height: 16px;
	clear: none;
	padding-top: 150px;
	height: 65px;
	padding-right: 25px;
	float: left;
}

#sima6-tx1 {
	width: 275px;
	margin-right: 0px;
	padding-left: 60px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	padding-top: 40px;
}



#sima-bg6 {
	width: 550px;
	background-image: url(1000nin/shimafukurou_bg6.jpg);
	background-repeat: no-repeat;
	height: 270px;
	padding-top: 20px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #019100;
	font-size: 12px;
	line-height: 20px;
}




/*↓spt*/
.txt-block-lead {
	width: 580px; /*横幅*/
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}

.spt-md {
	width: 560px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 23px;
	font-size: 13px;
	color: #339900;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.2ex;
	clear: both;
	font-weight: bold;
	background-image: url(img/mds_bg.gif);
	padding-left: 40px;
	padding-top: 8px;
	margin-top: 10px;
}

.img-block-rwp {
	width: 600px; /*横幅*/
	margin-bottom: 20px;
}

.img-txt {
	width: 280px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

.img-photo {
	width: 280px;/*横幅*/
	clear: right;
	height: 210px;
	float: left;
	margin-left: 20px;
}

.img-txt2 {
	width: 375px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

.img-photo2 {
	width: 185px;/*横幅*/
	clear: right;
	height: 135px;
	float: left;
	margin-left: 20px;
}

.spt-img_lg {
	width: 580px;
	margin-left: 10px;
	margin-bottom: 20px;

	clear: both;
	margin-top: 15px;
}


/*ユーザー*/

#user-l {
	height: 110px;
	width: 174px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/user-bg01.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

#user-m {
	height: 110px;
	width: 174px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/user-bg02.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

#user-r {
	height: 110px;
	width: 174px;
	text-align: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-image: url(img/user-bg03.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

#img-use-bg {
	width: 570px; /*横幅*/
	margin-bottom: 30px;
	background-image: url(img/user-bg04.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 102px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #600;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#user-sup {
	height: 36px;
	width: 194px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 203px;
}

/*↓フォーム*/
#hinako {
	width:480px;
	text-align:left;
	height: 70px;
	background-image: url(img/hinako.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#book1 {
	width:435px;
	text-align:left;
	height: 120px;
	background-image: url(img/prebook-1.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0px;
}

#book2 {
	width:435px;
	text-align:left;
	height: 120px;
	background-image: url(img/prebook-2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0px;
}

#book3 {
	width:435px;
	text-align:left;
	height: 120px;
	background-image: url(img/prebook-3.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0px;
}

#book4 {
	width:435px;
	text-align:left;
	height: 120px;
	background-image: url(nature3/prebook.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0px;
}

#book5 {
	width:435px;
	text-align:left;
	height: 120px;
	background-image: url(img/prebook-4.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0px;
}



/*↓ここからカラー指定*/

/*↓リンク*/
a:link {
	text-decoration:none;
	color:#333333
}
a:visited {
	text-decoration:none;
	color:#333333
}
a:active {
	text-decoration:none;
	color:#333333
}
a:hover  {
	text-decoration:underline;
	color:#339900
}

/*↓本文リンク*/
#txt-block1 :link {
	text-decoration:none;
	color:#339900
}
#txt-block1 a:visited {
	text-decoration:none;
	color:#339900
}
#txt-block1 a:active {
	text-decoration:none;
	color:#339900
}
#txt-block1 a:hover  {
	text-decoration:underline;
	color:#339900
}

.txt-block1 :link {
	text-decoration:none;
	color:#3399cc
}
.txt-block1 a:visited {
	text-decoration:none;
	color:#3399cc
}
.txt-block1 a:active {
	text-decoration:none;
	color:#3399cc
}
.txt-block1 a:hover  {
	text-decoration:underline;
	color:#3399cc
}


a:link.txt-block-link {
	text-decoration:none;
	color:#3399cc
}
a:visited.txt-block-link {
	text-decoration:none;
	color:#3399cc
}
a:active.txt-block-link {
	text-decoration:none;
	color:#3399cc
}
a:hover.txt-block-link  {
	text-decoration:underline;
	color:#3399cc
}


#cal-bg1a :link {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1a a:visited {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1a a:active {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1a a:hover  {
	text-decoration:underline;
	color:#3399cc
}

#cal-bg1b :link {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1b a:visited {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1b a:active {
	text-decoration:none;
	color:#3399cc
}
#cal-bg1b a:hover  {
	text-decoration:underline;
	color:#3399cc
}

#cal-bg2a :link {
	text-decoration:none;
	color:#3399cc
}
#cal-bg2a a:visited {
	text-decoration:none;
	color:#3399cc
}
#cal-bg2a a:active {
	text-decoration:none;
	color:#3399cc
}
#cal-bg2a a:hover  {
	text-decoration:underline;
	color:#3399cc
}

#cal-bg3a :link {
	text-decoration:none;
	color:#3399cc
}
#cal-bg3a a:visited {
	text-decoration:none;
	color:#3399cc
}
#cal-bg3a a:active {
	text-decoration:none;
	color:#3399cc
}
#cal-bg3a a:hover  {
	text-decoration:underline;
	color:#3399cc
}

#sima-bg6 :link {
	text-decoration: none;
	color: #0086F0
}
#sima-bg6 a:visited {
	text-decoration:none;
	color:#0086F0
}
#sima-bg6 a:active {
	text-decoration:none;
	color:#0086F0
}
#sima-bg6 a:hover  {
	text-decoration:underline;
	color:#0086F0
}






/*↓カテゴリリンク*/
#leftlink-ctg a:link {
	text-decoration:none;
	color:#FFFFFF
}
#leftlink-ctg a:visited {
	text-decoration:none;
	color:#FFFFFF
}
#leftlink-ctg a:active {
	text-decoration:none;
	color:#FFFFFF
}
#leftlink-ctg a:hover  {
	text-decoration:underline;
	color:#FFFF99
}



/*↓ロールオーバー*/
img {
	border: none;
}
a:hover .img-r {
	filter: alpha(opacity=70);/*IE*/
	-moz-opacity: 0.70;/*FF*/
	opacity: 0.70;/*safari*/
}


/*↓ブラウザ対応*/

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
			
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
.sima5-tx1 {
}
