@charset "UTF-8";

/* --- 全体の背景・テキスト --- */

body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	background:#fff;
}

img {
	border:none;
}


#body{
	width: 950px; /* ページの幅 */
	margin: 0 auto; /* センタリング */ 
	_text-align: center;
	background-color:#fce8f0;
}

#head {
	width:850px;
	height: auto;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}

/* --- コンテナ --- */
#container {
	width: 850px; /* ページの幅 */
	margin:5px auto;
}


#contents {
	width: 900px;
	height:100%;
	margin-top:50px;
}



/* --------- スライド --------- */

#topimages {
	width:850px;
	text-align:left;
	margin:0;
	padding:0;
	display:inline;
}

.pics {
	height: 400px;
	width: 850px;
	padding:0;
	margin:0px;
	overflow: hidden;
}

#slideshow a img {
	border: none;
	display: block;
}

/* --- フッタ --- */
#footer {
	margin-top:20px;
	height:150px;
	clear:both;
}

#ft_center{
	width: 900px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	font-size:12px;
}

#ft_center p.left{
	float:left;
	margin:5px 0px 0px 15px;
}

#ft_center p.right{
	float:right;
	margin:5px 10px 0px 0px;
}


#ft_center a:link,
#ft_center a:visited{
	color:#000;
	text-decoration:underline;
	}

#ft_center a:hover,
#ft_center a:active{
	color:#fff;
	text-decoration:none;
}