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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: rgba(102,102,102,1.00);
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,1.00);
	background-image: url(../images/media.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}



#wrapper{
	position:relative;
	width:1000px;
	margin: 0 auto;
	color:#fff;
}

#footer{
	padding: 15px 0 30px;
	text-align: center;
	font-size: 12px;
	color: rgba(170,170,170,1.00);
}
#footer a{
	color: rgba(255,255,255,1.00);
	padding: 0 10px;
	line-height: 1em;
	text-decoration: none;
}
#footer a:hover{
	color: rgba(170,170,170,1.00);
	text-decoration: none;
}
#footer a img{
	vertical-align: bottom;
	margin-bottom: 0px;
}

a {
	color: rgba(222,0,0,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(222,0,0,1.00);
	text-decoration: underline;
}
a:hover img {
  filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a img{
	border:0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



#main{
	color: rgba(170,170,170,1.00);
    padding-top:0;
	text-align:left;
}

#main #wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
	padding:300px 0 100px;
}

#main ul {
    width:860px;
    margin:0 auto;
    overflow:auto;
	list-style: none;
    padding: 30px 0;
}

#main li {
	width:200px;
	margin:0 20px 0 0;
	float:left;
}

#main li.last {
	width:200px;
	margin:0;
	float:left;
}

#main table {
	width:900px;
	text-align:center;
	padding: 0;
    border-collapse:separate;
    border-spacing:1px;

}

#main table th {
	color: rgba(0,0,0,1.00);
	padding: 10px;
	background-color: rgba(255,255,255,0.50);
}

#main table td {
	color: rgba(255,255,255,1.00);
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.50);
	background-color: rgba(255,255,255,0.20);
}


#main .close {
	width:200px;
	margin:0 auto;
	padding:0 0 50px;
}

