
body {
	background: url(../images/bg.gif) center top;
}

body, th, td {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
}

p {
	margin-bottom: 1em;
}
	p.column {
		padding-left: 45px;
		margin-top: 0.25em;
		margin-bottom: 1.75em;
	}	
	p.columnb {
		padding-left: 45px;
		margin-top: 0.25em;
		margin-bottom: 1.75em;
		font-weight: bold;
	}

#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF; 
	text-align: left;
}

#wrapper2 {
	position: relative;
	width: 500px;
	margin: 0 auto;
	background-color: #FFF; 
	text-align: left;
}
	#wrapper2 #copyright {
		width: auto !important;
	}

#contents {
	padding: 20px;
}

#title {
	padding: 20px 0;
	text-align: center;
}

#yodogawa {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.75em;
	color: #7A96CC;
	font-weight: bold;
	text-align: center;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
	#footer li {
		float: left;
		height: 30px;
		margin-right: 10px;
		line-height: 30px;
	}
	#footer li.end {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}
	#footer li a {
		font-size: 14px;
		font-weight: bold;
	}


#sakuraMain {
	background-color: #FFF4F2;
}
	#sakuraMain .right {
		width: 220px;
	}

#map {
	width: 580px;
	height:600px;
}

#recent {
	height: 500px;
}
	#recent .item {
		margin-top: 10px;
	}
		#recent .item .left {
			width: 55px;
			padding: 0 10px 10px 10px;
		}
		#recent .item .right {
			width: 135px;
			padding: 0 10px 10px 0;
			word-wrap: break-word;
		}	
			#recent .item .right a,
			#recent .item .right .name,
			#recent .item .right .date,
			#recent .item .right .num {
				font-size: 10px;
				line-height: 1.2em;
			}
			#recent .item .right .name {
				font-size: 12px;
				line-height: 1.35em;
				font-weight: bold;
			}
			#recent .item .right .date {
				font-size: 10px;
			}
			#recent .item .right .num {
				font-size: 10px;
			}
		#recent .item div.comment {
			padding: 0 10px 10px;
			border-bottom: 1px solid #FFF;
		}


/*--------------------------------------------------------------------------------

	buttons

--------------------------------------------------------------------------------*/


#menu {
	position: absolute;
	top: 180px;
	right: 20px;
}
	#menu li {
		margin-top: 5px;
	}
	
#itemNavi {
	width: 180px;
	margin: 0 auto 10px;
}
	#itemNavi li.back {
		float: left;
		width: auto;
	}
	#itemNavi li.next {
		float: right;
		width: auto;
	}
		#navi_back,
		#navi_next {
			font-size: 14px;
			font-weight: bold;
			color: #FF9580;
		}
		#navi_back:hover,
		#navi_next:hover {
			cursor: pointer;
			color: #FFCABF;
		}
		#navi_back {
			background: url(../images/arrow_left.gif) left center no-repeat;
			padding-left: 20px;
		}
		#navi_next {
			background: url(../images/arrow_right.gif) right center no-repeat;
			padding-right: 20px;
		}
	
#buttons {
	width: 180px;
	margin: 0 auto;
}
	#buttons li {
		margin-top: 5px;
	}
	#buttons li.slide {
		height: 50px;
	}
		#buttons li.slide a {
			line-height: 50px;
		}
		#buttons li.slide img {
			vertical-align: middle;
			margin-right: 2px;
		}

	
.send {
	width: 180px;
	height: 30px;
}
.sendL {
	height: 60px;
}
	.send a {
		line-height: 30px;
	}
	.sendL a {
		line-height: 60px;
	}
	
li.map {
	width: 180px;
	height: 30px;
	text-align: center;
}
	li.map a {
		line-height: 30px;
	}

a.button {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF !important;
	background-color: #FF9580;
	
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.button:hover {
	background-color: #FFCABF;
}
a.button2 {
	display: block;
	border: 1px solid #CCC;
	width: 178px;
	height: 28px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF4D55;
	text-align: center;
	outline: none;
	
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.button2:hover {
	background-color: #FFF4F2;
	color: #FFAF9F;
}

.back {
	width: 180px;
	height: 30px;
	text-align: center;
}
	.back a {
		line-height: 30px;
	}
	



#copyright {
	width: 760px;
	text-align: right;
	padding-bottom: 50px;
}


.credit {
	color: #333333;
	font-size: 10px;
	line-height: 1.3;
}

.small {
	font-size: 12px;
	letter-spacing:1px;
	line-height: 1.2;
}

/*　リンク　*/

a:link{ color: #FF9580; text-decoration: none; }
	 
a:visited{ color: #FF9580; text-decoration: none; }
	 
a:hover{ color: #FFCABF; text-decoration: none; }

a:active{ color: #FFCABF; text-decoration: none; }

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
a:hover img.btn,
a:hover img.nohover {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


img.thumb {
	max-width:55px;
	max-height:40px;
	cursor:pointer;
}


#form {
}

	#form td, #form th {
		padding: 10px;
		line-height: 1.5em;
	}
	
	#form th {
		width: 120px;
		font-weight: bold;
	}


.title {
	background: url(../images/sakuraL.gif) no-repeat left center;
	padding-left: 45px;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #FF4D55;
}
.title2 {
	margin-top: 1em;
	margin-bottom: 1em;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #FF4D55;
}
.subtitle {
	background: url(../images/sakuraL2.gif) no-repeat left center;
	padding-left: 45px;
	margin-top: 1em;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #FF7E86;
}


.border1 {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #FF4D55;
	margin: 20px 0;
}

.border2 {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #FFEBED;
	margin: 20px 0;
}

#dateNavi {
	position: relative;
}
	#dateNavi ul {
		padding: 2px 0 2px 2px;
	}
	#dateNavi li {
		float: left;
		padding-right: 2px;
	}
	#dateNavi li.end {
		padding-right: 0;
	}
	#dateNavi li a {
		display: block;
		border: 1px solid #CCC;
		width: 141px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		font-weight: bold;
		color: #FF4D55;
		text-align: center;
		outline: none;
	
	        border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	}
	#dateNavi li a:link {
		background-color: #FFF;
	}
	#dateNavi li a:visited {
		background-color: #FFF;
	}
	#dateNavi li a:hover {
		background-color: #FFF4F2;
		color: #FFAF9F;
	}
	#dateNavi li a:active {
		background-color: #FFF4F2;
		color: #FFAF9F;
	}
	
	#dateNavi li a.current {
		color: #BBB;
		background-color: #FFF;
		border: 1px solid #F1F1F1;
		border-bottom: 2px solid #FF4D55;
		height: 39px;
		cursor: default;
	}
	
	
	
	
.center {
	margin: 0 auto;
}

.pink {
	color: #FF6699
}