/* 基本スタイル
------------------------------------------------ */
* {
	padding: 0px;
	margin: 0px;
	}

body {
	font-size: 13px;
		*font-size: small;
		*font: x-small;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, arial, verdana, sans-serif;
	color: #000000;
	background: #FFFFFF;
	}

.none {
	height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	border: 0px;
	}
.vt {
	vertical-align: top;
	}
.vm {
	vertical-align: middle;
	}
.vb {
	vertical-align: bottom;
	}
.alignL {
	text-align: left;
	}
.alignR {
	text-align: right;
	}
.alignC {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
html>body .alignC {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
.floatL {
	float: left;
	}
.floatR {
	float: right;
	}
img {
	border: 0px;
	}
th,td {
	padding: 3px;
	font-weight: normal;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
	}
th.alignC,
td.alignC {
	text-align: center;
	}
	th.alignR,
	td.alignR {
		text-align: right;
		}
	th.vb,
	td.vb {
		vertical-align: bottom;
		}
p {
	line-height: 130%;
	}
	:root p {
		line-height: 140%;
		}

em {
	font-style: normal;
	font-weight: bold;
	}
ol,ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	list-style: none;
	}
address {
	font-style: normal;
	font-family: Verdana;
	}


/* リンク設定
------------------------------------------------ */
a:link,
a:visited {
	color: #FF6600;
	text-decoration: underline;
	}
a:hover {
	color: #FF6600;
	text-decoration: none;
	}

/* footer
------------------------------------------------ */
#footer {
	text-align: center;
	padding: 40px 0px 10px;
	font-size: 92%;
	margin: 20px 0px 0px;
	line-height: 130%;
	background: url(../images/common/line_a.jpg) repeat-x center top;
	}

/* list
------------------------------------------------ */

/* table
------------------------------------------------ */

/* 調整
------------------------------------------------ */
.indent {
	padding: 20px;
	}
.indent2 {
	padding: 5px 50px 0px;
	}
.indent3 {
	padding: 0px 15px;
	}
.indent4 {
	padding: 0px 10px;
	}
#goods .indent4 {
	width: 625px;
	padding-bottom: 20px;
	}

.mTb15 {
	margin: 15px 0px;
	}
.mTop3 {
	margin-top: 3px;
	}
.mTop5 {
	margin-top: 5px;
	}
.mTop10 {
	margin-top: 10px;
	}
.mTop15 {
	margin-top: 15px;
	}
.mTop20 {
	margin-top: 20px;
	}
.mTop30 {
	margin-top: 30px;
	}
.mTop40 {
	margin-top: 40px;
	}
.mRight3 {
	margin-right: 3px;
	}
.mRight10 {
	margin-right: 10px;
	}

.mLeft5 {
	margin-left: 5px;
	}
.mLeft20 {
	margin-left: 20px;
	}

.w150 {
	width: 150px;
	}
.w200 {
	width: 200px;
	}
.w465 {
	width: 465px;
	}
.w415 {
	width: 415px;
	}
.w302 {
	width: 302px;
	}

.dotline {
	padding-top: 15px;
	border-top: 2px dotted #55AEE4;
	}

.pagetop {
	text-align: right;
	margin-top: 15px;
	}

/* フォント　装飾
------------------------------------------------ */
.fontL {
	font-size: 122%;
	}
.font11L {
	font-size: 85%;
	}
.impact {
	font-size: 114%;
	font-weight: bold;
	}
.font10 {
	font-size: 10px;
	line-height: 120%;
	}
.font14L {
	font-size: 108%;
	line-height: 130%;
	}
.font16L {
	font-size: 122%;
	}
.fontColor01 {
	font-weight: bold;
	color: #FF3366;
	}
.fontColor02 {
	font-weight: bold;
	color: #0B7BC3;
	}


.notice {
	background: url(../images/common/icon_notice.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
}

.hand,
.rollover {
	cursor:pointer;
	}

a.linkA{
	line-height: 120%;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	}
a.linkA:link,
a.linkA:visited {
	background: url(../image/middle_common/icon_link.gif) no-repeat left center;
	}
a.linkA:hover {
	background: url(../image/middle_common/icon_link_over.gif) no-repeat left center;
	color: #FFCC00;
	}



/* clearfix
------------------------------------------------ */
ul.listA li:after,
.news #main .h3Bg:after,
.theater #main .h3Bg:after {
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	content: ".";
	}
	
	
.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0075C1;
}
