body {
	text-align: left;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #515c61;
	font-size:12px;
	margin: 0px;
	}
#container {
	line-height: 150%;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	width: 800px;
	position: absolute;
	background-image: url(../_assets/bg.gif);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.menu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main {
	float: left;
	width: 500px;
	overflow: hidden;
	height: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ff9900;
	margin-right: 50px;
}
.content {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #ff9900;
	margin-left: 20px;
	padding: 15px;
}
#side {
	float: left;
	width: 200px;
	overflow: hidden;
	position: static;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ff9900;
}

.sidebar {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #ff9900;
	margin-left: 20px;
	padding: 15px;
	}


a { color: #515c61;  }
a:visited { color: #515c61; }
a:hover { color: #ff9900; }


.module-content a {
	color: #515c61;
	font-size: 11px;
}
.module-content a:visited {
	color: #515c61;
	font-size: 11px;
}
.module-content a:hover {
	color: #b6b694;
	font-size: 11px;
}

.entry-header a {color: #ff9900; text-decoration: none;}
.entry-header a:hover {color: #ff9900;}
.entry-header a:visited {color: #ff9900;}


h1, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #515c61;
}
h2
{
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #515c61;
}

h2 a {color: #ff9900; text-decoration: none;}
h2 a:visited { color: #ff9900; }
h2 a:hover { color: #ff9900; }


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-top: 1px dotted #ff9900;
	border-bottom: 1px dotted #ff9900;
	padding: 5px 10px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff9900;	
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #515c61;
	font-weight: bold;
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #515c61;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #b6b694;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
	text-align: right;
}

.date-header
{
	margin: 0;
	padding: 10px 15px 30px 0;
	color: #515c61;
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;

}

.entry-header
{
	margin: 15px 15px 5px 0;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #ff9900;

}


.entry-content {
	margin: 5px 0;
	color: #515c61;
	height: 150px;
}
.entry-content2 {
	margin: 5px 0;
	color: #515c61;
	height: 300px;
}

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 10px 5px 50px 0;
	border-top: 1px #b6b694 dotted;
	padding-top: 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.content-nav { margin: 0; padding: 10px 15px; }


/* modules */

.module { color: #515c61; }

.module-content,
.copyright
 { 
 font-size: 11px;
 color: #515c61;
 font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
 }


.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}


.sidebar li {
	color: #515c61;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}
img {
	border: none;
}
/*--- Highslide JS ---*/
.highslide {
cursor: url(http://noir.blackcatclub.org/mt-static/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
border: none;
}
.highslide:hover img {
border: 1px solid gray;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 12pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
color: white;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
    text-decoration: none;
padding: 3px;
border-top: 1px solid white;
border-bottom: 1px solid white;
    background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


