/**** Category:: sw3dc ****/

#container {
	width: 640px;
	padding-top: 20px;
}
#content{
	clear: both;
	background-color: #fdf8f4;
	line-height: 150%;
}
#content table{
	font-size: 12px;
	line-height: 120%;
	background-color: #FFFFFF;
}
#content table td
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #a2bf93;
}

#content h3 {
	font-size: 16px;
margin-top: 2em;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
}

#content p {
	font-size: 12px;
}

#main #header h1 {
	line-height: 24px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 22px;
}
#main #header h2 {
	line-height: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
}

#header #header-title {
	float: left;
	width: 520px;
	height: 60px;
	background-image: url(http://www.eee-craft.com/images/sw3dc/sw3dc-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}
#header #nav {
	margin: 0;
	padding: 0;
	width: 120px;
	background-color: #ae3f09;
	float: right;
}
#header #nav li {
	margin: 0px;
	padding: 0px;
}
#header #nav li a {
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ae3f09;
	text-align: center;
	display: block;
	line-height: 30px;
}
#header #nav li a:hover  {
	background-color: #d09375;
	text-decoration: none;
}

#entry-index #header #nav li#nn-index a { background-color: #863c19; }
#entry-index_jp #header #nav li#nn-index_jp a { background-color: #863c19; }

#entry-index #header #nav li#nn-index a:hover { background-color: #863c19; }
#entry-index_jp #header #nav li#nn-index_jp a:hover { background-color: #863c19; }


#footer{
	clear: both;
}
  
 