@charset "utf-8";

/*全体の設定
-----------------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #fff url(../img/w_ami3GY.gif);/*----------壁紙画像ファイル------------*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 14px;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 14px;
	border-spacing: 0;
}

a { text-decoration:none; color:#666;}
a:hover { text-decoration:underline; color:#f63; }

/*コンテナー（HPを囲むブロック）
-----------------------------------------------------------------*/
#container {
	background: #fff;
	width: 860px;
	margin: 30px auto 0px;
	border: 1px solid #ccc;
	padding: 30px;
	border-radius: 24px;
	box-shadow: #CCC 0px 0px 10px;
}




/*上部のメインメニュー
-----------------------------------------------------------------*/
nav#mainmenu ul li {
	float: left;
	width: 200px;
	margin-right: 10px;
}

nav#mainmenu ul li a {
	text-decoration: none;
	color: #666; 
	border: 1px solid #ccc;
	background: linear-gradient(#fff, #eee);
	display: block;
	text-align: center;
	padding: 5px 0px;
	border-radius: 30px;
/*	box-shadow: #CCC 4px 4px 10px;*/
}

nav#mainmenu ul li a:hover {
	background: #ddd;
}

/*スライドショーのためのCSS
-----------------------------------------------------------------*/
#slideshow {
	clear: left;
	position: relative;
	width:  800px; /* ボックスの横幅 */
	height: 560px; /* ボックスの高さ */
}

#slideshow p {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-color: white;
	margin: 0;
	height: 560px; /* ボックスの高さ */
}

#slideshow p.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow p.last-active {
	z-index: 9;
}

#slideshow p img {
	width: 800px; /* 画像の横幅 */
	height: 530px; /* 画像の高さ */
	display: block;
	border: 0;
	margin-bottom: 10px; /* 画像下部の余白 */
}



/*コンテンツ（内容）
-----------------------------------------------------------------*/
#contents {
	clear: left;
}


