/* [defaults] */
* {
	margin: 0px;
	padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}
p,
dl,
ul,
ol,
blockquote,
form,
pre {
	margin: 1em 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
th,
dt {
	font-style: normal;
	font-weight: bold;
}
blockquote {
	margin: 1em 2em;
}
p {
	line-height: 1.4;
}
strong,
em {
	font-style: normal;
	font-weight: bold;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
q {
	quotes: none;
	font-style: normal;
}
/* [blocks] */
body {
	margin: 0px;
	padding:0px;
	text-align: center;
}
div.body, 
div.header, 
div.footer {
	clear: both;
	text-align: left;
}
hr#body_separator {
	clear: both;
	visibility: hidden;
}
/* [header] */
div.header {
	margin: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 770px;
}
div.header h1 {
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 150px;
	float: left;
}
div.header ul {
	margin: 0px;
	list-style: none;
}
div.header ul#sub-navi {
	width: 770px;
	clear: both;
}
div.header ul#sub-navi li {
	display: inline;
	width: 250px;
}
div.header ul#sub-navi li a {
	display: block;
	float: left;
	height: 32px;
	width: 250px;
	margin-left: 5px;
	text-indent: -9999px;
}
div.header ul a {
	text-decoration: none;
}
div.header div#preface {
	width: 770px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 40px;
}
div.header div#preface div#twtr-widget-1,
div.header div#preface .twitter-timeline {
	width: 220px;
	height: 200px;
	float: right;
}
div.header div#preface ul {
	width: 520px;
}
div.header div#preface ul li {
	padding-top: 5px;
	text-align: right;
}
div.header div#preface ul li#download-latest {
	margin-left: 240px;
	padding: 0px;
	height: 55px;
}
div.header div#preface ul li#download-latest a {
	display: block;
	padding: 30px 0px 20px 0px;
	width: 280px;
	font-size: 12px;
	text-align: center;
	color: #000;
}
div.header hr#end-preface {
	clear: both;
	width: 1px;
}
/* [articles] */
div.body {
	margin: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	width: 760px;
}
div.contents {
	margin: 0px;
	padding-bottom: 40px;
	float: left;
	width: 560px;
}
div.entry {
	clear: both;
	margin-left: 15px;
	padding-right: 15px;
}
div.entry h2 {
	margin: 0px 0px 5px 0px;
	padding: 30px 0px 20px 0px;
	font-size: 120%;
}
div.entry h2 a {
	text-decoration: none;
}
div.entry ul.info,
div.entry ul.status {
	margin: 0px;
	text-align: right;
	font-size: 12px;
	list-style: none;
}
div.entry ul.info {
	position: relative;
	top: -3px;
}
div.entry ul.info li {
	line-height: 1.0;
}
div.entry ul.status {
	margin: 0px;
	padding: 10px 10px 25px 10px;
}
div.entry ul.status li {
	display: inline;
}
div.entry ul.status li.com {
	padding-right: 5px;
	margin-right: 5px;
}
div.entry ul.info a,
div.entry ul.status a {
	text-decoration: none;
}
div.entry ul.info a:hover,
div.entry ul.status a:hover {
	text-decoration: underline;
}
/* [elements in article] */
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
	padding: 15px 0px;
	clear: both;
}
blockquote {
	margin: 1.0em 20px;
	padding: 2px 8px;
	line-height: 1.4;
	font-style: italic;
	font-size: 95%;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote pre {
	margin: 1em 0px;
	padding: 0px;
	width: 474px;
	overflow: auto;
}
del {
	text-decoration: line-through;
}
q {
	font-style: italic;
}
cite {
	font-style: normal;
}
div.entry em {
	font-style: normal;
	font-weight: bold;
}
div.entry strong {
	font-style: normal;
	font-weight: bold;
}
div.entry strong.shout {
	font-size: 160%;
}
div.entry hr {
	display: none;
}
p.source {
	padding: 0px;
	margin: -10px 20px 1.0em 20px;
	font-size: 90%;
	text-align: right;
}
p.note {
	font-size: 90%;
}
div.entry ul li,
div.entry ol li,
div.entry dd {
	margin-left: 2em;
	line-height: 1.4;
}
div.entry dd li {
	margin-left: 1em;
	list-style-position: inside;
}
div.entry dd {
	margin-bottom: 1em;
}
div.entry table {
	margin: 1em 0px;
	text-align: left;
}
div.entry table th {
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	line-height: 1.0;
}
div.entry table td {
	margin: 0px;
	padding: 2px;
	font-size: 90%;
}
p.image {
	font-size: 90%;
	text-align: center;
}
img.pict,
iframe.pict,
img.screenshot {
	margin: auto;
	display: block;
	text-align: center;
}
img.pict-head,
img.pict-tail,
iframe.pict-head,
iframe.pict-tail,
img.screenshot-head,
img.screenshot-tail {
	margin: 4px;
	padding: 0px;
	display: block;
}
img.pict-head,
iframe.pict-head,
img.screenshot-head {
	float: left;
	clear: left;
}
img.pict-tail,
iframe.pict-tail,
img.screenshot-tail {
	float: right;
	clear: right;
}
img.thumb {
	display: none;
}
dl.shortlist {
	margin: 0px;
}
dl.shortlist dt {
	margin: 0px;
	padding: 0.5em 0px 0px 0px;
	display: block;
	float: left;
	clear: left;
	width: 10em;
	line-height: 1.0;
	font-weight: bold;
	text-align: right;
}
dl.shortlist dd {
	margin: 0px 0px 0px 11em;
	padding: 0.5em 0px 0px 0px;
	line-height: 1.0;
}
dl.productinfo {
	padding: 1em 0px;
	clear: both;
}
dl.productinfo dt {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 140px;
	text-align: center;
}
dl.productinfo dd {
	margin-left: 150px;
	padding-bottom: 1em;
}
/* [page/entry navi] */
div.entry_navi,
div.page {
	text-align: center;
	font-size: 11px;
}
div.page {
	padding: 20px;
}
div.entry_navi a,
div.page a {
	text-decoration: none;
}
/* [navigation] */
div.navigation {
	margin-left: 570px;
	padding-right: 10px;
	padding-top: 20px;
}
* html div.navigation {
	margin-left: 565px;
}
div.navigation dl {
	width: 180px;
	padding: 0px;
	margin: 15px 0px;
}
div.navigation dl.category {
	padding-top: 10px;
}
div.navigation dl.memo {
	padding-bottom: 10px;
}
div.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.navigation ul.ads li {
	margin-bottom: 5px;
}
div.navigation ul a {
	text-decoration: none;
}
div.navigation dl dt {
	margin: 0px;
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div.navigation dl dt a {
	text-decoration: none;
}
div.navigation dl dd {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
div.navigation dl dd ul li {
	padding: 2px 0px 2px 5px;
	font-size: 11px;
}
div.navigation dl.extra dt {
	display: none;
}
div.navigation dl.extra ul li,
div.navigation dl.search dd {
	padding: 3px 0px;
	text-align: center;
	line-height: 1.3;
}
/* [footer] */
div.footer {
	margin: 20px 0px 15px 0px;
	padding: 0px;
}
div.footer address {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	line-height: 1.0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
div.footer address a {
	text-decoration: none;
}
/* [fonts] */
div.header ul#main-navi {
	font-family: "Hiragino Kaku Gothic Std","Osaka","Arial",sans-serif!important;
}
address {
	font-family: "Trebuchet MS","Trebuchet",sans-serif!important;
}
pre, code, kbd {
	font-family: monospace;
}
/* [colors] */
body {
	color: #445;
	background-color: #fff;
}
a:link {
	color: #66b;
}
a:active {
	color: #55c;
}
a:visited {
	color: #96c;
}
a:hover {
	color: #e50;
}
div.entry h2 a:link,
div.entry h2 a:active,
div.entry h2 a:visited {
	color: #754
}
div.entry h2 a:hover {
	color: #e50;
}
blockquote {
	color: #77c;
	background-color: #fafaff;
}
q {
	color: #669;
}
p.source {
	color: #666;
}
strong.caution {
	color: red;
}
p.note {
	color: #669;
}
div.entry table {
	color: #555;
	background-color: #eee;
}
div.entry table th {
	color: #555;
	background-color: #eef;
}
div.entry table tr td {
	background-color: #eed;
}
div.entry table tr.even td {
	background-color: #eef;
}
div.comment h3,
div.comment h4,
div.trackback h3 {
	color: #465;
}
div.comment dl dt,
div.trackback dl dt {
	color: #666;
}
div.comment dl.body dd,
div.trackback dl.body dd {
	color: #557;
}
div.comment dl dd.date,
div.trackback dl dd.info {
	color: #99a;
}
div.navigation dl dt {
	color: #668;
	background-color: #ebebe1;
}
div.navigation dl dd ul li {
	color: #668;
	background-color: #f7f7f3;
}
div.navigation dl.extra li {
	color: #668;
	background-color: transparent;
}
div.navigation dl.search dd {
	background-color: #f7f7f3;
}
div.header hr#end-preface {
	background-color: #fff;
}
div.footer address,
div.footer address a:link,
div.footer address a:active,
div.footer address a:visited,
div.footer address a:hover {
	color: #344;
}
/* [borders] */
img {
	border: 0px none #000;
}
blockquote {
	border: 1px solid #ddf;
}
ins {
	border-bottom: 1px dashed #cfc;
}
div.entry h2 {
	border-bottom: 3px double #eee;
}
div.picture a img {
	border: 1px solid #99c;
}
img.screenshot,
img.screenshot-head,
img.screenshot-tail {
	border: 1px solid #ddd;
}
div.entry table {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
div.entry table td,
div.entry table th {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}
div.navigation dl dt {
	border-bottom: 1px solid #c7dbb3;
}
div.navigation dl dd {
	border-left: 1px solid #c7dbb3;
	border-right: 1px solid #c7dbb3;
}
div.navigation dl dd ul li {
	border-bottom: 1px solid #ebebe1;
}
div.navigation dl dd ul li li {
	border-bottom: 0px none #ebebe1;
	border-top: 1px dashed #ebebe1;
}
div.navigation dl.extra dd {
	border-left: 1px none #c7dbb3;
	border-right: 1px none #c7dbb3;
}
div.navigation dl.extra li {
	border-bottom: 1px none #ebebe1;
}
div.navigation dl.search dd {
	border-bottom: 1px solid #c7dbb3;
}
div.header hr#end-preface {
	border: 1px solid #fff;
}
/* [background-images] */
body {
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-image: url(sb-serenedays-header.png);
}
div.header h1 {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url(sb-serenedays-title.png);
}
div.header ul#sub-navi li a {
	background-repeat: no-repeat;
	background-image: url(sb-serenedays-buttons.png);
}
div.header ul#sub-navi li#navi-home a {
	background-position: 0px -32px;
}
div.header ul#sub-navi li#navi-home a.current {
	background-position: 0px -64px;
}
div.header ul#sub-navi li#navi-home a:hover {
	background-position: 0px 0px!important;
}
div.header ul#sub-navi li#navi-product a {
	background-position: 0px -128px;
}
div.header ul#sub-navi li#navi-product a.current {
	background-position: 0px -160px;
}
div.header ul#sub-navi li#navi-product a:hover {
	background-position: 0px -96px!important;
}
div.header ul#sub-navi li#navi-contact a {
	background-position: 0px -224px;
}
div.header ul#sub-navi li#navi-contact a.current {
	background-position: 0px -256px;
}
div.header ul#sub-navi li#navi-contact a:hover {
	background-position: 0px -192px!important;
}
div.header div#preface ul li#download-latest a {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url(sb-download_button.png);
}
div.header div#preface {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-image: url(sb-serenedays-shadow.png);
}
div.footer {
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-image: url(sb-serenedays-footer.png);
}
div.navigation dl dt {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url(sb-serenedays-label.png);
}
div.navigation dl dd {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-image: url(sb-serenedays-label.png);
}
div.navigation dl.extra dd,
div.navigation dl.search dd {
	background-image: none;
}
/* [ads] */
div.ad {
	clear: both;
	width: 468px;
	margin: 0 auto;
}
div.footer-ads {
	margin: 50px 0px 20px 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #ccc;
	width: 600px;
	background-color: #fcfffc;
	font-size: 70%;
}
div.footer-ads p {
	margin: 10px;
}
div.navi-ads {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fcfffc;
	font-size: 70%;
	color: #666;
}
div.navi-ads p {
	margin: 10px;
}
