/* CSS Document */

/************** Clean Setup */
h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,strong,small,a,table,th,td,address,img,form{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}

/************** Body Tag Setup */
body{
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Lucida 
	text-align: center;
	margin: 20px;
	background: #000000;
}

/************** Tag List */
img{
	vertical-align: top;
}
small{
	font-size: 10px;
}
big{
	font-size: 14px;
}
input{
	padding: 1px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
}
select{
	border: 1px solid #A7A6AA;
	padding: 2px 1px;
	background: #FFFFFF;
}
textarea {
	border: 1px solid #A7A6AA;
	padding: 2px 4px;
	font-size: 12px;
}
strong{
	font-weight: bold;
}
strong.normal{
	font-weight: normal;
}


/************** Link Class */
a{
	color: #e171aa;
	text-decoration: none;
}
a:hover{
	color: #e171aa;
	text-decoration: underline;
}
strong a{
	color: #99cc33;
	text-decoration: none;
	font-weight: bold;
}
strong a:hover{
	color: #ADD658;
	text-decoration: underline;
}

#container{
	width: 400px;
	float: left;
}
#container2{
	width: 530px;
	float: left;
}
#container3{
	width: 750px;
	float: left;
}
.movie{
	float: left;
	width: 360px;
	display: block;
	height: 280px;
}
.movie2{
	float: left;
	width: 720px;
	display: block;
}
.close{
	float: right;
	width: 24px;
}

