/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(base-weblog.css);
/* end StyleCatcher imports */


/* 基本 */

body
{
	font-family: verdana, 'trebuchet ms', sans-serif; /*フォントスタイル*/
	font-size: 11px; /*フォントサイズ*/

	color: #333; /*フォント色*/
	background: #FFFFFF url(img/body-bg.jpg) no-repeat center top; /*背景*/
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
}

a { color: #B5776F; }
a:visited { color: #B5776F; }
a:hover {
	color: #B5776F;
	border-top: 2px dotted #B5776F;
	border-right: 2px #B5776F;
	border-bottom: 2px dotted #B5776F;
	border-left: 2px #B5776F;


}
/*---------------------------------------------------------------------*/



/* ページレイアウト */

#container {
	width: 800px;
}
#container-inner {
	margin: 15px 0;
}
#beta
, 

#alpha
{
	float: left;
	margin: 0 0 0 15px;
}

#alpha-inner, #beta-inner
{
	padding: 15px 0 25px 0;
}

/*---------------------------------------------------------------------*/



/* バナー */
#banner a { color: #CC3333; text-decoration: none; }
#banner a:visited { color: #CC3333; }
#banner a:hover {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
}

#banner
{
	width: 770px;
	margin: 0 0 0px 15px;
	height: 240px;
	background-image: url(img/banner-bg.gif);
	background-position: bottom;







}

#banner-inner {  }

#banner-header
{
	margin: 0;
	padding: 140px 15px 10px;
	color: #CC3333;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";
	letter-spacing: 1px;







}

#banner-description
{
	margin: 0;
	padding: 5px 15px;
	color: #F39239;
	font-size: 14px;
	line-height: 1.125;
	text-align: center;
	letter-spacing: 4px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;


}

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

/*---------------------------------------------------------------------*/



/* ヘッダー */
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	font-size: 14px;
	color: #628F97;
	padding-top: 20px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	font-family:"Geneva", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	background-color: #B5DBE1;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #edeee8;
	border-bottom-color: #bcbeb1;
	margin: 0;
	text-indent: 20px;
	border-top-width: 1px;
	background-image: url(img/header5.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 3.5em;

}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,


.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #628F97;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #235961;
}

/*---------------------------------------------------------------------*/



/* 他 */

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 10px;
}

.date-header
{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 5px 15px 5px 35px;
	color: #598a92;
	background: url(img/date-header-bg.gif) 0 0.65em no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-header
{
	margin: 5px 15px;
	color: #656565;
	font-size: 16px;
	font-weight: bold;
}

.entry-content { margin: 5px 15px; }

.entry-more-link { font-weight: bold; }

.entry-footer a { font-weight: bold; }
.entry-footer
{
	margin: 10px 15px 20px 16px;
	font-weight: normal;
	text-align: right;
}

/*.content-nav { margin: 0; padding: 10px 15px; }*/



/*●● two-column-right tweaks ●●*/

.layout-two-column-right #alpha
{
	width: /*515*/420px;
	background: #F9F9F9 url(img/content-bg.gif) repeat-x left top;
}
	
.layout-two-column-right #alpha-inner 
{ 
        background: url(img/content-bottom-bg.gif) left bottom repeat-x; 
}
	
.layout-two-column-right #beta
{
	width: /*200*/335px;
	background: #FFFFFF url(img/sidebar-bg.gif) repeat-x left top;
	/*border-right-width: 0.1em;
	border-left-width: 0.1em;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #8BC4CD;
	border-left-color: #8BC4CD;*/
}
	
.layout-two-column-right #beta-inner { background: url(img/sidebar-bottom-bg.gif) left bottom 

repeat-x; }


/*● one-column tweaks ●*/

body.layout-one-column { background-image: url(img/body-bg.jpg); }
	
.layout-one-column #container { width: 600px; }
.layout-one-column #banner { width: 570px; }
.layout-one-column #alpha
{
	background: #e7e7ec url(img/content-bg.gif) left top repeat-x;
	width: 570px;
}
	
.layout-one-column #alpha-inner { background: url(img/content-bottom-bg.gif) left bottom 

repeat-x; }


/* モジュール */

.module { color: #666; }
.module-content2 {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #D0DFDA;
	text-align: left;
	list-style-type: none;
	clear: left;
	text-indent: 20px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;

}

.module-content3 {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #DCE6E7;
	text-align: left;
	list-style-type: none;
	clear: left;
	text-indent: 10px;
	font-size: 10px;
}

/*.module-content {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #DCE6E7;
	text-align: left;
	list-style-type: none;
	clear: left;
	text-indent: 20px;
	font-size: 12px;
}*/

.module-content a { color: #96927d; font-weight: bold; }
.module-content a:visited { color: #96927d; }
.module-content a:hover { color: #235961; }

.module-powered { margin: 0; padding: 0; }
/*.module-powered .module-content
{
	color: #7BA5A8;
	text-decoration: none;
	background-color: #ECE8E3;
	display: block;
	line-height: 1.5em;
	height: 1.7em;
	border: 1px solid #86AC9E;
	padding: 5px;

}*/

.module-photo { border: 0; background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.module-list-item,
.archive-list-item
{
	padding: 1px 0 1px 14px;
	background: #ECE8E3 url(img/point_s.gif) no-repeat 0.2em;
}

/* special list bullets */
.module-archives .module-list-item
{
	background-image: url(img/li-entry-bg.gif);
}

.module-recent-comments .module-list-item
{
	background-image: url(img/li-comment-bg.gif);
}

.typelist-thumbnailed { margin: 0 0 20px 0; }
.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 0;
	background: url(img/gradient-bg.gif) left center repeat-x;
}
.typelist-thumbnail { background: #e3db9e; }

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 0 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin: 0 0 0 15px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #235961;
	background: #e7e2c6;
}

/*---------------------------------------------------------------------*/


/* サイドバー */


#sidebar {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #D0DFDA;
}
#sidebar UL {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#sidebar UL LI {
	text-align: left;
	text-indent: 20px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#sidebar UL LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #D0DFDA;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;

}

#sidebar UL LI A:hover {
	color: #FFFFFF;
	background-color: #9ABAAE;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------------------------------*/
/* サイドバー calendar */


#sidebar-cal {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #D0DFDA;
}
#sidebar UL {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#sidebar UL LI {
	text-align: left;
	text-indent: 20px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#sidebar UL LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #D0DFDA;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;

}

#sidebar UL LI A:hover {
	color: #FFFFFF;
	background-color: #9ABAAE;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


/*---------------------------------------------------------------------*/

/* サイドバー・レス */

#sidebar-res {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #D0DFDA;
}
#sidebar-res UL {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#sidebar-res UL LI {
	text-align: left;
	text-indent: 30px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#sidebar-res UL LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #ECE8E3;
	background-image: url(img/point_h.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;


}

#sidebar-res UL LI A:hover {
	color: #FFFFFF;
	background-color: #9ABAAE;
	background-image: url(img/point_h.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#sidebar-res H4 {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #D0DFDA;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;



}

/* サイドバー */


#sidebar-cat {
	margin: 0px;
	padding: 0px;
	width: 335px;
	background-color: #D0DFDA;
}
#sidebar-cat UL {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#sidebar-cat UL LI {
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#sidebar-cat UL LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #D0DFDA;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;
	text-indent: 20px;


}

#sidebar-cat UL LI A:hover {
	color: #FFFFFF;
	background-color: #9ABAAE;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;

}

#sidebar-cat UL LI LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #DCE6E7;
	background-image: url(img/point_s2.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;
	text-indent: 40px;

}

#sidebar-cat UL LI LI A:hover {
	color: #FFFFFF;
	background-color: #96B7BA;
	background-image: url(img/point_s2.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: 40px;
}


/*---------------------------------------------------------------------*/


.paginate {
    text-align: center;
    font-size: 9px;
}

/*---------------------------------------------------------------------*/
.date {
	float: left;
	color: #9ABAAE;
	font-family: "Arial", "Verdana", "sans-serif";
	font-size: 70px;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	width: 160px;
	height: 80px;

}

.entry-title {
float: right;
color: #628F97;
font-family: "Verdana", "sans-serif";
font-size: 14px;
font-weight: bold;
text-align: right;
letter-spacing: 3px;
}

.posted {
	float: right;
	color: #7BA5A8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 0.5px;
	width: 245px;
	height: 80px;
	padding-right: 5px;

}

.entry {
	color: #B5776F;
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;

}
.entry-body {
	padding-right: 10px;
	padding-left: 10px;
}

.header {
	height: 90px;
	margin: 0px 0px 10px;
	line-height: 120%;
	background-color: #D0DFDA;
	border-top: 3px double #86AC9E;
	border-right: 3px #86AC9E;
	border-bottom: 3px double #86AC9E;
	border-left: 3px #86AC9E;

}
.header a {
	text-decoration: none;
	color: #7BA5A8;
}
.header a:hover   {
	border-bottom-style: dotted;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #7BA5A8;
	border-right-color: #7BA5A8;
	border-bottom-color: #7BA5A8;
	border-left-color: #7BA5A8;
	color: #7BA5A8;


}
.header a:visited {
	text-decoration: none;
	color: #7BA5A8;
}
.pict_l {
float:left;
border: 0px;
margin: 10px;
}


.pict_r {
float:right;
border: 0px;
margin: 10px;
}

img.r { 
float: right; 
border: none; 
margin-right:10px; 
margin-top:4px; 
vertical-align:top; 
} 

img.l { 
float: left; 
border: none; 
margin-right:10px; 
margin-top:4px; 
vertical-align:top; 
} 

.content-nav {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #BCD1CB;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #EDF1F0;
	line-height: 1.5em;
	height: 1.7em;
	text-align: center;
	font-weight: bold;
}
.content-nav a {
	text-decoration: none;
	color: #628F97;
	font-weight: normal;


}
.content-nav a:hover   {
	color: #628F97;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #628F97;

}
.content-nav a:visited {
	text-decoration: none;
	color: #628F97;
}

.archive-title {

	color: #7BA5A8;
	text-decoration: none;
	background-color: #DCE6E7;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;
	text-indent: 20px;
}

.entry-more
{
	padding-right: 10px;
	padding-left: 10px;

}

#trackbacks-info {
	padding-right: 10px;
	padding-left: 10px;
}
.comment-inner {
	padding-right: 10px;
	padding-left: 10px;
		height: 70px;
	margin: 5px 0px;
	line-height: 120%;
	/*background-color: #D0DFDA;*/
	border-top: 3px double #86AC9E;
	border-right: 3px #86AC9E;
	border-bottom: 3px double #86AC9E;
	border-left: 3px #86AC9E;

}



/* アーカイブリスト*/

#archive-content {
	margin: 0px;
	padding: 0px;
	background-color: #D0DFDA;
}
#archive-content UL {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#archive-content UL LI {
	text-align: left;
	text-indent: 20px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#archive-content UL LI A {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #DCE6E7;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;

}

#archive-content UL LI A:hover {
	color: #FFFFFF;
	background-color: #9ABAAE;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecf2f3;
	border-bottom-color: #9cadad;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.header-archive {
	margin: 0px;
	background-color: #D0DFDA;
	border-top: 3px double #86AC9E;
	border-right: 3px #86AC9E;
	border-bottom: 3px double #86AC9E;
	border-left: 3px #86AC9E;
	color: #628F97;
	height: 50px;



}
.header-archive-title {
	float: left;
	color: #9ABAAE;
	font-family: "Arial", "Verdana", "sans-serif";
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 200%;
	text-indent: 20pt;

}

.prof {
	color: #7BA5A8;
	text-decoration: none;
	background-color: #D0DFDA;
	background-image: url(img/point_s.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDF1F0;
	border-bottom-color: #86AC9E;
	line-height: 1.5em;
	height: 1.7em;
	font-size: 12px;
	text-indent: 20pt;

}

.calendar {
    margin: 10px 40px;
    text-align: center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-align: center;
}
.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 5px;
    font-size: 9px;
    width: 35px;
}
.calendar td {
    padding: 2px ;
    text-align: center;
    font-size: 10px;
    line-height: 100%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}