@charset "utf-8";

@import "print.css";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
	font-size: small;
	_font-size: x-small;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #59493f;
	color: #1b1b1b;
	text-align: center;
}
/* for FIREFOX & etc. \*/
body {
	overflow-y: scroll;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: visible;
}
/* */

a:link, a:visited {
	color: #fe4960;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fc8595;
	text-decoration: underline;
}








/* basic style ------------------------------ */
.ro {
	/* ----- */
}

* html .pngfix {
behavior: expression(IEPNGFIX.fix(this));
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.fL img {
	margin: 0px 16px 8px 0px;
}
.fR img {
	margin: 0px 0px 8px 16px;
}

.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.txL {
	font-size: 120%;
}
.txS {
	font-size: 84%;
}

.txRed {
	color: #ff0000;
}
.txPink {
	color: #fe4960;
}

.txBold {
	font-weight: bold;
}








/* wrapper ------------------------------ */
#wrapper {
	width: 780px;
	_width: 796px; /* for IE6 */
	padding: 0px 8px;
	background: url(../img/wrp_bg.gif) repeat-y left top;
	margin: 0px auto;
	text-align: left;
}






/* header ------------------------------ */
#header {
	width: 320px;
	_width: 780px; /* for IE6 */
	padding: 20px 20px 0px 440px;
	min-height: 660px;
	_height: 700px; /* for IE6 */
	background: url(../img/h_bg.gif) no-repeat left top;
	position: relative;
	left: 0px;
	top: 0px;
}
#header h1#title {
	position: absolute;
	left: 20px;
	top: 275px;
}

#header #thumbBox {
	list-style-type: none;
	margin: 0px 0px 0px -80px;
	padding: 0px 0px 15px 0px;
	width: 400px;
	zoom: 1;
}
#header #thumbBox:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#header #thumbBox li {
	float: left;
	font-size: 0.1em;
	line-height: 0.1em;
}
#header #thumbBox img {
	margin: 0px 0px 5px 5px;
}

#headMovie {
	/* ----- */
}

#headTxt {
	margin: 0px 0px 0px -420px;
	padding: 24px 0px;
	text-align: center;
}








/* footer ------------------------------ */
#footer {
	width: 780px;
	_width: 796px; /* for IE6 */
	padding: 50px 8px 30px 8px;
	margin: 0px -8px;
	background: #59493f url(../img/f_bg.gif) no-repeat left top;
	color: #958074;
	text-align: center;
}
#copyright {
	font-size: 84%;
}








/* container ------------------------------ */
#container {
	padding: 0px 20px;
}

.topagetop {
	text-align: right;
	margin-top: 5px;
}

.sectionType1 {
	background: url(../img/box_btm.gif) no-repeat left bottom;
	margin-top: 5px;
}
.sectionType1 .sectionInner {
	padding: 18px 18px 24px 18px;
	_width: 740px; /* for IE6 */
	background: url(../img/box_top.gif) no-repeat left top;
	zoom: 1;
}
.sectionType1 .sectionInner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.tableType1 {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.tableType1, .tableType1 th, .tableType1 td {
	border: none;
	padding: 0px;
}
.tableType1 th, .tableType1 td {
	text-align: left;
	vertical-align: top;
	background: url(../img/line.gif) repeat-x left bottom;
	padding-top: 8px;
	padding-bottom: 10px;
}
.tableType1 th {
	width: 82px;
	font-weight: bold;
	color: #59493f;
}


.tableType2 {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.tableType2, .tableType2 th, .tableType2 td {
	border: none;
	padding: 0px;
}
.tableType2 th {
	text-align: left;
	vertical-align: top;
	background: url(../img/line.gif) repeat-x left bottom;
	padding-top: 7px;
	padding-bottom: 8px;
	width: 28px;
}
.tableType2 .txtCell {
	text-align: left;
	vertical-align: top;
	background: url(../img/line.gif) repeat-x left bottom;
	padding-top: 7px;
	padding-bottom: 8px;
}
.tableType2 .btnCell {
	text-align: right;
	vertical-align: middle;
	background: url(../img/line.gif) repeat-x left bottom;
	padding-top: 5px;
	padding-bottom: 6px;
}
.tableType2 .btnCell img {
	margin-left: 10px;
	vertical-align: middle;
}


#jacketOuter {
	margin-bottom: 24px;
	zoom: 1;
}
#jacketOuter:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#jacketImg {
	width: 220px;
	float: left;
}

#jacketTxt {
	width: 480px;
	float: left;
}
#jacketTxt h2, #jacketTxt p {
	padding-top: 4px;
	margin-bottom: 16px;
}

#cyakuuta h2 {
	/*margin-bottom: 12px;*/
}
#cyakuuta p {
	margin-top: 16px;
}

#cyakuuta #qr {
	width: 120px;
	float: left;
}

#cyakuuta .txt {
	width: 580px;
	float: left;
}



























