@charset "UTF-8";

.imgLeft{
	margin-left: 12px;
}
.imgright{
	margin-right: 12px;
}
.imgud{
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgud2{
	margin-top: 15px;
	margin-bottom: 10px;
}
.imgrl{
	margin-left: 4px;
	margin-right: 4px;
}
.imgud7{
	margin-top: 7px;
	margin-bottom: 7px;
}
.imgu{
	margin-bottom: 10px;
}

.cats{
	font-size: 11px;
	line-height: 16px;
}

/* ---------------------------------------------------------------- *
	アコーディオン設定
 * ---------------------------------------------------------------- */

.accordion_toggle {
	display: block;
	height: 35px;
	padding: 0 5px 0 0px;
	line-height: 35px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c5b7;
	background-image: url(../img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 565px;
		}
		
.accordion_toggle_active {
	background-color: #efeceb;
		}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding: 20px 10px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92523F;
		}
		
.accordion_content p {
	line-height: 145%;
	padding: 5px 10px 15px 10px;
	}
.accordion_content h4 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;

			}
		
.accordion_none {
	display: block;
	height: 35px;
	padding: 0 5px 0 0px;
	line-height: 35px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c5b7;
		}
.daysite {
	color: #803620;
	background-image: url(../img/siteinfo_icon.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	float: left;
	padding-right: 78px;
}
.dayother {
	color: #803620;
	background-image: url(../img/other_icon.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	float: left;
	padding-right: 78px;
}
.daypub {
	color: #803620;
	background-image: url(../img/pub_icon.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	float: left;
	padding-right: 78px;
}
.daygoods {
	color: #803620;
	background-image: url(../img/goods_icon.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	float: left;
	padding-right: 78px;
}

			
.vertical_accordion_toggle_active {
	color: #ffffff;
	border-bottom: 1px solid #f68263;
	background-color: #d3c5b7;
		}

.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

.vertical_accordion_content h3 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
	/*
		Horizontal Accordion
	*/
		
.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
	margin: 10px auto 10px auto;
	height: 10px;
    }
    
   #vertical_nested_container {
	margin: 10px auto 10px auto;
	width: 590px;
    }


/* ---------------------------------------------------------------- *
	side設定
 * ---------------------------------------------------------------- */

.stop {
	background-image: url(../img/r-top.gif);
	background-repeat: no-repeat;
	height: 4px;
	background-position: top;
}
.sbtn {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.sbottom {
	background-image: url(../img/r_bg.gif);
	background-repeat: repeat-y;
	height: 6px;
}
/* ---------------------------------------------------------------- *
	横３段サムネイルリスト
 * ---------------------------------------------------------------- */
#thumbslist {
	margin: 0;
	padding: 0;
}

#thumbslist li {
	background: #FFFFFF;
	margin-bottom: 15px;
	/* Note：特別な場合以外，0 余白はさらに内側ボックスで設定*/
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	/* Note：ボックスからはみ出す分は出力されない */
	width: 200px;
	height: 100%;
}
.thumbsline {
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.thumbs {
	* width:100%;
	font-size: 12px;
  }
/* ---------------------------------------------------------------- *
	profile
 * ---------------------------------------------------------------- */
 .pro{
	background-image: url(../../aboutus/img/fuku03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	width: 664px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
 }
 .pro2{
	background-image: url(../../aboutus/img/goma03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	width: 664px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
 }
 .pro3{
	background-image: url(../../aboutus/img/meme03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	width: 664px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
 }

 .prodot{
	background-image: url(../../aboutus/img/dot.gif);
	background-repeat: repeat-x;
 }
.gomaji {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #E68F1E;
}
.memeji {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #F5805F;
}
/* ---------------------------------------------------------------- *
	pagetop
 * ---------------------------------------------------------------- */
.pagetop {
	text-align: right;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}


.contents img.imgr {
	float: left;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.book {
	padding-top: 1.8em;
	padding-bottom: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#site {
	padding-top: 5px;
	padding-bottom: 5px;
}

#site h4{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
}
#site p{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
