@charset "Shift_JIS";


/*-mainWindow--------------------------------------------*/

#mainWindow {
	}


#viewer {
	margin: 0 auto;
	width: 950px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;

	box-shadow: 0px 1px 7px 3px rgba(100,100,100,0.4);

	border-radius: 3px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 3px;	/* Firefox—p */

	*border: 1px #ccc solid;
	}

#viewer a {
	top: 0;
	left: 0;
	width: 950px;
	height: 300px;
	display: block;
	position: absolute;
	}


/*-info dir--------------------------------------------*/

/*---information---------------------------------------*/

div#information {
/*	float: left;*/
	width: 660px;
/*	min-height: 350px;*/
	margin: 0 0 20px;
	padding: 0;
/*	margin: 0 0 50px;
	padding: 10px 0 15px;*/
	}

div#information dl {
	margin: 20px 0 0;
	font-size: 14px;
	}

div#information dl dt {
	clear: both;
	float: left;
	width: 145px;
	line-height: 1.5em;
	text-indent: 8px;
	border-top: 1px #dbb655 dotted;
	padding: 8px 0 6px;
	}

div#information dl dt.first {
	border-top: none;
	}

div#information dl dd {
	line-height: 1.5em;
	border-top: 1px #dbb655 dotted;
	padding: 8px 8px 6px 0;
	margin-left: 145px;
	}

div#information dl dd.first {
	border-top: none;
	}



/*-----------------------------------------------------*/



/*@END@*/