@charset "utf-8";
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #656565;
	background-color: #E5E5E5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
/* link styles
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #656565;
	text-decoration: none;
}
a:visited {
	color: #656565;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basiclayout
-------------------------*/
#wapper {
	background-color: #E5E5E5;
	width: 800px;
	margin: 0px auto;
}



#main {
	float: right;
	padding-right: 50px;
	width: 500px;
}


#sidebar {
	float: left;
	padding-left: 50px;
	padding-top: 50px;
	width: 200px;
	height: 400px;
}

#footer {
	padding-left: 50px;
	clear: both;
	padding-top: 10px;
	padding-right: 50px;
}
/* header styles
-------------------------*/
#header {
	height: 30px;
	padding-top: 50px;
	padding-left: 50px;
	width: 750px;
}
#header h1 {
	font-size: 120%;
	font-weight: normal;
}
#sidebar ul {
	line-height: 2.4;
	margin-bottom: 1em;
	list-style: none;
}
/* footer styles
-------------------------*/
#footer address {
	float: right;
	font-size: 60%;
	margin-top: 5px;
	margin-bottom: 8px;
}
#footer dl#news dt {
	width: 6em;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 80%;
	float: left;
}
#footer dl#news dd {
	margin-bottom: 8px;
	margin-left: 11em;
	font-size: 80%;
}

/* main styles
-------------------------*/
#main h3 img {
	clear: both;
	float: right;
}
#main ul li {
	float: right;
	clear: both;
	font-size: 70%;
	line-height: 1.8em;
	list-style: none;
}
#main p {
	font-size: 70%;
}
/*photos 
-------------------------*/

#main div.wk {
	float: left;
	width: 240px;
	margin-bottom: 15px;
	margin-left: 10px;
}
/*slideshow 
-------------------------*/

<style type="text/css">
#slideshow {
   position: relative;
   width:  500px; /* 画像の横幅に合わせて記述 */
   height: 375px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 80;
   left:250;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
</style>
