@charset "utf-8";
/* CSS Document */

img	{border:none}

/* ボディ */
body {margin-top:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC}

/* コンテナ */
div#container	{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF}
	

h2	{background-image:url(../img/h2.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:80px;
	margin-right:90px;
	padding-left:32px;
	padding-top:2px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.5em;
	font-size:1.4em;
	font-weight:100;
	color:#333333;
	border-bottom:#999999 solid 1px}

h3	{background-image:url(../img/h3.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:100px;
	margin-right:90px;
	padding-left:24px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:1.2em;
	font-weight:100;
	color:#333333;
	border-bottom:#999999 solid 1px}
	
h4.dvd	{background-image:url(../img/h4.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:20px;
	margin-right:20px;
	padding-left:16px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:1.1em;
	font-weight:100;
	color:#333333;
	border-bottom:#999999 solid 1px}

p	{line-height:2em;
	font-size:16px;
	margin-left:120px;
	margin-right:90px;
	margin-bottom:20px;
	line-height:1.5em}
	
p.dvd{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	line-height:1.5em;
	font-size:1em}

p.dvd02{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:1em}

p.dvdbody{
	margin-left:35px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:0px;
	line-height:1.5em;
	font-size:1em}

p.dvdbodysmall{
	margin-left:35px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:0px;
	line-height:1.5em;
	font-size:0.9em}

/* フッター */
	
#copyright {
	clear: both;
	width: 880px;
	height: 80px;
	margin: 0px auto 20px auto;
	background: url(../img/copyright_bg.gif) left bottom no-repeat;
}

#copyright p{
	margin-left: 0px;
	margin-right:0px;
	padding-left: 260px;
	padding-top: 14px;
	text-align:left;
	font-size:0.8em}	

div#footer	{background-image: url(../img/footer.png);
	width: 960px;
	height:100px;
	margin-top: 0;
	padding-top: 0;
	margin-left:auto;
	margin-right:auto}

/* テーブル｜ＤＶＤ */
	
table.dvd	{width:600px;
	table-layout:fixed;
	border-collapse:collapse;
	margin:auto auto}

table.dvd td	{padding:0px;
	border:solid 2px #0532A0;
	text-align:left}

/* テーブル｜特定商取引法 */

table.tsh	{width:720px;
	table-layout:fixed;
	border-collapse:collapse;
	margin:auto auto;
	font-size:0.9em}

table.tsh th	{padding:8px;
	text-align:left;
	line-height:1.5em;
	background-color:#FCFCFC;
	border:solid 1px #999999}

table.tsh td	{padding:8px;
	text-align:left;
	line-height:1.5em;
	border:solid 1px #999999}
		
/* スペース */
div#sp5{height:5px;overflow:hidden}
div#sp10{height:10px;overflow:hidden}
div#sp15{height:15px;overflow:hidden}
div#sp20{height:20px;overflow:hidden}
div#sp30{height:30px;overflow:hidden}
div#sp40{height:40px;overflow:hidden}


/* フォントサイズ */
.font06{font-size:0.6em}
.font07{font-size:0.7em}
.font08{font-size:0.8em}
.font09{font-size:0.9em}
.font11{font-size:1.1em}
.font12{font-size:1.2em}
.font13{font-size:1.3em}
.font14{font-size:1.4em}
.font15{font-size:1.5em}
.font16{font-size:1.6em}
.font17{font-size:1.7em}
.font18{font-size:1.8em}
.font19{font-size:1.9em}
.font20{font-size:2em}
.font22{font-size:2.2em}
.font24{font-size:2.4em}
.font28{font-size:2.8em}
.font30{font-size:3em}

/* フォントカラー */
.red{color:#990000}
.brown{color:#681D03}
.blue{color:#0000FF}
.gold{color:#9A7B28}
.white{color:#FFFFFF}
.green{color:#556E0F}

/* 解除 */
div#clear	{clear:both}

	
/* リスト */

ul.check{margin-bottom:10px;
margin-left:120px;
margin-right:120px}

li.check{font-size:1em;
margin-left:60px;
padding-left:0px;
padding-top:4px;
padding-bottom:4px;
line-height:1.2em;
list-style-image:url(../img/check.gif)}
	
	


	
	
