/* Base Weblog (base-weblog.css) */
/* basic elements */
html
{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}

body
{
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
font-family: verdana, 'trebuchet ms', sans-serif;
font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
margin-top: 5px;
margin-bottom: 5px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

/* standard helper classes */
.clr
{
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */
body { text-align: center; } /* center on ie */

#container
{
position: relative;
margin: 0 auto; /* center on everything else */
width: 720px;
text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; 
background-image: url(images/bg.gif);
background-repeat: repeat-y;
}
#banner-inner {
position: static;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner {
position: static;
width: 100%;
background-image: url(images/bg.gif);
}

#alpha, #beta, #gamma, #delta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
position: static;
}

/* banner user/photo */

.banner-user
{
float: left;
overflow: hidden;
width: 64px;
margin: 0 15px 0 0;
border: 0;
padding: 0;
text-align: center;
}

.banner-user-photo
{
display: block;
margin: 0 0 2px 0;
border: 0;
padding: 0;
background-position: center center;
background-repeat: no-repeat;
text-decoration: none !important;
}

.banner-user-photo img
{
width: 64px;
height: auto;
margin: 0;
border: 0;
padding: 0;
}

/* content */
.content-nav
{
margin: 10px;
text-align: center;
}

.date-header
{
position: static;
clear: both;
}
.entry-content
{
position: static;
clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
position: static;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
clear: both;
margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
clear: both;
font-size: 12px;
padding: 0px 8px;
}
.entry-title {
font-weight: bold;
font-size: 12px;
}

.trackback-footer,
.comment-footer
{
clear: both;
margin: 5px 10px 20px 10px;
text-align: left;
font-size: 12px;
}

.entry-footer,
.archive-content
{
clear: both;
margin: 5px 10px 20px 10px;
text-align: left;
font-size: 12px;
}

// 修正
.comments-open-footer,
{
clear: both;
margin: 5px 10px 20px 10px;
text-align: right;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 240px;
}

#comment-bake-cookie
{
margin-left: 0;
vertical-align: middle;
}

#comment-post
{
font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
float: left;
width: 115px;
margin: 0 10px 10px 0;
}

.image-thumbnail img
{
width: 115px;
height: 115px;
margin: 0 0 2px 0;
}

/* modules */
.module
{
position: relative;
overflow: hidden;
width: 100%;
   font-size: 12px;
}

.module-content
{
position: relative;
margin: 5px 10px 20px 10px;
   font-size: 12px;
}

.module-list,
.archive-list
{
margin: 0;
padding: 0;
list-style: none;
   font-size: 12px;
}

.archive-list-item {
  margin-left: 8px;
  margin-right: 8px;
}
.module-list-item
{
margin-top: 5px;
margin-bottom: 5px;
   font-size: 12px;
}

.category-module-list-item
{
margin-top: 5px;
margin-bottom: 5px;
font-size: 12px;
background-image: url(images/category_item.jpg);
background-repeat: no-repeat;
height: 25px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
width: 14%;
text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
display: block;
clear: both;
margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
float: left;
min-width: 60px;
width: 60px;
/* no ie mac \*/width: auto;/* */
margin: 0 5px 0 0;
text-align: center;
vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
margin: 0;
padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
margin: 0;
}

.module-featured-photo img { width: 100%; }

.day-photo
{
width: 54px;
height: 54px;
}

.day-photo a
{
display: block;
}

.day-photo a img
{
width: 50px;
height: 50px;
}

.entry_date_text {
width: auto;
float: left;
font-size: 12px;
font-weight: bold;
padding-left: 0px;
margin-right: 12px;
}
.logo {
float: left;
margin-right: 290px;
margin-left: 0px;
margin-bottom: 12px;
width: 200px:
}
/* 加盟店ページへ, ブログインデックスへ */
.header_link {
display: block;
float: left;
margin-right: 6px;
margin-top: 16px;
line-height: 100%;
width: 121px;
text-indent: -10000px;
}
.header_link_empty {
display: block;
float: left;
margin-right: 126px;
margin-top: 16px;
line-height: 100%;
}

.header_link_right {
display: block;
float: left;
/* margin-right: 5px; */
margin-top: 16px;
/* line-height: 100%; */
width: 125px;
overflow: hidden;
text-indent: -10000px;
}
/* ブログタイトル画像 */
.header_title {
margin: auto;
}

/* 右カラムテキスト */
.right_column_text {
font-size: 12px;
margin: 0px auto 5px auto;
line-height: 130%;
width: 120px;
text-align: left;
color: #333333;
}

/* 写真画像 お問い合わせはこちら 工務店オリジナルhpへ */
.picture_image, .inquiry_link, .shop_link {
margin-bottom: 5px;
}
a.inquiry_link_tag {
display: block;
width: 120px;
height: 30px;
text-indent: -10000px;
background: url(images/inquiry.jpg) no-repeat;
}
a.shop_link_tag {
display: block;
width: 120px;
height: 30px;
text-indent: -10000px;
background: url(images/original.jpg) no-repeat;
}

a.inquiry_link_tag:hover {
background: url(images/inquiry_over.jpg) no-repeat;
}
a.shop_link_tag:hover {
background: url(images/original_over.jpg) no-repeat;
}

.category-text {
padding-left: 16px;
padding-top: 3px;
font-weight: bold;
}
.update_date_text {
width: 200px;
float: left;
}

.banner_right {
margin-top: 0px;
}
.banner_left, .banner_right {
  text-align: center;
  margin: auto;
}
.page_prev {
float: left;
margin-left: 12px;
}
.page_next {
text-align: right;
margin-right: 24px;
}

a
{
text-decoration: underline;
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #003366; }

/* layout */

body
{
margin: 0;
color: #333333;
/* background: #FFFFFF; */
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 150%;
}

#container { position: static; }

#container-inner
{
position: static;
border: 0;
/* background: #FFFFFF; */
}

#banner
{
/* border-bottom: 1px dotted #6699CC; */
/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
/* color: #FFFFFF; */
/* background: #99CC66; */
text-align: left;
font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#banner-inner { padding: 5px; }

#banner a
{
color: #FFFFFF;
text-decoration: none;
}

#banner-header
{
margin: 0.25em 0;
font-size: xx-large;
font-weight: bold;
}

#banner-description
{
margin: 0.25em 0;
font-size: small;
}


/* default to artistic/calendar/timeline layout */

#container
{
width: 760px;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
margin: 0 0 10px 0;
background-image: url(images/entry_header.jpg);
background-repeat: no-repeat;
padding: 0px;
color: #333333;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
padding-left: 12px;
}

.entry-header
{
margin: 0px 0 10px 0;
border: 0;
background-image: url(images/entry_header.jpg);
color: #000000;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
padding-left: 12px;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.archive-content
{
margin: 1px 0px;
font-size: 12px;
}
.trackback-content,
.comment-content,
.comments-closed,
.comments-open-content,
.comments-open-footer {
margin: 10px 8px;
font-size: 12px;
}
.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
margin: 0 0 10px 0;
/* border-top: 1px dotted #999999; */
padding: 2px 8px 0px 8px;
/* color: #999999; */
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
line-height: normal;
/* text-align: right; */
/* font-weight: bold; */
}

.entry-body .entry-footer,
.trackback-footer
{
margin: 0 0 10px 0;
/* border-top: 1px dotted #999999; */
padding: 2px 8px 0px 0px;
/* color: #999999; */
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
line-height: normal;
/*	text-align: right; */
/* font-weight: bold; */
}

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
width: 100%;;
}

/* modules */
.module-header
{
margin: 5px 0;
border-bottom: 1px dotted #999999;
border-top: 1px dotted #999999;
padding: 3px;
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
line-height: normal;
font-weight: bold;

text-transform: uppercase;
letter-spacing: .3em;
text-align: left;
}

.module-content
{
margin: 5px 0 20px 0;
color: #333333;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12pxl;
line-height: 150%;
text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
border: 5px solid #EEEEEE;
}

.module-photo
{
text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: x-small;
border-bottom: 1px solid #999999;
text-align: left;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
text-align: center;
font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

/* one-column tweaks */

.layout-one-column #container
{
	width: 400px;
}

.layout-one-column #alpha
{
	display: block;
	float: none;
	width: auto;
}

.layout-one-column #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* three-column tweaks */
.layout-three-column #container
{
	/* width: 800px; */
	width: 760px;
}

.layout-three-column #alpha
{
	width: 190px;
	/* border-right: solid 1px; */	
}

.layout-three-column #alpha-inner
{
	border: 0;
	padding: 5px 5px 5px 5px;
}

.layout-three-column #beta
{
	width: 440px;
}

.layout-three-column #beta-inner
{
	border: 0;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}

.layout-three-column #gamma
{
	width: 130px;
	/* border-left: solid 1px; */
}

.layout-three-column #gamma-inner
{
	border: 0;
	padding: 5px 5px 5px 5px;
	/* background: #FFFFFF; */
}

#globalnavi {
	text-align: center;
	padding-bottom: 5px;
	/* border-bottom : 1px solid #666699; */
}

.entry-border {
border: 1px solid #CCCCCC;
margin-bottom: 12px;
padding-bottom: 0px;
}

.trackback-url {
  margin: 5px 12px;
}


.entry_link {
  text-decoration: none;
}
a.entry_link:link,
a.entry_link:visited {
color: #CC0000;
}
a.entry_link:active,
a.entry_link:hover,
 {
color: #000000;
}

@charset "utf-8";

body {
}

.calendar {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    color: #444444;
    text-align: center;
    background-color: #FFFFFF;
}

.calendarhead {
    font-size: 9px;
    letter-spacing: .2em;
}

.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-top: 5px;
    font-size:8px;
    width : 20px ;
}

.calendar td {
    padding: 2px 0;
    font-size:10px;
    line-height: 120%;
}

.today {
    display: block;
    border: 1px solid #444444;
}

.holiday {
    color: #e50003;
}

.saturday {
    color: #0000ff;
}


.color02 {
  color: #0000ff;
}

.color01 {
  color: #ff0000;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.site_link {
display: block;
width: 121px;
height: 24px;
background: url(images/shop_page.jpg) no-repeat;
}

a.site_link:hover {
background: url(images/shop_page_over.jpg) no-repeat;
}

a.index_link {
display: block;
width: 125px;
height: 24px;
background: url(images/blog_index.jpg) no-repeat;
}

a.index_link:hover {
background: url(images/blog_index_over.jpg) no-repeat;
}

.title_img {
  clear: both;
}
