/***** http://hakouma.eux.jp/wp-content/themes/hakouma/style.css *****/
/*  
Theme Name: Hakouma
Theme URI: http://hakouma.eux.jp/
Description: hakouma based on koikikukan template 3 column
Author: namio
Author URI: http://hakouma.eux.jp/
Version: 0.1
*/

/*  
Original_Theme Name: Koikikukan
Original_Theme URI: http://www.koikikukan.com/
Original_Description: koikikukan template 3 column
Original_Author: Yujiro Araki
Original_Author URI: http://www.koikikukan.com/
Original_Version: 0.2
*/

/*
 * 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.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: verdana, "ＭＳ Ｐゴシック",arial, sans-serif;

}
  
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: DarkGreen;
    text-decoration: none;
}
a:hover {
    color: DarkGreen;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

a.highslide  img,a:hover.highslide  img {
    border: 1px solid silver;//none;
margin-right:13px;
}


a img.alignleft {
float:left;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header {
    padding: 10px;
    border-bottom: 1px solid #666;//#669;
    color: #999;
    background: Olivedrab;//#8fabbe;
   background-position: right top;
    background-repeat: no-repeat;
    background-image: url("http://hakouma.eux.jp/wp-content/themes/hakouma/images/hakouma_title_850_2.jpg");
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 12px;//25px;//32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description {
    color: #f5f5f5;
    background: transparent;
    font-size: 9px;//10px;//11px;//12px;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url("http://hakouma.eux.jp/wp-content/themes/hakouma/.gif");*/
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: YellowGreen;//#8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url("http://hakouma.eux.jp/wp-content/themes/hakouma/.gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #444;
    font-size: 120%;//125%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 66.6%;//83.3%;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 66.6%;//83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 66.6%;//83.3%;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 11px;
    background: none;
    letter-spacing: 0.1em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 83.3%;
}

#links-left li li,
#links-right li li {
    background: url(http://hakouma.eux.jp/wp-content/themes/hakouma/images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 100%;
    line-height: 2.0;
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: YellowGreen;//#8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* comment and trackback */
#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;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#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 {
    margin-bottom: 20px;
    text-align: center;
    background: #eeeeee;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666;//#669;
    border-left: 1px solid #666;//#669;
    border-right: 1px solid #666;//#669;
    text-align: left;
    background-color: #fff;
}

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #36414d;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 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 #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* for 1 column */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* footer */
#footer {
    margin: 10px 0;
    padding: 1px 0;
}
#footer p {
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
    color: #444;
}
.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 #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-liquid #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #fff;
}
.layout-three-column-liquid #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #fff;
}

/* for 2 columns liquid layout (with right sidebar) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #fff;
}

/* for 2 columns liquid layout (with left sidebar) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #fff;
}

/* 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 #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #ffffff;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #777;//#669;
    border-left: 1px solid #777;//#669;
    border-right: 1px solid #777;//#669;
}
.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;
}

/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: right;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 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 #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS for hakouma_playguide */
.wc_list_table { border-collapse: collapse;border-color:#666666;
width:100%; }
.wc_list_table td,.wc_list_table th{border: 1px solid #666666;padding:3px;}
.wc_list_table th { font-size:12px;color:#000000;
white-space: nowrap;text-align:center; font-weight:normal; }
.wc_list_nowrap { white-space:nowrap; }
.wc_list_nodisp { display:none; }

/* font_size_for_ie */
.hakouma_font_ie a {font-family:'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;}
.widget_tag_cloud a {font-family:'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;}

/* wp-stats nodisplay_smile_mark */
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

/* wp-table_hako basic css */
.wptable_hako {
	border:		1px Solid #666666;
	border-collapse: collapse;	}
.wptable_hako th {
color:#ffffff;}
.wptable_hako th,.wptable_hako td {
padding:2px;}

/* for DM&fliers list */
.hako_pages {font-weight:bold;}
.hako_pages a {font-weight:normal;}

/* CSS for kougabu gallery */
.gallery {margin: auto;background-color:;}
.gallery-item {float: left;margin-top: 6px;
         margin-left: 2px;
      margin-right: 2px;
	text-align: center;
       width: 19%;
font-size:66.6%;
}
.gallery img {border: 0px;}
.gallery-caption {margin-left: 0;}

/***** http://hakouma.eux.jp/wp-content/plugins/wpj-highslide/highslide-nb.css *****/
.highslide {
	cursor: url(http://hakouma.eux.jp/wp-content/plugins/wpj-highslide/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-image {
    border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(http://hakouma.eux.jp/wp-content/plugins/wpj-highslide/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 9px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/***** http://hakouma.eux.jp/wp-content/plugins/event-calendar/ec3.css *****/
/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
}

#wp-calendar table caption {
  text-align:center;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

#wp-calendar .ec3_eventday a:link {
  //background-color: Khaki;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
      font-size: 9px;
    line-height: 120%;
}

#wp-calendar table th.hakoday {
font-family: "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
//font-weight:normal;
font-size:10px;
}
#wp-calendar table th.youbi0 {
color:tomato;
}
#wp-calendar table th.youbi6 {
color:royalblue;
}


#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
padding:3px 1px 3px 1px;
border: none;
}

#wp-calendar table td:hover  {
border: none;
}

#wp-calendar table td.ec3_today {
padding:2px 0px 2px 0px;
border: solid 1px #fff;
background-color: khaki;
}

#wp-calendar table td.ec3_eventday:hover  {
background-color: gold;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 background-repeat:no-repeat;
 background-position:bottom right;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 2px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

.ec3_schedule .ec3_past *  { text-decoration:line-through }

/***
 ***  Iconlet
 ***/

div.ec3_iconlet {
 margin:0 1ex 0.2ex 0;
 padding:0.3ex;
 border:solid 2px #800;
 float:left;
 font-size:1em;
 text-align:center;
}

div.ec3_past {
 border-color:gray;
 opacity:0.5;
}

div.ec3_iconlet * {
 margin:0;
 padding:0;
 line-height:90%;
}

div.ec3_iconlet table {
 border-collapse:collapse;
}

div.ec3_iconlet td {
 padding-top:0.4ex;
 padding-bottom:0.4ex;
 text-align:center;
 font-weight:bold;
}

div.ec3_iconlet tr.ec3_day td {
 padding-top:0;
 padding-bottom:0;
 font-size:2.5em;
 font-weight:bold;
 width:2.5ex;
}

div.ec3_iconlet tr.ec3_time td {
 font-size:0.75em;
 font-weight:normal;
}

div.ec3_iconlet td.ec3_multi_start {
 padding-right:0.2ex;
}
div.ec3_iconlet td.ec3_multi_end {
 border-left:solid 1px #800;
 padding-left:0.2ex;
}
div.ec3_past td {
 border-color:gray;
}


/***
 ***  Big Calendar
 ***/


div#ec3_big_cal {
 border:solid 2px #eee;
}

#ec3_big_cal table {
 border-collapse:collapse;
 width:100%;
 line-height:normal;
}

#ec3_big_cal table.nav {
 width:50%;
 margin-right:auto;
 margin-left:auto;
}

#ec3_big_cal table.nav td {
 border:none;
 height:auto;
 text-align:center;
 font-size:1.5em;
 font-weight:bold;
}

#ec3_big_cal table caption {
 font-size:1.5em;
 font-weight:bold;
}

#ec3_big_cal table th {
 text-align:center;
 font-size:smaller;
 font-weight:normal;
}

#ec3_big_cal table td {
 margin:0;
 padding:0;
 width:14.2%;
 vertical-align:top;
 text-align:left;
 border:solid 1px #999;
}

#ec3_big_cal table td.ec3_today {
 background-color:#ffe;
}

td .ec3_daynum {
 display:block;
 margin:0;
 margin-left:auto;
 margin-right:auto;
 padding:0;
 padding-right:2px;
 padding-bottom:1px;
 text-align:right;
 font-size:1em;
}

td.ec3_postday  a.ec3_daynum { color:#0066cc }
td.ec3_eventday a.ec3_daynum { color:#a00 }
             span.ec3_daynum { color:black }

td.ec3_postday  a.ec3_daynum:hover { color:white; background-color:#0066cc }
td.ec3_eventday a.ec3_daynum:hover { color:white; background-color:#a00 }

#ec3_big_cal table td div {
 min-height:5em;
}

#ec3_big_cal table td p {
 font-size:smaller;
 margin-top:0;
 margin-bottom:0.1em;
}

#ec3_big_cal .ec3_post a {
 color:#0066cc;
}

#ec3_big_cal .ec3_event a {
 color:#a00;
}

#ec3_big_cal .pad {
 border:none;
 background-color:#eee;
}


/***** inline CSS *****/

.ec3_ec{ background-image:url(http://hakouma.eux.jp/wp-content/plugins/event-calendar/ec.png) !IMPORTANT }
#ec3_shadow0{ background-image:url(http://hakouma.eux.jp/wp-content/plugins/event-calendar/shadow0.png) !IMPORTANT }
#ec3_shadow1{ background-image:url(http://hakouma.eux.jp/wp-content/plugins/event-calendar/shadow1.png) !IMPORTANT }
#ec3_shadow2{ background-image:url(http://hakouma.eux.jp/wp-content/plugins/event-calendar/shadow2.png) !IMPORTANT }
/***** inline CSS *****/
.wptable_hako {
border-width: 0 px;
border-color: #666666;
border-style: solid;
width: 100%;
}

.wptable_hako th {
border-width: 0px;
border-color: #666666;
background-color: #9ACD32;
border-style: solid;
}

.wptable_hako td {
border-width: 0px;
border-color: #666666;
border-style: solid;
}

.wptable_hako tr.alt {
background-color: #F4F4EC;
}
