@charset "utf-8";

/*
Theme Name: NSPress Theme "gstreamer"
Theme URI: http://www.nsplanning.com/
Description: gstreamerテーマ
Version: 1.0
Author: NSPlanning
Author URI: http://www.nsplanning.com/

*/

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	color: #000000;
	background-color: #000000;
	font-family: "Trebuchet MS", sans-serif;
}

a img {
	border-style: none;
}

/* Page layout */

body {
	text-align: center;
}

#page-left {
	max-width: 95%;
	min-width: 800px;
	_width: 95%;
	background:url('img/bg.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
}

#page-right {
	background:url('img/bg.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#entire-page {
	position: relative;
	min-height: 1550px;
	_height: 1570px;
	text-align: left;
	margin: 0px 40px;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 100%;
	height: 70px;
}

#content {
	position: relative;
	width: 100%;
}

#blog {
	position: relative;
	margin-left: 220px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0;
	width: 220px;
	height: 100%;
	
}

#footer {
	position: relative;
	width: 100%;
}


/* Hyper Link */

a:link    { color: #1D75E1; }
a:visited { color: #1D75E1; }
a:hover   { color: #1D75E1; text-decoration: underline; }
a:active  { color: #FF9999; }

a.hint { color: #008000; border-bottom: 1px dotted #008000; }
a.hint:hover { color: #00b000; text-decoration: none; }


/* Header */

#header {
	margin: 0 0 20px 0;
	padding-top: 10px;
}

#header h1 {
	position: absolute;
	top: 3;
	left: 0;
	z-index: 2;
	height: 85px;
	width: 347px;
	background-image: url('img/rogo.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	background-color: #FFFFFF;
}
#header h1 a {
	display: block;
	height: 80px;
	width: 340px;
	text-indent: -4000px;
	outline: 0;
}

#header .advertise {
	font-size: 137.5%;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
}

/* Navigation Bar */

#navibar {
	position: relative;
	height: 35px;
	width: 100%;
	margin-right: -1px;
	background-image: url('img/nabi_bar_2.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #000;
}

#navibar #breadcrumbs {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
	background-image: url('img/nabi_bar_1.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#navibar #search {
	position: absolute;
	top: 0px;
	right: 0px;
	_right: -1px;
	height: 35px;
	background-image: url('img/nabi_bar_gura.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

/* Breadcrumbs */

#breadcrumbs {
	color: #333;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
}
#breadcrumbs * {
	font-weight: bold;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #ffffff;
}


/* Search Form */

#searchform {
	margin: 5px 10px 0px 318px;
	height: 21px;
	width: auto;
	float:left;
}

#searchform label {
	width: 21px;
	height: 21px;
	overflow: hidden;
}
#searchform label img {
	vertical-align: middle;
	margin: 1px 0 0 1px;
	width: 20px;
	height: 20px;
	float:left;
}
#searchform input {
	width: 180px;
	height: 20px;
}

#searchquery {
	width: 150px;
	font-size: 12px;
	border: 1px inset #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	vertical-align: middle;
}


/* Blog Part */

#blog {
	padding: 30px 0 1em 10px;
	font-size: 16px;
}

#blog .blog-entry {
	margin: 0.3em 0 1.5em 0;
}

#blog .blog-title {
	background-image: url('img/title_ber_gura.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 10px #00ea4d solid;
	background-color: #007c78;
	
	font-size: 150%;
	font-weight: bold;
	line-height: 26px;
	padding: 13px 0.5em 0.3em 0.5em;
}
#blog .blog-title * {
	font-weight: bold;
}
#blog .blog-title a:link,
#blog .blog-title a:visited {
	color: #ffffff;
}

#blog .blog-body {
	font-size: 90%;
	line-height: 1.5;
	margin: 0.5em 1em;
}

#blog .blog-footer {
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding: 0.2em 0.5em;
	margin: 1em 0;
	border-bottom: 3px double #1D75E1;
}


/* Page Navigation */

.pagenavi {
	position: relative;
	font-size: 80%;
	color: #666666;
	width: 100%;
	
	padding-bottom: 1em;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}
.pagenavi p {
	position: absolute;
	top: 0;
	width: 50%;
	height: 1.5em;
}
.pagenavi .prevpage {
	left: 0;
}

.pagenavi .prevpage a:link,
.pagenavi .prevpage a:visited {
	color: #1D75E1;
}

.pagenavi .nextpage {
	right: 0;
	text-align: right;
}
.pagenavi .nextpage a:link,
.pagenavi .nextpage a:visited {
	color: #1D75E1;
}
.pagenavi .none {
	display: none;
}


/* General Elements in Blog Body */

.blog-body h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 0.2em 0.5em;
	background-image: url('img/blog_h3_bg.png');
}
.blog-body h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.8em 0 0.5em;
	border-bottom: 3px double #FFCC33;
}
.blog-body h5 {
	font-size: 110%;
	font-weight: bold;
}

.blog-body p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.blog-body b {
	font-size: 120%;
	color: #009AFE;
	font-weight: bold;
}

.blog-body em {
	font-weight: bold;
}
.blog-body strong {
	color: #B9007A;
	font-weight: bold;
}
.blog-body ins {
	text-decoration: underline;
}
.blog-body strike {
	text-decoration: line-through;
}
.blog-body sup {
	font-size: 80%;
	vertical-align: top;
}
.blog-body sub {
	font-size: 80%;
	vertical-align: bottom;
}
.blog-body q {
	font-style: italic;
}
.blog-body blockquote {
	margin: 1em;
	padding: 0.5em;
	border: 1px dotted #3333CC;
	background-color: #E1F0FF;
}
.blog-body cite {
	color: #333333;
	font-style: italic;
	text-align: right;
	display: block;
	margin-top: 0.5em;
}
.blog-body pre {
	font-family: monospace;
	font-size: 90%;
	margin: 1em;
	padding: 0.5em;
	border: 1px dotted #666666;
}
.blog-body abbr,
.blog-body acronym {
	border-bottom: 1px dotted #FF9900;
}
.blog-body dfn {
	font-style: italic;
}
.blog-body var {
	color: #660000;
}
.blog-body kbd {
	font-family: "Courier New",monospace;
	margin: 0 0.2em;
	padding: 0 0.2em;
	border: 2px outset #999999;
	background-color: #DBDBDB;
}
.blog-body samp {
	font-family: monospace;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 90%;
	margin: 1em;
	padding: 0.5em;
}
.blog-body code {
	font-family: monospace;
}

.blog-body ul,
.blog-body ol {
	margin: 0.5em 0 0.5em 2em;
}

.blog-body dl {
	margin: 0.5em 0 0.5em 1em;
}
.blog-body dt {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0.3em;
}
.blog-body dd {
	margin-left: 1em;
}

/* TODO:
- table
*/

.archive-list {
	list-style-type: none;
}


/* Writebacks */

.blog-wb {
	font-size: 90%;
}

.blog-wb h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

.wb-body {
	margin-bottom: 1em;
}

.wb-title {
	font-weight: bold;
}

.wb-title .tb-from {
	color: #666666;
	font-size: 90%;
	margin-left: 1em;
}
.wb-title .tb-from em {
	color: #000000;
	font-weight: bold;
}

.wb-body p {
	margin: 0.2em 0.5em;
}

.wb-footer {
	font-size: 90%;
	color: #666666;
	text-align: right;
	line-height: 1.5;
}

.wb-form {
	background-image: url('img/blog_wbform_bg.png');
	margin-bottom: 1em;
	padding: 0.5em;
}

.wb-form-title {
	font-weight: bold;
	font-size: 120%;
}

.wb-form form p {
	margin-top: 0.5em;
}

.wb-form label {
	font-weight: bold;
	display: block;
}
.wb-form label .accesskey {
	color: #808080;
	font-size: 80%;
}
.wb-form label .accesskey em {
	text-decoration: underline;
}

.wb-form input,
.wb-form textarea {
	font-family: sans-serif;
	font-size: 90%;
}
.wb-form textarea {
	width: 500px;
}

.wb-comment h4 {
	display: none;
}

.cm-form-error {
	color: #CC0000;
}

.cm-form-name input#name,
.cm-form-contact input#url {
  width: 20em;
}

.cm-form-saveprefs {
	margin-left: 2em;
}
.cm-form-saveprefs * {
	vertical-align: middle;
}
.cm-form-saveprefs label {
	font-weight: normal;
	display: inline;
}

.cm-form-submit {
	padding-top: 0.5em;
}

.tb-form-url {
	border-style: none;
	font-size: 90%;
	width: 100%;
	background-color: transparent;
}


/* Side Bar */

#sidebar {
	padding-top: 15px;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}
#sidebar .sideitem {
	padding: 15px 0px 15px;
	background-color: #FFFFFF;
}
#sidebar .sideitem-profile {
	background-color: #b2edeb;
	background-image: url('img/profile.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0.3em auto 15px;
	_margin-left: 17px;
	padding: 24px 0px 5px;
	border: 1px #007c78 solid;
	width: 180px;
	text-align: center;
}
#sidebar .sideitem-profile img {
	margin: 5px auto;
}
#sidebar .sideitem-profile li {
	margin: 5px auto;
	text-align: left;
	width: 160px;
}
#sidebar .sideitem-content {
	background-color: #FFFFFF;
	background-image: url('img/shita.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
}
html:not([lang*=""]) #sidebar .sideitem-content {
	display: inline-block;
}

#sidebar ul,
#sidebar ol {
	list-style-type: none;
}
#sidebar ul ul,
#sidebar ol ol,
#sidebar ul ol,
#sidebar ol ul {
	padding-bottom: 0;
}

#sidebar li{
	font-size: 50%;
}

#sidebar li a {
	display: block;
	width: 214px;
}
#sidebar li a {
	height: 30px;
	padding-left: 8px;
	line-height: 30px;
	font-size: 11px;
	background-repeat: no-repeat;
	outline: 0;
}
#sidebar li li a {
	padding-left: 11px;
}

#sidebar li a:link,
#sidebar li a:visited {
	color: #333333;
	background-image: url('img/rollover.gif');
	background-color: #FFFFFF;
	color: #000000;
	width: 214px;
	margin-top: 2px;
}
#sidebar li a:hover,
#sidebar li a:active {
	color: #047874;
	font-weight: normal;
	text-decoration: none;
	background-image: url('img/rollout.gif');
}

#sidebar .past-entries {
}

#sidebar address {
	color: #333333;
	line-height: 1.5;
}
#sidebar address .company-address {
	font-size: 90%;
}
#sidebar address .company-tel {
	font-size: 85%;
	font-style: italic;
}

/* Footer */

#footer {
	font-size: 112.5%;
	color: #666666;
	text-align: right;
	padding-bottom: 2em;
}
#footer a {
	color: #333333;
}
