<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

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

  Common styles
  version : 0.2.20120510
  author  : Kenichi Okamura

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

html {
}

body {
	background: #000 url(../images/bg.gif) repeat-y center top;
}

body, td, th {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	text-align: left;
	color: #F33;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

br {
	letter-spacing: normal;
}

strong {
	font-weight: bold;
}

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

p {
	margin-bottom: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:14px;
	color: #666;
}
h6 {
	font-size:14px;
	color: #999;
}


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

  text styles

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

.big {
	font-size: 24px;
	color: #F99;
}


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

  link style

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

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

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

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

a:active {
	color:#F33;
	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

--------------------------------------------------------------------*/
.parent {
	height: auto;
	overflow: hidden;
}
	.left {
		float: left;
	}
	.right {
		float: left;
	}

.youtube {
	width: 496px;
	margin: 0 auto;
}

img.ficon {
	background: #EEE;
	margin: 2px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

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

  section styles

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


/*----------------------------------------
  header
----------------------------------------*/
#header {
}
	h1#title {
		margin-top: 0;
		margin-bottom: 0;
	}

#yodogawa {
}

/*----------------------------------------
  contents
----------------------------------------*/
#contents {
	width: 500px;
	margin: 0 auto;
}
	#contents h2 {
		margin-top: 40px;
	}

#package {
	width: 460px;
	background: url(../images/info_bg.png) no-repeat center top;
	margin: 0 auto;
	padding: 20px;
}
	#package h1 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#package .photo {
		padding-right: 20px;
	}

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

/*----------------------------------------
  footer
----------------------------------------*/
#footer {
	width: 760px;
	background: url(../images/footer_bg.png) no-repeat center top;
	margin: 50px auto 50px;
	padding: 17px 20px;
}
	#footer ul {
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	#footer li {
		float: left;
		padding-right: 10px;
		line-height: 1em;
		list-style-type: none;
	}
	#footer li.end {
		padding-right: 0;
	}
	#footer li.copyright
	{
		float: right;
		padding-right: 0;
		line-height: 30px;
	}
	
#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;
}
</pre></body></html>