/* キャラワークス CSS */


h1{
	background: #ffffff url(./img/charaworks_logo.gif);
	width: 266px;
	height: 41px;
	text-indent: -1000.0em;
}

div#contents{
	width: 1000px;
	background: url(./img/charaworks_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


h2{
	color: #ffffff;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	background: #000000 url(./img/title_bg.gif) top left repeat-x;
}

#main h3{
	color: #ffffff;
	font-weight: bold;
	background: #ff0000 url(./img/name_bg.gif) top left repeat-x;
	margin-bottom: 5px;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main ul li{
	border: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #000000;
}



#main a{
	text-decoration: none;
	color: #3333ff;
}

#main a:hover{
	color: #ff3333;
}

#main dl{
	background-color: #e1e6e5;
	margin: 0 10px;
	border: 1px solid #6e706f;
}

#main dl dt{
	background: #6e706f url(./img/data_bg.gif) left top repeat-x;
}



/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu a img{
	margin-left: 20px;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin-top: 10px;
	margin-left: 20px;
}




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 #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	width: 198px;
	margin-left: 20px;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 198px;
}

#menu dl dd a:hover{
	color: #000000;
	background-color: #ffffff;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}