/* main styles */
div#container {
    position: relative;
	width: 990px;
	height: auto;
	min-height: 420px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	color: #333333;
	background-color: transparent;
	text-align: left;
}

div#header_border {
	width: auto;
	height: 15px;
	overflow: hidden;
	background-color: transparent;
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px 0px 10px;
	text-align: right;
	padding-right: 10px;
	
}

div#header_border p {
    font-size: 0.75em;
}

div#header_border a {
    color: #FFFFFF;
}

div#header_border a:hover {
    color: #cc0000;
}


div#header {
	width: auto;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(http://rakunabi.com/logo/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0.5em 0 0.5em 0.5em;
}


div#header a {
    display: block;
	width: 200px;
	height: 64px;
}

ul#siteinfo {
    display: block;
	position: absolute;
	top: 2em;
	left: 20px;
	margin-bottom: 0;
	font-size: 0.7em;
}


div#mainContents {
    display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 0 1em 0;
	overflow: hidden;
}


#mainContents .pagelink p {
    display: block;
	position: relative;
	text-align: center;
	right: 100px
	left: 100px;
	width: 800px;
	w\dth: 800px;
}

div#mainnavi {
    word-spacing: 1em;
	clear: both;
	background-color: #990000;
	text-align: center;
	margin: 0px 0px 10px;
}

div#Footerlink {
    clear: both;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 10px 0;
	
	text-align: left;
	
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#Footerlink .menu {
	margin: 0px 5px 0px 5px;
	display: inline;
	float: left;
	width: 150px;
	height: 270px;
	border:2px solid #990000;
	text-align: left;
}

div#siteFooter {
    clear: both;
	padding: 10px 0 0 0;
	font-size: 80%;
	color: #666666;
	text-align: center;
}

div#mainContents div#leftside {
    display: inline;
	float: left;
	width: 250px;
	height: auto;
	margin: 0px 0px;
	padding: 0 0px 0 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}


div#leftside h2, div#maincontents h2 {
    height: auto;
	margin-bottom: 0.5em;
	padding: 2px 0;
	color: #000000;
	text-transform: capitalize;
}

div#leftside .menu {
	height: auto;
	margin-bottom: 0.5em;
	padding: 10px;
	color: #000000;
	text-transform: capitalize;
	border:2px solid #990000;
}

div#mainContents div#rightside {
    display: inline;
	float: right;
	width: 730px;
	height:auto;
	margin: 0px 0px;
	padding: 0 0px 0 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}


div#rightside h2, div#maincontents h2 {
    height: auto;
	margin-bottom: 0.5em;
	padding: 2px 0;
	color: #000000;
	text-transform: capitalize;
}

div#rightside .menu {
	height: auto;
	margin-bottom: 0.5em;
	padding: 10px;
	color: #000000;
	text-transform: capitalize;
	border:2px solid #990000;
}

#tabContent, #menuContent {
	background-color: #990000;
	padding: 5px;
}

#tabIndex, #menuIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex a {
    color: #D3D3D3;
}

#tabIndex a:hover {
    color: #cc0000;
}

#tabIndex li, #menuIndex li {
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close, #menuIndex .close {
  background-color: #990000;
  text-decoration: underline;
  color:#0000FF;
}
#tabIndex .open, #menuIndex .open {
  background-color: #fff;
  text-decoration: none;
}

#tabBoxIndex, #menuBoxIndex {
	background-color: #fff;
	border: #fff solid 1px;
	padding: 0.5em;
	clear: both;
}

div#rightside div#item {
    height: auto;
	margin-bottom: 0.5em;
	padding: 10px;
	color: #000000;
	text-transform: capitalize;
	border:2px solid #990000;
}

#item .box {
	padding: 8px 0 0 0;
	height: 150px;
	border-top: 1px dashed #CCCCCC;
}

#item .box img {
	margin: 0px 8px;
	float: left;
}

#item .box p {
	margin: 1px 1px 1px 1px;
	padding: 0px 5px;
	font-size: 10px;
}
