@charset "Shift_JIS";

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

  Common styles
  version : 0.2.20120510
  author  : Kenichi Okamura

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


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

  base styles

--------------------------------------------------------------------*/
html {
	background-color: transparent;
	background-image: none;
}
html, body {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body, td, th {
	font-size: 14px;
	line-height: 1.86em;
	letter-spacing: 0.23em;
	color: #4D4D4D;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

br {
	letter-spacing: normal;
}

strong {
	font-weight: bold;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
}

p {
	
}

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

  text styles

--------------------------------------------------------------------*/
.cap,
.caption {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.23em;
	color: #808080;
}



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

  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;
}




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

  common styles

--------------------------------------------------------------------*/
body {
	background: url(../images/bg.gif) fixed repeat-x 0px 640px;
}
#body {
	width: 100%;
	height: 100%;
	background: url(../images/bg2.gif) fixed no-repeat center 590px;
}
#wrapper {
	width: 900px;
	background: url(../images/bg3.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#header {
	border-bottom: 1px solid #4D4D4D;
}

h1#title {
	margin: 0;
	padding-left: 25px;
	margin-bottom: 50px;
}

#yodogawa {
	font-size: 14px;
	line-height: 1.86em;
	letter-spacing: 0.23em;
	padding-left: 30px;
	margin-bottom: 47px;
	color: #4D4D4D;
}

#contents {
	position: relative;
	padding-top: 70px;
}

#schedule {
	width: 391px;
	padding: 29px 28px 25px 30px;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
}


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

#menu {
	position: absolute;
	right: 0;
	top: 70px;
	width: 305px;
}
	#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 {
	margin: 50px auto 0;
}
	#navi ul {
	}
	#navi li {
	}
	#navi li.hidden {
		visibility: hidden;
	}
	#navi li.next {
	}
	#navi li.prev {
	}
	#navi li.latest {
	}
		

#footer {
	margin: 0 auto;
	border-top: 1px solid #4D4D4D;
	padding-bottom: 50px;
}
	#footer ul {
		padding-left: 30px;
	}
	#footer li {
		float: left;
		padding: 20px 100px 40px 0;
		line-height: 1em;
	}
	#footer li.end {
		padding-right: 0;
	}
	#footer li.copyright
	{
		float: right;
		padding-right: 0;
	}
	
#footer2{
	margin: 0 auto;
	border-top: 1px solid #4D4D4D;
	padding-bottom: 50px;
}
	#footer2 ul {
		padding-left: 25px;
	}
	#footer2 li {
		float: left;
		padding: 20px 130px 40px 0;
		line-height: 1em;
	}
	#footer2 li.end {
		padding-right: 0;
	}
	#footer2 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;
}

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

  inline block

--------------------------------------------------------------------*/
ul.inlineBlock,
ul.inlineBlock2 {
	word-spacing: -1em;
	display: table;
}
ul.inlineBlock2 {
	margin: 0 auto;
}
	ul.inlineBlock li,
	ul.inlineBlock2 li {
		word-spacing: normal;
		vertical-align: top;
		display:-moz-inline-box;
		display:inline-block;
		
	}
	#ltie8 ul.inlineBlock li,
	#ltie8 ul.inlineBlock2 li {
		display:inline;
		zoom: 1;
	}
	
ul.pagination {
	letter-spacing:-0.4em;
    text-align:center;
}
    ul.pagination li {
		letter-spacing: normal;
        display:-moz-inline-box;
        display:inline-block;
    }
    #ltie8 ul.pagination li {
        display:inline;
    }
        ul.pagination li a {
            display:-moz-inline-box; /* Firefox2 */
            display:inline-block;
            min-width:1.3em;
        }
        #ltie7 ul.pagination li a {
            width:1.3em;
        }
