/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 0.1
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
	margin: 0;
	padding: 0;
    font-family: "メイリオ", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	word-spacing: 0;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strong {
	color: #EB0000;
}

em {
	color: #00ca00;
	font-style: normal;
	font-weight: bold;
}

/* anchor */
a,
a:link,
a:visited {
    color: #00A000;
    text-decoration: none;
}
a:hover {
    color: #EB0000;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */

#banner {
	height: auto;
    color: #999999;
    text-align: left;
	position: relative;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner-header {
	float: left;
}

#banner-header a {
	text-indent: -9999px;
	display: block;
	width: 473px;
	height: 32px;
	background: url(images/title.gif) no-repeat 0 0;
	margin: 50px 0 0 0;
}

/* description of blog */
#banner-description {
    color: #ffffff;
    font-size: 12px;
	display: none;
}

p#navi {
	margin: 50px 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

p#navi a {
	display: block;
	height: 40px;
	width: 200px;
	text-indent: -9999px;
	background: url(./images/post.gif) no-repeat 0 0;
}

p#navi a:hover {
	background: url(./images/post.gif) no-repeat -200px 0;
}

ul#bar li {
	text-indent: -9999px;
	margin-bottom: 10px;
}

ul#bar li a {
	display: block;
	height: 40px;
	width: 174px;
}

ul#bar li#about a {
	background: url(images/about.gif) no-repeat 0 0;
}

ul#bar li#about a:hover {
	background: url(images/about.gif) no-repeat -174px 0;
}

ul#bar li#reporter a {
	background: url(images/reporter.gif) no-repeat 0 0;
}

ul#bar li#reporter a:hover {
	background: url(images/reporter.gif) no-repeat -174px 0;
}

ul#bar li#reporter2 a {
	background: url(images/reporter2.gif) no-repeat 0 0;
}

ul#bar li#reporter2 a:hover {
	background: url(images/reporter2.gif) no-repeat -174px 0;
}

ul#bar li#merry_mag a {
	background: url(images/merry_mag.gif) no-repeat 0 0;
	display: block;
	height: 80px;
	width: 174px;
}

ul#bar li#merry_mag  a:hover {
	background: url(images/merry_mag.gif) no-repeat -174px 0;
}


ul li#login {
	margin: 0 0 10px 0;
	padding: 0;
}

ul li#login a {
	display: block;
	width: 174px;
	text-decoration: none;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

ul li#login a:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* article */
.blog {
    padding: 10px 0;
    background: none;
}

/* article date */

.date {
    margin: 0;
    padding: 5px 0 0 42px !important;
    padding: 5px 0 15px 42px;
	background: url(images/bar.gif) no-repeat 0px 0px;
    color: #EB0000;
	height: 40px;
    font-size: 16px;
	font-weight: bold;
	clear: both;
}

/*.date {
    margin: 0;
    padding: 6px 0 9px 40px;
	border-top: 2px solid #FF037E;
	border-bottom: 2px solid #FF037E;
	background: url(images/fly.gif) no-repeat 0 2px;
    color: #FF037E;
	height: 18px;
    font-size: 15px;
	font-weight: bold;
	clear: both;
}
*/
/* comment color */

.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #EB0000;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 30px;
    color: #333;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 16px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px dashed #0000B1;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

/* Category Image */
#categoryImage {
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
}

#categoryImage img{
	margin: 0;
	padding: 0;
}

ul.post-categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#post-categories li {
	margin: 0;
	padding: 0;
}

/* title of entry */
h2.entry-header {
    margin: 32px 0 5px;
	padding: 3px 0 0;
    color: #333;
    font-size: 21px;
	line-height: 1.0;
	font-weight: bold;
	float: left;
}

h2.entry-header a {
    color: #333;
}

#post58 h2.entry-header,
#post59 h2.entry-header,
#post63 h2.entry-header {
    margin: 25px 0 30px;
}

#post58 h2.entry-header a,
#post59 h2.entry-header a,
#post63 h2.entry-header a {
    color: #333;
}

.entry-body {
	clear: both;
	margin: 15px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px dashed #aaa;
}

.noBorder {
	border: none;
}

/* contributor */
p.entry-footer {
    margin: 0;
	padding: 0;
    color: #333;
    font-size: 12px;
	width: 420px;
	float: left;
	color: #666;
}

.entry p {
    margin: 0 0 1.5em;
}
.entry p img{
    margin: 0 5px 5px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px 0 10px 5px;
	padding: 10px 0;
    text-align: center;
    font-size: 12px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	background: #f2f2f2;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}
/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #eee;
    font-size: 12px;
}

#links-left ul a,
#links-right ul a {
    color: #fff;
}

#links-left li,
#links-right li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/pen.gif) no-repeat 1px 1px;
    padding-left: 18px;
    margin: 0;
}

#links-left li li li ,
#links-right li li li {
    background: none;
	background: url(images/lmark.gif) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 8px;
}

#links-left ul.rss li,
#links-right ul.rss li {
    background: url(images/rss.gif) no-repeat 1px 2px;
    padding-left: 18px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

#links-right ul.bnr{
     margin: 0;
	 padding:5px 0 0 0;
     color: #eee;
     font-size: 12px;
}

#links-right ul.bnr li{
    background-image:none;
	background:none;
    margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}



/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin: 3px 0 5px;
    padding: 5px 0 0 8px !important;
    padding: 5px 0 3px 10px;
	height: 15px;
    color: #EB0000;
    font-size: 12px;
	font-weight: bold;
	background: url(images/bar02.gif) no-repeat 0 0;
	line-height: 1.0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
.comment {
	margin: 10px 0 15px;
	border: 1px solid #eb0000;
	border-left: 3px solid #EB0000;
	padding: 10px;
}

#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #EB0000;
    font-size: 12px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
}

.trackback-footer,
.comment-footer {
    font-size: 12px;
    border-top: 1px dotted #EB0000;
    text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}

.comments-open label {
    display: block;
}

.comments-head {
    margin: 25px 0 10px;
    padding: 6px 0 9px 35px;
    color: #33A02C;
    font-size: 15px;
    font-weight: bold;
	height: 18px;
	background: url(images/merry.gif) no-repeat 1px 3px;
	border-top: 2px solid #33A02C;
	border-bottom: 2px solid #33A02C;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #36414d;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
}
/*.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #fff;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}

/* for 1 column */
/* .layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* for 1 column */
/* .layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* footer */
#footer {
    margin: 10px 0 0;
    padding: 34px 0 10px;
	background: url(images/footer.gif) no-repeat 0 0;
}
#footer p {
    margin: 5px 0 0;
    font-size: 12px;
    text-align: center;
    color: #666;
}
/* .layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-one-column-liquid #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}


/* for 3 columns liquid layout */
/*
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with right sidebar) */
/*
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with left sidebar) */
/*
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #ffffff;
}

/* for IE7 */
/*
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right,
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 1 column liquid layout */
/*
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* for 3 columns fixed layout */
/*
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 640px;
    margin: 0 10px 10px 0 !important;
    margin: 0 0px 10px 0;
	padding: 0;
}
.layout-two-column-right #links-right-box {
    float: right;
    width: 200px;
	margin: 10px 0 0 10px;
	padding: 20px 0 0;
	background: url(./images/side_top.gif) no-repeat 0 0;
	font-weight: bold;
}

.layout-two-column-right #links-right {
    width: 174px;
    padding: 0 13px 8px 13px;
	margin: -8px 0 0;
    color: #000;
	background: #eb0000 url(./images/side_bottom.gif) no-repeat 0 100%;
}

.layout-two-column-right #links-right a{
}

/* for 2 columns fixed layout (with left sidebar) */
/*
.layout-two-column-left #content {
    float: right;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

input,textarea {
    font-family: Verdana, Arial, sans-serif;
}
*/

.googlemaps {
	margin: 1em 0;
}


/* ヘッダー */
#logo {
width: 117px;
height: 45px;
text-indent: -9999px;
}

#logo a {
position:absolute;
top: 0px;
left: 0px;
background: url(./images/logo.gif) no-repeat;
width: 117px;
height: 45px;
display: block;
}

#ja-en {
width: 96px;
height: 15px;
position:absolute;
top: 47px;
left: 12px;
}

#ja {
width: 96px;
height: 15px;
display: block;
position: absolute;
top: 0px;
left: 0px;
}

#ja a {
background: url(./images/ja.gif) no-repeat;
width: 96px;
height: 15px;
text-indent: -9999px;
display: block;
}

#ja a:hover {
background: url(./images/ja.gif) no-repeat -96px 0px;
width: 96px;
height: 15px;
text-indent: -9999px;
display: block;
}

#en {
width: 96px;
height: 15px;
display: block;
position:absolute;
top: 0px;
left: 0px;
}

#en a {
background: url(./images/en.gif) no-repeat;
width: 96px;
height: 15px;
text-indent: -9999px;
display: block;
}

#en a:hover {
background: url(./images/en.gif) no-repeat -96px 0px;
width: 96px;
height: 15px;
text-indent: -9999px;
display: block;
}


#globe {
width: 136px;
height: 68px;
position: absolute;
top: 0px;
left: 747px;
}

/* メイン */
#mainnavi {
width: 630px;
height: 68px;
text-indent: -9999px;
clear: none;
float: none;
position: absolute;
top: 0px;
left: 117px;
}


/* プレゼンテーション */
#presentation a {
background: url(./images/main_navi.gif) no-repeat 0px 0px;
width: 169px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 157px;
}


#presentation a:hover {
background: url(./images/main_navi.gif) no-repeat 0px -68px;
width: 169px;
height: 68px;
display: block;
}

#presentationpage a {
background: url(./images/main_navi.gif) no-repeat 0px -68px;
width: 169px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 157px;
}



/* ニュース */
#news a {
background: url(./images/main_navi.gif) no-repeat -169px 0px;
width: 161px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 0;
}

#news a:hover {
background: url(./images/main_navi.gif) no-repeat -169px -68px;
width: 161px;
height: 68px;
display: block;
}

#newspage a {
background: url(./images/main_navi.gif) no-repeat -169px -68px;
width: 161px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 0;
}





/* コミュニティー */
#community a {
background: url(./images/main_navi.gif) no-repeat -331px 0px;
width:153px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 324px;
}

#community a:hover {
background: url(./images/main_navi.gif) no-repeat -331px -68px;
width: 153px;
height: 68px;
display: block;
}

#communitypage a {
background: url(./images/main_navi.gif) no-repeat -331px -68px;
width: 153px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 324px;
}


/* アーカイブス */
#archives a {
background: url(./images/main_navi.gif) no-repeat -484px 0px;
width:145px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 477px;
}

#archives a:hover {
background: url(./images/main_navi.gif) no-repeat -484px -68px;
width: 145px;
height: 68px;
display: block;
}

#archivespage a {
background: url(./images/main_navi.gif) no-repeat -484px -68px;
width: 145px;
height: 68px;
float: left;
display: block;
position: absolute;
top: 0;
left: 477px;
}


/* ニュース */
#news_sub {
background: url(./images/sub_news.gif) no-repeat;
width: 860px;
height: 119px;
position: relative;
top: 25px;
left: 0px;
}

#news_sub_menu {
width: 742px;
position: relative; 
top: 20px;
left: 75px;
}

#news_sub_menu a {
	text-indent: -9999px;
}

#top_news {
width: 75px;
height: 93px;
position: absolute;
top: 0px;
left: 0px;
}

#top_news a {
background: url(./images/news_menu.gif) no-repeat 0px 0px;
width: 75px;
height: 93px;
display: block;
}

#top_news a:hover {
background: url(./images/news_menu.gif) no-repeat 0px -90px;
}

#new_event {
width: 75px;
height: 93px;
position: absolute;
top: 0px;
left: 284px;
}

#new_event a {
background: url(./images/news_menu.gif) no-repeat -284px 0px;
width: 65px;
height: 93px;
display: block;
}

#new_event a:hover {
background: url(./images/news_menu.gif) no-repeat -284px -90px;
}

#n_publicity {
width: 88px;
height: 93px;
position: absolute;
top: 0px;
left: 388px;
}

#n_publicity a {
background: url(./images/news_menu.gif) no-repeat -378px 0px;
width: 88px;
height: 93px;
display: block;
}

#n_publicity a:hover {
background: url(./images/news_menu.gif) no-repeat -388px -90px;
}

#n_publishing {
width: 97px;
height: 93px;
position: absolute;
top: 0px;
left: 513px;
}

#n_publishing a {
background: url(./images/news_menu.gif) no-repeat -513px 0px;
width: 97px;
height: 93px;
display: block;
}

#n_publishing a:hover {
background: url(./images/news_menu.gif) no-repeat -513px -90px;
}

#reply_from_world {
width: 135px;
height: 93px;
position: absolute;
top: 0px;
left: 113px;
}

#reply_from_world a {
background: url(./images/news_menu.gif) no-repeat -113px 0px;
width: 135px;
height: 93px;
display: block;
}

#reply_from_world a:hover {
background: url(./images/news_menu.gif) no-repeat -113px -90px;
}

#n_merry_archives {
width: 85px;
height: 93px;
position: absolute;
top: 0px;
left: 648px;
}

#n_merry_archives a {
background: url(./images/news_menu.gif) no-repeat -648px 0px;
width: 85px;
height: 93px;
display: block;
}

#n_merry_archives a:hover {
background: url(./images/news_menu.gif) no-repeat -648px -90px;
}


/* Reporter 一覧Page */

#allReporter {
}

.rBox {
	margin: 0 32px 20px 0 !important;
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	width: 174px;
	height: 100%;
	font-size: 12px;
}

.rBox dt {
	margin: 0 0 0;
	padding: 0;
}

.rBox img {
	margin: 0;
	padding: 0;
}

.rBox dd {
	margin: 0 4px 0;
	padding: 0;
	line-height: 125%;
}


table#reporterInfo {
	font-size: 12px;
	width: 620px;
	border: none;
}

table#reporterInfo th {
	text-align: left;
	padding: 0 0 15px 0;
	width: 52px;
}

table#reporterInfo td {
	width: 90px;
	margin: 0 15px 0 0;
	padding: 0 0 15px 0;
	line-height: 140%;
	vertical-align: top;
	text-align: left;
}

table#reporterInfo td a {
	color: #333;
}

table#reporterInfo img {
	border: 1px solid #333;
}

/* Reporter 詳細Page */

#reporterBox {
	clear: both;
	width: 620px;
}

#leftBox {
	position: relative;
	float: left;
	width: 170px;
}

#leftBox img {
	border: 1px solid #333;
	margin: 0;
	padding: 0;
}

#leftBox img.flag {
	border: none;
	margin-right: 3px;
}

#leftBox p {
	font-size: 12px;
	margin: 1em 5px 1em 0;
	padding: 0;
	line-height: 125%;
}

#rightBox {
	position: relative;
	display: inline;
	float: right;
	width: 435px;
	margin-top: 10px;
}

#rightBox p.backnumber {
	margin-top: 3em;
}

#rightBox p.backnumber a {
	color: #EB0000;
	padding: 0 0 0 18px;
	background: url(images/merryicon.gif) no-repeat 0 50%;
	height: 100%;
}


/* calendar */
#wp-calendar caption {
    margin: 0;
    padding: 5px 0 0 5px !important;
    padding: 5px 0 3px 5px;
	text-align: left;
	height: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.0;
}

#wp-calendar {
    text-align: center;
    color: #fff;
    background: none;
	font-weight: bold;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding: 0 0 3px !important;
    padding: 5px 0 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    font-size: 9px;
    padding: 0 !important;
    padding: 3px 0;
}

#wp-calendar td.pad {
	border: none;
}

#wp-calendar td a {
	text-decoration: none;
	padding: 1px 3px;
	background: #fff;
	color: #eb0000;
}

#wp-calendar td a:hover {
	background: #ccc;
}

#wp-calendar td#prev {
	border: none;
	text-align: left;
}

#wp-calendar td#prev a {
	border: none;
	text-decoration: underline;
	color: #fff;
	background: none;
}

#wp-calendar td#prev a:hover {
	text-decoration: none;
}

#wp-calendar td#next {
	border: none;
	text-align: right;
}

#wp-calendar td#next a {
	border: none;
	text-decoration: underline;
	color: #fff;
	background: none;
}

#wp-calendar td#next a:hover {
	text-decoration: none;
}


span.coolplayer_wrapper {
	 margin: 15px 0;
	 padding: 0;
}

span.koikikukan {
	vertical-align:top;
}



