@charset "UTF-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.kakihara #container {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.kakihara #navi {
	float: left;
	width: 200px;
	background: #FFFFFF;
	margin: 0px;
}
.kakihara #navi h1, .kakihara #navi p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
}
.kakihara #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 

.fltrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.back_gray {
	background-color: #E6E6E6;
}
ul {
	color: #333;
	font-size: 14px;
	list-style-type: none;
	line-height: 36px;
	margin-top: 40px;
	margin-bottom: 40px;
}
h2 {
	font-size: 16px;
	color: #333;
}
p {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
td {
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFF;
	padding-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* スライドショー */
#slideshow {
	position: relative;
	width:  480px; /* 画像の横幅に合わせて記述 */
	height: 320px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/* ここまで */
