@charset "Shift_JIS";

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

  Main styles
  version 2011.11.26
  autor   Kenichi Okamura

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


body {
	background: #FFF url(../images/bg.jpg) center top;
}

body, td, th {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #333;
}

/* background fixed for ie6 */
/*
* html, * html body {
	background-position: expression((this.offsetWidth-800)/2+'px '+this.parentNode.scrollTop + 'px');
}
*/

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

  styles for  #wrapper height:100%

--------------------------------------------------------------------*/
/*
html, body, #wrapper {
	height: 100%;
}

#wrapper{
	min-height: 100%;

}

body > #wrapper {
	height:auto;
}
*/



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

  link style

--------------------------------------------------------------------*/
a {
	color:#00B2B2;
	text-decoration: none;
}

a:link {
	color:#00B2B2;
	text-decoration: none;
}

a:visited {
	color:#00B2B2;
	text-decoration: none;
}

a:hover {
	color:#0077B2;
	text-decoration: none;
}

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

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}
	


a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

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

a:hover img.current,
a:hover img.off,
a:hover img.nohover {
	cursor: default;
}


img.off,
a img.off,
a:hover img.off {
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}


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

  menu style

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

#menu {
	width: 310px;
}
	#menu .midashi {
	}
	#menu li {
		padding-bottom: 1px;
	}
	
.article {
}
	.article h2 {
		width: 500px;
		margin: 0 auto 2em;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.article p {
		width: 500px;
		margin: 0 auto 2em;
	}

.movie {
	width: 640px;
	margin: 0 auto 2em;
}


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

	  Override Common styles

--------------------------------------------------------------------*/
#wrapper {
	width: 800px;
}

#header {
	position: relative;
	background: url(../images/bg2.jpg) no-repeat center top;
}

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

#contents {
	background: url(../images/bg3.gif) repeat-y center top;
}

#update {
}

#navi {
	width: 480px;
}
	#navi li {
		padding: 0 10px;
	}
	#navi li.next {
	}
	#navi li.prev {
	}
	#navi li.latest {
	}

#date {
	color: #666;
	padding-bottom: 0;
}

#footer {
	width: 720px;
	padding-top: 0;
}
	#footer li {
		padding-right: 20px;
	}
	
#copyright,
#footer li.copyright {
	line-height: 16px;
}

