@charset "utf-8";

dl{
	border: 1px solid #FFDE00;
	max-width:850px;
	margin:auto;
	padding: 10px;
	background-color:rgba(0,0,0,0.5);
}
dt{
}
dd{
}

body {
	font-size: 100%;
	text-shadow:0px 0px 10px black;
	text-shadow:0px 0px 10px black;
	text-shadow:0px 0px 10px black;
	line-height: 160%;
	color: #fff;
	background: #000;
	position: relative;
	background-image: url(bg0001.jpg);
	background-attachment: fixed;
	word-break: break-all;
}

a:link { text-decoration:none; color: #FFDE00;}
a:visited { text-decoration:none; color: #FFDE00;}
a:active { text-decoration:none; color: #FFDE00;}
a:hover { text-decoration:none; color: #E92251;}

nav{
	font-size: 18px;
	font-weight:bolder;
	letter-spacing:3pt;
	color: #FFDE00;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 24px;
	margin-bottom: 4px;
	text-align:center;
}

input{
	color:white;
	border-bottom:1px solid white;
	background-color:black;
}

select{
	color:white;
	background-color:black;
}

textarea{
	color:white;
	border-bottom:1px solid white;
	background-color:black;
}

.cgititlearea{
	margin:30px;
	text-align:center;
}

.cgititle{
	font-size:120%;
	font-weight:bold;
}

.kensaku{
	margin:auto;
}

.jyan{
	margin-right:10px;
	padding:4px;
	border-radius:30px;
	font-size:70%;
	background-color:#FFDE00;
	color:black;
	vertical-align:top;
}

.movietitle{
	font-size:18px;
	font-weight:bold;
}

.btn_kanso{
	text-align:right;
}

.nextpage{
	text-align:center;
	margin:auto;
}


.topic_category{
	margin:10px;
	padding:4px;
	background-color:#FFDE00;
	color:black;
}