@charset "Shift_JIS";


/*------------------------------------------------------------------------------
 
	共通クラス
 
------------------------------------------------------------------------------*/
.caution {
	color: #C00;
	font-size: 12px;
	letter-spacing: 0;
}

.attention {
	color: #C00;
	font-weight: bold;
}

.totop {
	text-align: right;
	padding: 10px;
}

.line1 {
	height: 5px;
	background: url(../images/line_dot.gif) repeat-x left top;
}
.line1b {
	height: 5px;
	background: url(../images/line_dot.gif) repeat-x left top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.line2 {
	height: 5px;
	background: url(../images/line_dot2.gif) repeat-x left top;
}

.line3 {
	height: 5px;
	background: url(../images/line_dot.gif) repeat-x left center;
	padding: 5px 0;
}

.stock {
	color: #C00;
	font-size: 12px;
}




.tooltip {
	z-index: 100;
	width:auto;
	color:#fff;
}
.tip-title {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #808080;
	padding:5px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.tip-text {
}
.tip-title a, .tip-text a { color:#fff; text-decoration: none; }

.left {
	float: left;
}

.right {
	float: right;
}


a.block {
	display: block;
	width: 100%;
	height: 100%;
}


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

  Common styles
  !!!!! DO NOT edit this styles !!!!!

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

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

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

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




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

  link styles

--------------------------------------------------------------------*/
a {
	color:#0066CC;
	text-decoration: none;
}
a:link {
	color:#0066CC;
	text-decoration: none;
}
a:visited {
	color:#0066CC;
	text-decoration: none;
}
a:hover {
	color:#F39700;
	text-decoration: none;
}
a:active {
	color:#F39700;
	text-decoration: none;
}

a.gray {
	color:#808080;
	text-decoration: none;
}
a.gray:link {
	color:#808080;
	text-decoration: none;
}
a.gray:visited {
	color:#808080;
	text-decoration: none;
}
a.gray:hover {
	color:#F39700;
	text-decoration: none;
}
a.gray:active {
	color:#F39700;
	text-decoration: none;
}

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}
	
a.textlink {
	display: block;
	padding: 10px 0 10px 20px;
	background: url(../images/arrow.gif) no-repeat left center;
	line-height: 1em;
	font-weight: bold;
}

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

  image styles

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

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



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

  list styles

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

ul, ol, li {
	line-height: 1em;
}



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

  text styles

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

strong {
	font-weight: bold;
}


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

  common id styles

--------------------------------------------------------------------*/
#wrapper {
	background-color: #FFF;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#header {
}

#yodogawa {
}

#contents {
}

#date {
	padding: 30px 0 10px;
	font-size: 12px;
	color: #666;
	text-align: center;
}


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



/*------------------------------------------------------------------------------
 
	フッタ
 
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background-color: #FFF;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	line-height: 1em;
	padding: 10px;
	width: 930px;
	margin: 0 5px 0;
}

	#footer li {
		float: left;
		margin-right: 10px;
	}
	
	#footer li.end {
		margin-right: 0;
	}
	
	#footer .basics {
		padding: 10px 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #E6E6E6;
	}
	#footer .links {
		padding: 8px 0;
	}
	#footer .others {
		padding: 10px 0;
		margin-top: 5px;
		border-top: 1px solid #E6E6E6;
	}
	
#copyright {
	padding-left: 2em;
	color: #333;
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

	
