/*-----基本-----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
}
img {
	border: 0;
}

h1.dvdMainTitle {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

h2.subTitle {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #002f63;
	line-height: 1.5em;
}

h3.Details {
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

td p.defolt {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 5px;
}

ul#pointlist {
	margin: 0px 0 5px 20px;
	
	font-size: 14px;
}
ul#pointlist li {
	list-style-type: disc;
	line-height: 1.5em;
	margin: 0 0 0 10px;
}
/*-----共通設定-----*/
td.lineblue {
	border-top: 1px dotted #002f63;
	padding: 10px 0 0 0;
}

/* 写真部分 */
.photo-box{
	width: 558px;
	margin-top: 16px;
}
.photo-box img.photo{
	margin-left: 10px;
	border: solid #CCCCCC 1px;
}

/*-----その他-----*/

.copy {
	font-size: 10px;
	text-align: center;
}
.cboth {
	clear: both;
}
.deal {
	font-size: 12px;
	padding:5px 0px;
}


/* 申込フォーム */
p.buytext {
	line-height: 1.5em;
	font-size: 14px;	
}
.fontRed {
	color:#FF0000;
}
table#buybox {
	width: 558px;
	margin: 10px 0 0 0;
	font-size: 14px;
	background-color:#999999;
}

table#buybox th {
	text-align: left;
	font-weight: normal;
	padding: 5px 3px;
	/*border-right: 2px solid #003167;*/
	font-size: 12px;
	vertical-align: top;
	background-color: #FFFFFF;
	
}
table#buybox td {
	padding: 5px 3px;
	font-size: 12px;
	background-color: #FFFFFF;
}
input {
	margin: 3px 0;
	line-height: 1.2em;
}
input.w250 {
	width: 250px;
}
input.w100 {
	width: 100px;
}
textarea {
	width: 250px;
}
.button {
	text-align: center;
	margin: 10px auto;
}


/* FAX申込用紙 */
#print_space{
	display: none;
	margin:0 auto 0 auto;
}
