@charset "Shift_JIS";



/* ■[00]:スライダーボックス用ccs */
/* ------------------------------------------------------------------------- */

		/* <![CDATA[ */
		.slidebox
		{
			width:890px;
			background-color:#EEEEEE;
			border:1px solid #DDDDDD;
			padding:0;
			height:220px;
			display:block;
			border:none;
			position:relative;
		}
		.slidebox .slide
		{
			display:none;
			position:absolute;
			top:0;
			left:0;
			border:none;
		}
		.slidebox .slide img
		{
			margin:0 15px;
			border:none;
		}
		*:first-child+html .thumbs
		{
			position:absolute;
			right:30px;
			bottom:10px;
			top:0px;
			width:209px;
			z-index:101;
		}
		.thumbs
		{
			position:absolute;
			right:10px;
			bottom:10px;
			top:0px;
			width:209px;
			z-index:101;
		}
		.thumbs a
		{
			display:block;
			float:right;
			margin:4px;
			border:2px solid black;
			border:none;
		}
		.thumbs img
		{
			border:none;
		}
		.thumbs a.selected
		{
			border:none;
		}
		
		.thumbs2
		{
			position:absolute;
			right:10px;
			bottom:10px;
			top:0px;
			width:228px;
			z-index:101;
		}
		.thumbs2 a
		{
			display:block;
			float:right;
			margin:4px;
			border:2px solid black;
			border:none;
		}
		.thumbs2 img
		{
			border:none;
		}
		.thumbs2 a.selected
		{
			border:none;
		}
		/* ]]> */