@charset "EUC-JP";

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

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	color: #000;
	font: 12px/1.5em "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #000 url(http://kumaki-anri.hotexpress.co.jp/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: 300px !important;
	height: 300px;
	padding: 0px 0px 0;
	background: #EEE url(http://kumaki-anri.hotexpress.co.jp/template/http://kumaki-anri.hotexpress.co.jp/template/header_bg.jpg) no-repeat top right;
}
div#container {
	width: 740px !important;
	width: 780px;
	padding: 30px 20px 0;
	background: transparent url(http://kumaki-anri.hotexpress.co.jp/template/container_bg.gif) no-repeat top center;
}
div#contents {
	width: 540px;
}
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: 20px;
	line-height: 0em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
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: 500px !important;
	width: 540px;
}
div.entry {
	padding: 15px 30px 30px;
}
div.rights {
	text-align: right;
}
div.entry h2 {
	font-size: 14px;
	width: 460px !important;
	width: 500px;
	padding: 30px 0 10px 30px;
	background: transparent url(http://kumaki-anri.hotexpress.co.jp/template/entrybar.gif) no-repeat bottom;
}
div.entry_author {
	width: 500px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
}
div.hour {
	width: 500px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
}
div.anri_profile {
	width: 180px;
	font-size: 10px;
	line-height:1.5em;
	margin-bottom: 20px;
}
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://kumaki-anri.hotexpress.co.jp/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://kumaki-anri.hotexpress.co.jp/template/ul_img.gif) 0 1px no-repeat;
}
div.sidebar ul li ul li {
	padding-left: 15px;
	padding-bottom: 0px;
	background: transparent url(http://kumaki-anri.hotexpress.co.jp/template/ul_sub_img.gif) 0 1px no-repeat;
}
/* for Win IE */
div.sidebar dt {
	_background: transparent url(http://kumaki-anri.hotexpress.co.jp/template/sidebar_bg.gif) no-repeat 0 3px;
}
div.sidebar ul li {
	_background: transparent url(http://kumaki-anri.hotexpress.co.jp/template/ul_img.gif) 0 2px no-repeat;
}
div.sidebar ul li ul li {
	_background: transparent url(http://kumaki-anri.hotexpress.co.jp/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://kumaki-anri.hotexpress.co.jp/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://kumaki-anri.hotexpress.co.jp/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;
}

@charset "EUC-JP";

/* Copyright 2006 Stick Limited. All rights reserved. */
/* Color Scheme Library - Pale White */

body {color: #47524F;background-color: #FFF;}
a {color: #00F;}
a:visited {color: #60F;}
a:active,a:hover {color: #F00;}
div#wrapper {background-color: #FFF;}
div#header {background-color: #FFF;}
div#footer {border-top: 1px solid #ACC2BD;}
div.entry_author {background-color: #DAE5E3;}
div.entry blockquote {color: #627070;border-left: 5px solid #627070;}
div.entry table th {color: #FFFFFF;}
div.entry table td {color: #FFFFFF;}
div#comments dl.comment_body dt {background-color: #DAE5E3;}
div#comments h4 {background-color: #47524F;}
dl#comment_form {background-color: #DAE5E3;}
p.tb_link {background-color: #627070;}
div#trackback dl.tb_body dt {background-color: #DAE5E3;}
dl#calendar_h {background-color: #DAE5E3;}
div.amazon img {border: 1px solid #CCC;}
dd.recommendlist img {border: 1px solid #CCC;}
dl#extra {background-color: #DAE5E3;}


/* ===== $B%P%C%/%0%i%&%s%I$N?'$K9g$o$;$FJQ99$9$kJ8;z?'(B ===== */

/* $B%X%C%@!V%V%m%0%?%$%H%k!W$N%j%s%/?'(B */
div#title h1 a {color: #FFF;}
div#title h1 a:active,div#title h1 a:hover {color: #FFF;}

/* $B%X%C%@!V%V%m%0$N@bL@!W$N%j%s%/?'(B */
div#title p {color:#47524F;}

/* $B%+%l%s%@!<!J2#7?!K$NJ8;z?'(B */
dl#calendar_h dd {color: #47524F;}

/* $B%+%l%s%@!<!J2#7?!K$N%j%s%/?'(B */
dl#calendar_h dd a {color: #F30;}
dl#calendar_h dd a:visited {color: #930;}
dl#calendar_h dd a:active,dl#calendar_h dd a:hover {color: #F96;}

/* $B%+%l%s%@!<!V:#F|!W$NJ8;z?'(B */
span.today {color: #F60;}

/* $B%+%l%s%@!<!V:#F|!W$N%j%s%/?'(B */
span.today a {color: #F60;}
span.today a:active,span.today a:hover {color: #F60;}


/* ===== $B%P%C%/%0%i%&%s%I$N0LCV!&%j%T!<%H$N@_Dj(B ===== */

/* $B%\%G%#$N%P%C%/%0%i%&%s%I%$%a!<%8!J=i4|@_Dj!'=D!?>eB7$(!"2#!?Cf1{B7$(!"=D%j%T!<%H!K(B */
body {background-position: top center;background-repeat: repeat-y;}

/* $B%X%C%@$N%P%C%/%0%i%&%s%I%$%a!<%8!J=i4|@_Dj!'=D!?>eB7$(!"2#!?1&B7$(!"%j%T!<%HL5!K(B */
div#header {background-position: top right;background-repeat: no-repeat;}

/* $B%3%s%F%$%J!<$N%P%C%/%0%i%&%s%I%$%a!<%8!J=i4|@_Dj!'=D!?>eB7$(!"2#!?Cf1{B7$(!"%j%T!<%HL5!K(B */
div#container {background-position: top center;background-repeat: no-repeat;}

/* $B%+%l%s%@!<!J2#7?!K$N%P%C%/%0%i%&%s%I%$%a!<%8!J=i4|@_Dj!'=D!?>eB7$(!"2#!?:8B7$(!"2#%j%T!<%H!K(B */
dl#calendar_h {background-position: top left;background-repeat: repeat-x;}
