@charset "Shift_JIS";

strong {
	font-weight: bold;
}

.cap {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#menu {
	float: right;
	width: 250px;
	padding-right: 50px;
}
	#menu .midashi {
		padding: 25px 0 15px;
	}

#schedule {
	width: 760px;
	margin: 0 auto;
}
	#schedule li {
		position:relative;
		float: left;
		padding-right: 5px;
		vertical-align:top;
	}
	#schedule li.end {
		padding-right: 0;
	}
	#schedule li .shoplink {
		position: absolute;
		width: 90px;
		height: 30px;
		bottom: 0;
		right: 5px;
	}
	#schedule li.end .shoplink {
		right: 0;
	}
	img {
		vertical-align:top;
	}


#contents .article {
	width: 600px;
	margin: 50px auto;
}
	#contents .article h2 {
		margin-bottom: 2em;
	}
	#contents .article h3 {
		margin-bottom: 1em;
		font-size: 16px;
		font-weight: bold;
	}
	#contents .article strong.bigger {
		font-size: 16px;
		color: #3DCC3D;
	}
	#contents .article .photo {
		background-color: #3DCC3D;
		padding: 10px;
		margin-top: 2em;
		margin-bottom: 3em;
	}
	#contents .article .photo2 {
		padding: 0 10px 10px;
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}
	#contents .article .photo .cap {
		padding: 0;
		color: #FFF;
		margin: 0.5em 0 0 0;
	}
	#contents .article .item {
		width: 420px;
		margin: 0 auto 80px;
	}
	#contents .article .title {
		text-align: center;
	}
	
	.photo a {
		color:#0077B2;
		text-decoration: none;
	}
	.photo a:link {
		color:#0077B2;
		text-decoration: none;
	}
	.photo a:visited {
		color:#0077B2;
		text-decoration: none;
	}
	.photo a:hover {
		color:#003BB2;
		text-decoration: none;
	}
	.photo a:active {
		color:#003BB2;
		text-decoration: none;
	}


#contents .attention {
	border: 5px solid #E60000;
	color: #E60000;
	margin-bottom: 2em;
}	
	#contents .attention h3 {
		background-color: #E60000;
		padding-bottom: 5px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	#contents .attention p {
		padding: 1em 1em 0;
		font-weight: bold;
	}

#contents p {
	margin-bottom: 1em;
}


.column {
	width: 420px;
	margin: 0 auto;
}
	.column .top {
		height: 20px;
		background: url(../images/column_top.jpg) no-repeat center top;
	}
	.column .mid {
		background: url(../images/column_mid.jpg) repeat-y center top;
		padding: 0 20px 20px;
		color: #000;
	}
		.column .mid h2 {
			margin-bottom: 1em;
		}
	.column .btm {
		height: 20px;
		background: url(../images/column_btm.jpg) no-repeat center top;
	}
	
	.column a {
		color:#0077B2;
		text-decoration: none;
	}
	.column a:link {
		color:#0077B2;
		text-decoration: none;
	}
	.column a:visited {
		color:#0077B2;
		text-decoration: none;
	}
	.column a:hover {
		color:#003BB2;
		text-decoration: none;
	}
	.column a:active {
		color:#003BB2;
		text-decoration: none;
	}


.banner {
	width: 560px;
	margin: 20px auto 50px;
}
	.banner li {
		float: left;
		padding: 0 10px;
	}

.navi {
	width: 420px;
	margin: 50px auto 0;
}
	.navi li {
		float: left;
		padding: 5px;
	}
	.navi li.hidden {
		visibility: hidden;
	}
	
.reportnavi {
	width: 590px;
	margin: 0 auto 80px;
}
	.reportnavi li {
		float: left;
		padding: 0 10px;
	}

.read {
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}

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

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
	background-color: #FFF;
}

#header {
	position: relative;
}

#yodogawa {
	float: left;
	width: 325px;
	padding-left: 75px;
}

#contents {
}

#update {
}

#date {
}

#footer {
	width: 760px;
}
	#footer li {
		padding-right: 5px;
	}
	
#copyright {
}

.copyright {
	float:right !important;
	line-height: 40px;
}
