@charset "utf-8";

body{
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/dvd2018_bg.jpg) top center fixed #000000;
}

html {  
    overflow-y:scroll;
	height:100%;
}  

.banner a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }
 
/*全体*/

#wrap{
	width: 1000px;
	margin: auto;
}

/*メニュー*/

#nav{
	width:250px;
	padding-top:10px;
	float:left;
	text-align:center;
}

/*ボックス*/

.box650{
	width:650px;
	line-height:1.8;	
	margin:auto;
}

.box800{
	width:780px;
	border:double 3px #fff;
	padding:30px;
	margin:auto;
	line-height:2;
}

/*メイン*/

#main{
	position:relative;
	width:720px;
	float:right;
}

#main_intro{
	position:relative;
	width:680px;
	height:220px;
	padding:20px 10px;
	margin:auto;
	background-image:url(../images/dvd2018_bg_black.png);
}

.intro_photo1{
	position:absolute;
	right:40px;
	top:-50px;

}

.intro_photo2{
	position:absolute;
	left:225px;
	top:30px;
}

.intro_photo3{
	position:absolute;
	left:40px;
	top:-50px;
}

/*ボックス*/

.main_box{
	width:680px;
	padding:20px 10px;
	margin:auto;
	background-image:url(../images/dvd2018_bg_black.png);
}

/*テーブル設定*/

.table1 {
width: 100%;
border-collapse: collapse;
border: 1px #666 solid;
font-size:12px;
}

.table1 TD {
border: 1px #666 solid;
padding: 5px;
} 

/*見出し*/

.midashi{
	margin-bottom:10px;
	padding:10px 0 10px 15px;
	font-size:18px;
	font-weight:bold;
	background-color:#000000;
	color:#FFF;
}

.midashi_white{
	border-left:solid 10px #ffffff;
	padding:3px 0 3px 10px;
	font-size:20px;
	font-weight:bold;
	background:url(../images/dvd2018_bg_black.png);
}

.midashi_in{
	margin-left:20px;
}

/*ニュース日付*/

.date{
	font-weight:bold;
	color:#f3d423;
	padding-left:10px;
}

/*ニュース本文*/

.news_first{
	line-height:150%;
	padding-left:20px;
}

.news{
	border-bottom:dotted 1px #aaaaaa;
	line-height:150%;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:20px;
}

/*文字設定*/

.px30{
	font-size:30px;
	font-weight:bold;
	line-height:150%;
}

.px20{
	font-size:20px;
	font-weight:bold;
}

.px16{
	font-size:16px;
	line-height:200%;
}

.px14{
	font-size:14px;
	line-height:150%;
}

.px12{
	font-size:12px;
	line-height:150%;
}

.px10{
	font-size:10px;
	line-height:150%;
	}

.red{
	color:#F00;
	font-weight:bold;
}

/*ページトップへ*/

#top_link{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}


/*フッター*/

#footer{
	clear:both;
	padding:10px;
	text-align:center;
	margin:auto;
	line-height:1.2;
}

/*初期設定*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
}


img{border:0;}

ul,ol{list-style-type:none;}

.clear {
    clear:both;　/*float解除*/
}

/*画像リンク*/
  
a{
	zoom:1;
}

a:link{
	color:#3491bc;/*未訪問*/
}
a:visited{
	color:#3491bc;/*訪問済*/
}
a:hover{
	color:#ffffff;/*マウスオン*/
}

a:active{
	color:#ffffff;/*クリック*/
}
