@charset "utf-8";

/*====================================================

	紅葉だより

=====================================================*/

body {
	margin: 0px;
	padding: 0px;
	background:  url(img/bg.png) repeat;
	font-size: 12px;
	color: #281500;
	line-height: 150%;}

img {
	border: 0px;}
	
p {
	line-height: 150%;
	margin: 0px;
	}
	
#wrap {
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background: url(img/bg2.png) repeat-y;}
	

#container {
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}


/* link */
a { color: #C00; text-decoration: none}
a:hover {
	color: #C00; text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;}

/*-----------------------------------------------
	header
-------------------------------------------------*/
#header {
	height: 225px;
	background: url(img/head.png) no-repeat;
	}


/*-----------------------------------------------
	footer
-------------------------------------------------*/
#footer {
	height: 230px;
	text-align: center;
	margin: 0px auto;
	background: url(img/foot.png) no-repeat;
	}


/*-----------------------------------------------
	div
-------------------------------------------------*/

.spot {
	width: 410px;
	height: auto;
	float: left;
	margin: 10px 20px 10px 20px;
	overflow: hidden;
	}
	
.txt {
	width: auto;
	height: auto;
	color: #000;
	margin: 5px 170px 5px 5px;
	}
	
.txt2 {
	width: auto;
	min-height: 120px;
	color: #000;
	margin: 20px 5px 10px 5px;
	background: url(img/ochiba.png) no-repeat bottom left;
	}

.clear {
	clear: both;
	}

/*-----------------------------------------------
	spot
-------------------------------------------------*/

.name{
	font-size:14px;
	font-weight:bold;
	color:#930;
	}
	

.kikan{
	font-size:11px;
	color: #960;
	}

.event{
	font-size:12px;
	color: #F30;
	}


/*-----------------------------------------------
	id
-------------------------------------------------*/
#shouryakuji{
	background: url(img/shouryakuji.jpg) no-repeat top center;
	}
#narapark{
	background: url(img/narapark.jpg) no-repeat top center;
	}
#enshouji{
	background: url(img/enshouji.jpg) no-repeat top center;
	}
#yoshinoyama{
	background: url(img/yoshinoyama.jpg) no-repeat top center;
	}
#mitarai{
	background: url(img/mitarai.jpg) no-repeat top center;
	}
#taima{
	background: url(img/taima.jpg) no-repeat top center;
	}
#chougakuji{
	background: url(img/chougakuji.jpg) no-repeat top center;
	}
#murou{
	background: url(img/murou.jpg) no-repeat top center;
	}
#shigisan{
	background: url(img/shigisan.jpg) no-repeat top center;
	}
#tatsutagawa{
	background: url(img/tatsutagawa.jpg) no-repeat top center;
	}
#hasedera{
	background: url(img/hasedera.jpg) no-repeat top center;
	}
#ueno{
	background: url(img/ueno.jpg) no-repeat top center;
	}
#joururi{
	background: url(img/joururi.jpg) no-repeat top center;
	}

.attention { padding: 15px;}