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

/* CSS Document */

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em,strong,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}
a:hover img.link{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, verdana, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	color:#333;
	background-color:#FFF;
}

body a{
	color:#333;
	text-decoration:underline;
}

body a:hover{
	color:#747474;
	text-decoration:underline;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#F00;
}

.blue{
	color:#00F;
}

.bold{
	font-weight:bold;
}

/* wrap設定
------------------------------------------------------------*/
#wrap{
	width:723px;
	height:1712px;
	margin:0 auto;
	background-image:url(back.png);
	background-repeat:no-repeat;
	position:relative;
}

#dvd-konyu{
	position:absolute;
	right:25px;
	top:1260px;
}
