<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------------------------------------

 Ripra - Seesaa - #C33（204,51,51）- 2c-r - Ver.1.1

 (c) YoshidaDesignInc. All Rights Reserved.

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

@charset "utf-8";

/*-------------------------------------------------------------------------------------------*/
/* 1. 準備 */
/*-------------------------------------------------------------------------------------------*/

/* 

1.1 リセット  

*/

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 

1.2 初期設定 

*/

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ pro W3", Hiragino Kaku Gothic pro, "メイリオ", Meiryo, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: none;
	background: #fff;
	position: relative;
}
body,x:-moz-broken {
	margin-left:-1px; /*forFirefox3*/
}
* html body {
	margin-left:-1px; /*IE6*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 body  { margin-left:-1px;/*Chrome*/}
}

/* リンク */
a, 
a:visited {
	color: #0000cc;
	text-decoration: underline;
}
a:hover, 
a:focus {
	color: #0000cc;
	text-decoration: none;
}
a:active {
	color: #D54E21;
}
a:link {
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

/* Clearfix */
.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* Clear */
.cl{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/* 

1.3 レイアウト 

*/

body { 
	text-align:center;
	background: #e6e6e6;
}
#myd-container {
	background: #e6e6e6;
	padding: 30px 0 20px;
}
#myd-container-inner {
	width: 940px;
	margin:0 auto ;
	padding: 0px;
}
#content {
	width: 71%;
	float:left;
}
#myd-main-inner {
	margin: 0 15px 0 0;
}
#myd-side {
	width: 29%;
	float:left;
}
#myd-side-inner {
	margin: 30px 0 0 13px;
}
#myd-container-bottom {
	margin-top: -15px;
	height: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(0,0,0,0.25)), color-stop(0.00, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
}


/*-------------------------------------------------------------------------------------------*/
/* 2. タイトルとナビゲーション */
/*-------------------------------------------------------------------------------------------*/

/* 

2.1 サイトタイトル、サイトの説明  

*/

#myd-header {
	border-top: 1px #C33 solid ;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAD0lEQVQImWNgYGCQYiAIAAO1ABuAWJnBAAAAAElFTkSuQmCC);
}
#myd-header-inner {
	display:table;
	width: 940px;
	margin:0 auto ;
}
#site-title-description {
	display:table-cell;
	text-align:left;
	vertical-align:top;
	width:90%;
	padding: 26px 0 0 0;
}
	.ie6 #site-title-description,
	.ie7 #site-title-description {
		display: block;
		width: auto;
		float: left;
	}  
#header-banner {
	display:table-cell;
	text-align:right;
	vertical-align:top;
	width:10%;
	padding: 26px 0 20px 0;
}
	.ie6 #header-banner,
	.ie7 #header-banner {  
		display: block;
		width: auto;
		float: right;
	}  
#site-title-description h1 {
	color:#333;
	font-size: 26px;
	font-weight:bold;
	line-height: 1.3;
	text-align:left;
	text-shadow : 0px 1px 0px #fff ;
	margin: 0 20px 5px 0;
	padding: 0;
}
#site-title-description h1 a {
	color:#333;
	text-decoration:none;
}
#site-title-description h1 a:hover {
	text-decoration:underline;
}
#site-title-description .description {
	display: block;
	width: 66%;
	color:#777;
	font-size:13px;
	font-weight:normal;
	line-height: 150%;
	text-align:left;
	text-shadow : 0px 1px 0px #fff ;
	margin: 0;
	padding: 0 20px 40px 0;
}

/* 

2.3 グローバルメニュー

*/

#myd-menu {
	background: #C33;
}

#myd-menu-inner {
	height: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.025) 50%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(0.5, rgba(255,255,255,0.025)), color-stop(0.5, rgba(0,0,0,0.05)),  to(rgba(0,0,0,0.2)));
	border-bottom: 1px solid rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
}


/*-------------------------------------------------------------------------------------------*/
/* 3. コンテンツ */
/*-------------------------------------------------------------------------------------------*/

/* アーカイブページのタイトル */
.page-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 10px;
	padding: 10px 0;
	border-top: 1px solid #999;
	text-shadow : 1px 1px 0px #fff ;
}

/* ページナビゲーション */
.navi {
	widht: 100%;
	padding: 10px 10px 10px;
	margin: 0 auto 12px;
	color:#333;
	font-size: 12px;
	line-height: 150%;
	text-align:center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	border-bottom: 1px #f3f3f3 solid ;
	background-color:#f5f5f5;
	background-image:-ms-linear-gradient(top, #ccc, #e6e6e6);
	background-image:-webkit-gradient(linear, 0, 0, 0 100%, from(#ccc), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ccc, #e6e6e6);
	background-image:-o-linear-gradient(top, #ccc, #e6e6e6);
	background-image:linear-gradient(top, #ccc, #e6e6e6);
	background-image:-moz-linear-gradient(top, #ccc, #e6e6e6);
	background-repeat:repeat-x;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
		*zoom:1;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset ;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset ;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset ;
}
.navi a {
	color:#333;
}

/* 

3.1 メインコンテンツ

*/

.blog {
	border-top: 1px solid #ccc;
	background-color: #fff ;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	margin:0 0 20px;
	padding: 20px 20px;
}
	.ie6 .blog {
		padding-top:0;
	}
	.ie7 .blog {
		padding-top:0;
		padding-bottom:0;
	}

/* 日付 */
h2.date { display:none; }

/* 見出し */
h3.title {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	border-top: 5px #C33 solid ;
	border-bottom: 1px #aaa solid ;
	margin: -21px -20px 20px;
	padding: 17px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-shadow : 0px 1px 0px #fff ;
}
	.ie6 h3.title,
	.ie7 h3.title {
		margin-top: 0;
	}
h3.title a {
	color:#333;
	text-decoration:none;
}
h3.title a:hover {
	color:#333;
	text-decoration:underline;
}
	h3.title:before {
		content:"▼";
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		font-size: 9px;
		text-shadow : 0px 1px 0px #000 ;
		line-height: 9px;
		text-align: center;
		color: #fff;
		display: block;
		float: left;
		background-color: #C33 ;
		margin: 2px 7px 0 0;
		padding: 5px;
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.5) inset ;
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.5) inset ;
		box-shadow: 0 1px 0 rgba(0,0,0,0.5) inset ;
	}


/* 本文 */
.text {
	color: #222;
	font-size:13px;
	line-height:175%;
	text-align: left;
	margin: 0 0 10px;
}
div.text blockquote {
	color:#333;
	font-style:normal;
	margin:0 0 1em;
	padding:1em;
	background: #f8f8f8;
}

/* 続きを読む */
.article-continue {
	color:#666666;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 20px;
	padding:0;
}
.text-more a {
	color:#666666;
	text-decoration:none;
}
.text-more a:hover {
	color:#666666;
	text-decoration:underline;
}

/* タグ */
.tag-word {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	margin: 10px 0 10px;
}

/* 関連記事 */
.listCategoryArticle{
	margin: 15px 0;
	padding: 10px 10px 5px;
	border: solid 1px #cccccc;
}
.listCategoryArticle ul{
	padding:0;
	margin: 5px 0 10px 20px;
	text-align:left;
	list-style-position:outside;
}
.listCategoryArticle ul li{
	margin: 0 0 2px;
	padding:0px;
	line-height:1.5;
	font-size:11px;
}

/* エントリフッタ */
.posted {
	color: #666;
	font-size: 10px;
	line-height: 1.5;
	text-align: right;
	margin: 0 -20px -20px;
	padding: 11px 20px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
}
	.ie7 .posted {
		margin: 0 -20px;
	}
.posted img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
.posted a {
	color:#333;
	text-decoration:none;
}
.posted a:hover {
	color:#999;
	text-decoration:underline;
}

/* 

3.2 コメント＆トラックバック

*/

/* コメント */
#comments {
	font-size:14px;
	line-height:150%;
	text-align:left;
	border-top: 1px solid #ccc;
	background-color: #fff ;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	margin:0 0 20px;
	padding: 20px 20px;
}

/* コメント一覧 */
.comments-head {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-shadow : 0px 1px 0px #fff ;
	background-color: #f6f6f6 ;
	border-top: 2px #C33 solid ;
	border-bottom: 1px #ccc dotted ;
	margin: 0 0 15px;
	padding: 12px;
}
.comments-body {
	margin: 20px 0 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}
.comments-post {
	border-top: 1px #ccc dotted ;
	margin: 0 0 20px;
	padding: 5px 0 0;
	color: #666;
	font-size: 10px;
	text-align: left;
}
.comments-post a {
	color: #666;
}

/* コメント入力欄 */
#comments form {
	margin:0px;
	padding:0px;
}
#comments input {
max-width:200px;
}
#comments textarea{
	width:300px;
	margin-bottom:5px;
}
.input-submit {
	font-size: 11px;
	color: #333;
	margin: 5px 5px 5px 0;
	padding: 3px 12px;
	background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #cccccc);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#cccccc));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}
.input-submit:hover {
	border: 1px solid #C33;
}

/* トラックバック */
#trackback {
	font-size:13px;
	line-height:150%;
	margin-bottom:30px;
	margin-top:25px;
	border:1px dotted #aaaaaa;
	background:#f3f3f3;
	padding:10px;
	text-align:left;
	font-family:Verdana;
}

/* 

3.1 タグ一覧ページ

*/
div.tag {
	border-top: 1px solid #ccc;
	background-color: #fff ;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	margin: 30px 0 20px;
	padding: 20px 20px;
}
div.tag div {
	font-size:14px;
	text-align:left;
	margin:0 0 10px;
}
div.tag-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-shadow : 0px 1px 0px #fff ;
	background-color: #f6f6f6 ;
	border-top: 2px #C33 solid ;
	border-bottom: 1px #ccc dotted ;
	margin: 0 0 15px;
	padding: 12px;
}

/* 

3.3 サイドバー

*/

#myd-side {
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	background:rgba(204,51,51,0.1) url(
		data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQImWNgYGAwZkAGAALcADQFYZLRAAAAAElFTkSuQmCC
		)repeat;
}
	.ie6 #myd-side,
	.ie7 #myd-side,
	.ie8 #myd-side {
		background: #ccc;
	}
#myd-side-inner {
	color: #222;
	font-size:13px;
	line-height:160%;
	text-align:left;
	border-top: 1px #aaa solid ;
	background: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	box-shadow: 0 1px 1px rgba(0,0,0,0.66) ;
	margin: 13px;
	padding: 10px;
}

.sidetitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	border-top: 3px #C33 solid ;
	border-bottom: 1px #aaa solid ;
	border-left: 1px rgba(0,0,0,0.3) solid ;
	border-right: 1px rgba(0,0,0,0.3) solid ;
	margin: 0 0 10px;
	padding: 6px 8px 5px 8px;
	color: #222;
	font-weight: bold;
	text-shadow : 0px 1px 0px #fff ;
	font-size:12px;
	line-height:150%;
	text-align:left;
}
.side {
	margin: 0 0 15px;
}
.side_in ul {
	margin:0px 0px 1em;
	padding:0px;
}
.side_in li {
	list-style:none;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0;
	padding:0 0 5px;
}
.syndicate {
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
}

/* カレンダー（コンテンツ） */
#calendar {
	margin: 0 0 15px;
}
#calendar table {
	margin:0 auto;
	width:100%;
	border-top:1px #e6e6e6 solid;
	border-collapse:collapse;
}
	.ie6 #calendar table {
		width: 200px;
	}
#calendar th,
#calendar td {
	border-bottom:1px #e6e6e6 solid;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	font-size:11px;
}
#calendar .calendarhead {
	overflow:hidden;
	padding: 5px 0 15px;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	font-size:100%;
	line-height:1;
}
#calendar .calendarhead a {
	color:#222;
}
#calendar .calendarhead a:hover {
	color:#444;
}
#calendar table th {
	margin:1px;
	height:14px;
	background-color:#e6e6e6;
	font-weight:normal;
}
.sunday {
	color: #FF0000;
}
.saturday {
	color:#0000FF;
}
#calendar table td { 
	background-color:#ffffff;
	color:#222;
}
#calendar table td a {
}
#calendar table td a:hover {
}

/* タグクラウド */
.side-tag {
	margin: 0 0 15px;
}

/* Powered by seesaa */
.powered {
	margin: 0 0 15px;
}

/* 

3.4 フッター

*/

#myd-footer {
	background: #454545;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
	box-shadow: 0px 1px 1px rgba(0,0,0,1) inset;
	clear: both;
}
#myd-footer-inner {
	width: 940px;
	text-align: left;
	margin: 0 auto ;
	padding: 20px 0px;
}
#myd-footer p { 
	display: inline;
	color: #ccc;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	text-align: left;
	text-shadow : 0px 1px 1px #000 ;
	margin: 0 1em 0 0;
	padding: 5px 0px 0px;
}
#myd-footer address {
	color: #ccc;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	text-align: left;
	text-shadow : 0px 1px 1px #000 ;
	margin: 0;
	padding: 5px 0px 0px;
}
#myd-footer p a,
#myd-footer address a { 
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
#myd-footer p a:hover,
#myd-footer address a:hover { 
	color: #fff;
	text-decoration: none;
}
</pre></body></html>