@charset "UTF-8";
/*****　共通　*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

div {   
    zoom: 1;/*for IE 5.5-7*/  
}   
div:after {/*for modern browser*/  
    content: ".";   
    clear: both;   
    display: block;   
    line-height: 0;   
    height: 0;   
    visibility: hidden;   
}  

body {
	background-color:#333333;
	color:#eeeeee;
	font-size:10pt;
}

#wrap{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#head{
	width:700px;
}

#cont{
	width:700px;
	clear:both
}

#contleft{
	float:left;
	width:250px;
}

#new{
	margin-left:5px;
	border:1px solid #666666;
}

#contright{
	float:left;
	width:450px;
}

table.msys{
	border-collapse:collapse;
	border:1px solid #666666;
	margin-left:4px;
}

table.msys th{
	padding:5px 3px;
	border:1px solid #666666;
	text-align:left;
	font-weight:normal;
}


table.msys td{
	padding:5px;
	border:1px solid #666666;
	text-align:center;
}

p.text1{
	color:#fffc00;
	font-weight:bold;
	margin-top:5px;
	margin-left:3px;
}

p.text2{
	color:#fffc00;
	font-weight:bold;
	text-align:center;
	font-size:12pt;
	line-height:1.5em;
}

p.text3{
	color:#eeeeee;
	font-size:9pt;
	line-height:1.3em;
	margin-left:3px;
	margin-top:3px;
}

p.text4{
	color:#fffc00;
	margin-top:20px;
	font-weight:bold;
	text-align:center;
	font-size:12pt;
	line-height:1.5em;
	clear:both;
}

p.eight{
	font-size:8pt;
}

p.right{
	text-align:right;
	margin:2px 5px;
}

.sys{
	border:1px solid #666666;
	margin-left:4px;
	line-height:1.5em;
	width:438px;
	margin-bottom:5px;
	background-color:#222222;
}

.sys p{
	margin:8px 5px;
}

#foot{
	clear:both;
	width:700px;
	height:100px;
}

p.uketsuke{
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	margin-top:15px;
	color:#999999;
}

hr.fo{
	width:660px;
	margin-top:20px;
	height:1px;
	border-color:#333333;
	clear:both;
}

#bot{
	width:700px;
	clear:both;
	margin-bottom:10px;
}

.bott{
	width:200px;
	float:left;
	margin-left:100px;
	text-align:center;
	border:1px solid #666666;
	padding:5px 0;
	background-color:#222222;
}

.bott a{
	color:#ffffff;
}

p.copy{
	margin-top:15px;
	text-align:center;
	color:#666666;
}
/** キャスト **/

.cast{
	width:100px;
	height:150px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
}