/* スターウォーズセイバー CSS */


div#contents{
	width: 1000px;
	background: url(./img/starwarssaver_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


h2{
	color: #1f33d9;
	font-size: 150%;
	font-weight: bold;
	margin: 40px 10px 0 10px;
	background: #000000 url(./img/title_bg.gif) top left repeat-x;
}

#main h3{
	color: #ffffff;
	font-weight: bold;
	background: #131f83 url(./img/name_bg.gif) top left repeat-x;
	margin-bottom: 5px;
	font-size: 80%;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main p strong{
	color: #ffffff;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main ul li{
	border: 1px solid #131f83;
	padding-bottom: 5px;
	margin: 2px;
	background-color: #ffffff;
	color: #000000;
	float: left;
	width: 230px;
}



#main a{
	text-decoration: none;
	color: #7777ff;
}

#main a:hover{
	color: #ff7777;
}

#main dl{
	clear: both;
	margin: 0 10px;
	border: 1px solid #6e706f;
}

#main dl dt{
	background: #333333 url(./img/data_bg.gif) left top repeat-x;
}



/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}




dt#series{
	background: url(./img/series.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 198px;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #000000;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #000000;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #000000;
	margin: 10px 0 0 20px;
}
