@charset "UTF-8";

/* global */



body {
	background:#680000 url(../i/thumb_back.jpg) no-repeat;
	background-position: 950px 0px;
	*background-position:650px top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:2em;
}
img {
	border:none;	
}
hr {
	height: 1px;
	border-style: none;
	color: #e7e7e7;
	background-color: #e7e7e7;
}
a, a:visited {
	color: #680000;
	text-decoration:none
}
a:hover {
	text-decoration:underline;	
}



/* main */

.clear {
	clear:both;
}


.box {
	width:940px;
	background:#fff;
	margin:0 auto;
	padding:0 10px 0 10px;
	
}
.page_title {
	padding: 10px 0 10px 0;	
}
.header {
	width:930px;
	margin:20px auto 0 auto;
	padding: 0 50px auto 20px;
	
}
.title {
	float:left;
	margin:20px 0;
}
.subhead {
	float:right;
	margin: 10px;
	
	
}
.menu {
	margin:0 auto;
	width:960px;
	padding:0;
	
}
.boxtop {
	width:960px;
	margin:0 auto 0;
	padding:0;
	background:url(../i/top.png) no-repeat;
	height:23px;
}
.boxbottom {
	width:960px;
	margin:0 auto 0;
	padding:0;
	background:url(../i/bottom.png) no-repeat;
	height:25px;
}
.book {
	float:left;
	width:385px;
	text-align:center;
}
.book_title {
	font-size:.9em;
	font-weight:bold;
}
.product {
	float:left;
	width:225px;
	text-align:center;
	line-height:1.25em;
}
.movie {
	float:left;
	width:490px;
	height:327px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#000;
	margin-top:50px;
}
.content_box {
	float:left;
	width:490px;
	
}
.fp_pic {
	float:left;	
}
.fp-text {
		
}
.sig {
	line-height:1.25em;
}
.event_left {
	float:left;
}
.event_right {
	float:right;
	margin-right:30px;
	
}
/* IE PNG Fix */
.png {
	cursor: pointer;
	background: none;
	/* filter applies only to IE5+/Win */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://domain.tld/path/image.png');
}
.png[class] {
	/* [class] applies to non-IE browsers */
	background: url(http://domain.tld/path/image.png) no-repeat;
}
* html .png a {
	/* make links clickable in IE */
	position: relative;
	z-index: 999;
}


