@charset "EUC-JP";

/* Copyright 2006 Stick Limited. All rights reserved. */
/* Template Design Kit - Base CSS */

/* [Reset] */
* {
	margin: 0;
	padding: 0;
    font-family: '¥á¥¤¥ê¥ª','Meiryo','Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Osaka','£Í£Ó £Ð¥´¥·¥Ã¥¯',Verdana, Arial, sans-serif;
    font-weight: normal;
}

/* [Global Settings] */
body {
	color: #000;
	font: 12px/1.5em '¥á¥¤¥ê¥ª','Meiryo',"Helvetica", "Arial", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #000 url(http://www.l-rhythm.net/sb/template/body_bg.gif) repeat-y top center;
	text-align: center
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #60F;
}
a:active,
a:hover {
	color: #F0F;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}
div#header {
	width: 720px !important;
	width: 780px;
	height: 100px !important;
	height: 150px;
	padding: 50px 30px 0;
	background: #EEE url(http://www.l-rhythm.net/sb/template/header_bg.jpg) no-repeat top right;
}
div#container {
	width: 740px !important;
	width: 780px;
	padding: 30px 20px 0;
	background: transparent url(http://www.l-rhythm.net/sb/template/container_bg.gif) no-repeat top center;
}
div#contents {
	width: 510px;
}
div#pagenavi {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}
div#sidebar_left {
	width: 180px !important;
	width: 200px;
	padding-right: 20px;
	float: left;
}
div#sidebar_right {
	width: 180px !important;
	width: 200px;
	padding-left: 20px;
	float: right;
}
div#footer {
	width: 780px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}
/* [Header] */
div#title h1 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 7px;
}
div#title h1 a {
	color: #000;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #666;
}
/* [Entry] */
.flex_width {
	width: 500px;
}
.flex_width_pad {
	width: 510px !important;
	width: 540px;
}
div.entry {
	padding: 15px 0 50px;
}
div.entry h2 {
	font-size: 14px;
	margin-bottom: 30px;
}
div.entry_author {
	font-size: 10px;
	padding: 2px 20px;
	margin-bottom: 15px;
	background-color: #EEE;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	font-size: 10px;
	text-align: right;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding-left: 10px;
	color: #666;
	border-left: 5px solid #666;
	clear: both;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
div.entry table th {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #999;
	background-color: #FFF;
}
div.entry table td {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	background-color: #FFF;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
div.amazon {
	margin-bottom: 18px;
}
div.amazon img {
	margin: 0px 15px 15px 0;
	border: 1px solid #CCC;
	float: left;
}
/* [Comment] */
div#comments {
	padding-bottom: 50px;
}
div#comments h3 {
	margin-bottom: 15px;
}
div#comments dl.comment_body {
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	background-color: #DDD;
	padding: 2px 20px;
	margin-bottom: 5px;
	font-size: 10px;
}
div#comments h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 5px 20px;
	margin-bottom: 2px;
}
dl#comment_form {
	background-color: #EEE;
	padding: 20px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 290px !important;
	width: 292px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
}
div#trackback h3 {
	margin-bottom: 15px;
}
p.tb_link {
	color: #FFF;
	background-color: #666;
	padding: 2px 20px;
	margin-bottom: 20px;
	text-align: center;
}
div#trackback dl.tb_body {
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	background-color: #DDD;
	padding: 2px 20px;
	margin-bottom: 5px;
	font-size: 10px;
}
/* [Profile] */
div#profile {
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div.sidebar dl {
	margin-bottom: 30px;
}
div.sidebar dt {
	width: 165px !important;
	width: 180px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	font-weight: bold;
	background: transparent url(http://www.l-rhythm.net/sb/template/sidebar_bg.gif) no-repeat 0 2px;
}
div.sidebar ul {
	list-style-position: outside;
}
div.sidebar ul li {
	padding-left: 15px;
	padding-bottom: 0px;
	background: transparent url(http://www.l-rhythm.net/sb/template/ul_img.gif) 0 1px no-repeat;
}
div.sidebar ul li ul li {
	padding-left: 15px;
	padding-bottom: 0px;
	background: transparent url(http://www.l-rhythm.net/sb/template/ul_sub_img.gif) 0 1px no-repeat;
}
/* for Win IE */
div.sidebar dt {
	_background: transparent url(http://www.l-rhythm.net/sb/template/sidebar_bg.gif) no-repeat 0 3px;
}
div.sidebar ul li {
	_background: transparent url(http://www.l-rhythm.net/sb/template/ul_img.gif) 0 2px no-repeat;
}
div.sidebar ul li ul li {
	_background: transparent url(http://www.l-rhythm.net/sb/template/ul_sub_img.gif) 0 2px no-repeat;
}
/**/
/* ++++ Search ++++ */
dl#search dd input.form {
	width: 170px !important;
	width: 172px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#search dd {
	text-align: center;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* ++++ Recommend ++++ */
dd.recommendlist {
	font-size: 9px;
	line-height: 1.2em;
}
dd.recommendlist img {
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	float: left;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 180px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 9px;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
span.today {
	color: #F00;
}
span.today a {
	color: #F00;
}
span.today a:active,
span.today a:hover {
	color: #FCC;
}
/* ++++ Calendar Horizontal ++++ */
dl#calendar_h {
	width: 780px;
	padding: 5px 0;
	background: #CCC url(http://www.l-rhythm.net/sb/template/calendar_h_bg.gif) repeat-x;
}
dl#calendar_h dt {
	display: none;
}
dl#calendar_h dd {
	text-align: center;
	font-size: 10px;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 160px !important;
	width: 180px;
	padding: 10px;
	background-color: #DDD;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
dl#extra ul li {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
	background-image: none;
}
p#link2top {
	padding-left: 15px;
	background: transparent url(http://www.l-rhythm.net/sb/template/pagetop_arrow.gif) no-repeat 0 3px;
}
/* [Footer] */
div#footer address {
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
}
/* 2 Columns (Sidebar on left) */
#two_col_l div#contents {
	float: right;
}
/* 2 Columns (Sidebar on right) */
#two_col_r div#contents {
	float: left;
}
/* 3 Columns */
#three_col div#contents {
	float: left;
}
#three_col div#contents,
#three_col .flex_width {
	width: 340px;
}
#three_col .flex_width_pad {
	width: 300px !important;
	width: 340px;
}
/* 3 Columns Wide */
#three_col_wide div#wrapper {
	width: 900px;
}
#three_col_wide div#header {
	width: 840px !important;
	width: 900px;
}
#three_col_wide div#container {
	width: 860px !important;
	width: 900px;
}
#three_col_wide div#footer {
	width: 900px;
}
#three_col_wide div#contents {
	float: left;
}
#three_col_wide div#contents,
#three_col_wide .flex_width {
	width: 460px;
}
#three_col_wide .flex_width_pad {
	width: 420px !important;
	width: 460px;
}
#three_col_wide dl#calendar_h {
	width: 900px;
}
