@charset "UTF-8";
.bold16px {
	font-weight: bold;
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.kyouchou2 {
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	line-height: 140%;
}
.kyouchou {
	background-color: #FFFF00;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	line-height: 140%;
}
.honbun {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.kasen {
	text-decoration: underline;
}
.checkmidashi {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
	line-height: 140%;
}
.checkhonbun {
	font-size: 15px;
}
.boldkasen {
	font-weight: bold;
	text-decoration: underline;
}
.boldblue {
	color: #0000FF;
	font-weight: bold;
}
.black {
	color: #000000;
}
.kyouchou3 {
	font-weight: bold;
	background-color: #FFFF00;
}
.priceRed {
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	line-height: 140%;
}
.dvdTitle {
	font-size: 60px;
	font-weight: bold;
}
.dvdTitlered {
	font-size: 60px;
	font-weight: bold;
	color: #FF0000;
}
#container #contents #block13 #line73 p {
	line-height: 60px;
	letter-spacing: -1px;
}
.torikeshi {
	text-decoration: line-through;
}
.hassou {
	font-size: 14px;
	font-weight: bold;
}
.kanso{
	margin: 0px 15px 40px;
	padding: 5px 20px 30px;
	border: 10px #003366 solid;
	background-color: #ffffff;
	clear: both;
}

.kanso h2{
	margin: 15px 0px;
	padding: 5px 0px 5px 5px;
	color: #990000;
	font-weight: bold;
	line-height: 140%;
	font-size: 16pt;
	border-left: 6px #990000 solid;
	border-top: 1px #990000 dotted;
	border-bottom: 1px #990000 dotted;
	background-image: url(none);
}

.kanso p{
	padding: 3px 0px;
	font-size: 15px;
	border-bottom: 1px #999999 dotted;
}

/* 
------------------------------ 文字のポジション */
.p-c{ text-align: center; }
.p-l{ text-align: left; }
.p-r{ text-align: right; }


