@charset "Shift_JIS";


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

  Common styles
  version 2011.11.26
  autor   Kenichi Okamura

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

html {
	background-color: transparent;
	background-image: none;
}

/* for IE6 */
br {
	letter-spacing: normal;
}


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

  image style

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

img {
	border: 0 none;
	vertical-align: bottom;
}



strong {
	font-weight: bold;
}


.left {
	float: left;
}
.right {
	float: right;
}


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

  common id styles

--------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
}

#header {
}

#yodogawa {
}

#contents {
}

#date {
	padding: 30px 0 30px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}

#menu {
	float: right;
}
	#menu .midashi {
	}
	#menu li {
		line-height: 1em;
	}

#update {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
	#update .midashi {
		padding-bottom: 10px;
	}
	#update table {
		border-top: 1px solid #CCC;
	}
	#update td {
		width: 380px;
		padding: 10px;
		font-size: 11px;
		line-height: 1em;
		color: #CCC;
		border-bottom: 1px solid #CCC;
	}
		#update td a {
			display: block;
			width: 100%;
			height: 100%;
		}
	#update tr.current {
		font-weight: bold;
	}
		#update tr.current td {
			background-color: #F1F1F1;
		}
		#update tr.current a {
			color: #666;
		}
		#update tr.current a,
		#update tr.current a:link,
		#update tr.current a:visited,
		#update tr.current a:hover,
		#update tr.current a:active {
			cursor: default;
		}
	#update td strong {
		font-size: 14px;
		font-weight: bold;
		line-height: 1em;
	}
	#update td.date {
		width: 100px;
		font-size: 11px;
		font-weight: normal;
		color: #666;
		text-align: left;
		letter-spacing: 0;
	}
	#update tr.unopened td.date {
		color: #CCC;
	}

#navi {
	width: 420px;
	margin: 50px auto 0;
}
	#navi li {
		float: left;
		padding: 5px;
		line-height: 1em;
	}
	#navi li.hidden {
		visibility: hidden;
	}
	#navi li.next {
	}
	#navi li.prev {
	}
	#navi li.latest {
	}


#footer {
	margin: 0 auto;
	padding-bottom: 50px;
}
	#footer li {
		float: left;
		padding-right: 10px;
		line-height: 1em;
	}
	#footer li.end {
		padding-right: 0;
	}
	#footer li.copyright
	{
		float: right;
		padding-right: 0;
	}
	
#copyright,
#footer li.copyright {
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
