/**/

/*基本フォント*/
* {
	font-family:"Hiragino Kaku Gothic Pro","Osaka" !important;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

/*基本的な設定*/
* {
	color:#111;
	font-size:100%;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	background:transparent;
}

body { font-size:12pt; }
* html body { font-size:100%; }	/*(;_;)hack =<IE6 */

/* box-model */
div,
table, blockquote, form, fieldset, address, hr, dl, ul, ol, p
{
	width:100%;	/*(;_;)hack =<IE5*/
	voice-family:"\"}\"";
	voice-family:inherit;
	width:auto;
}

body {
	text-align:center;	/**/
	vertical-align:top;
}

div, td, th {
	text-align:left;
	vertical-align:top;
}

img {
	vertical-align:bottom;
	border:none;
}

/*text*/

a { text-decoration:none }

h1 {font-size:2em }
h2 {font-size:1.6em }
h3 {font-size:1.3em }
h4 {font-size:1.15em }
h5 {font-size:1.08em }
h6 {font-size:1em }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0.3em 0 0 0;
	padding:0.1em 0 0.1em 0;
}

p {
	text-indent:1em;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
.indent, .indent p { text-indent:1em }
.noindent, .noindent p { text-indent:0em }

.clear,
.clear-both { clear:both }
.clear-left { clear:left }
.clear-right { clear:right }
br.clear, span.clear, span.clear br {
	display:block;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	height:0;
	clear:both;
}
.transparent, .transparent:hover { background-color:transparent; }

.float-left { float:left }
.float-right { float:right }
.align-left { text-align:left }
.align-right { text-align:right }
.align-center { text-align:center }
.valign-top { vertical-align:top }
.valign-middle { vertical-align:middle }
.valign-bottom { vertical-align:bottom }
.center { margin-left:auto; margin-right:auto }

big, .big { font-size:1.4em; line-height:1.5em; }
small, .small { font-size:0.8em; line-height:1.5em; }
em {
	font-weight:bold;
	font-style:normal;
}
strong {
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-size:1.25em;
	line-height:1em;
}
sup { vertical-align:0.4em }
sub { vertical-align:-0.1em }

del, ins {
	font-style:normal; 
	padding:0 0.25em;
}
del { text-decoration:line-through; }
ins { text-decoration:none; }

address {}
blockquote {
	margin:1em 1em;
	padding:0.5em 0.5em;
	width:auto;
	background:#ddf;
	border:2px #ccc dotted;
}
q {
	font-style:normal;
	padding:0 0.25em;
}
q:befor { content:open-quote }
q:after { content:close-quote }
cite { font-style:normal; }
table{ border-collapse: collapse; }

dl { margin:0 5px 0 10px }
dl,dt,dd { line-height:1.4em }
dt { font-weight:bold }
dd { text-indent:1em }
dl,ul,ol,form {
	margin-top:0.25em;
	margin-bottom:0.25em;
}
ul { padding:0 }
ul ul { padding-left:1em }
li {
	list-style: inside;
}
pre {}
code, var, samp, kbd {}
abbr, acronym, dfn { font-weight:bold; }
button {}
form { width:auto; }
input {
	line-height:1em;
	margin:0;
	padding:10px;
}

/**/

.hide, .none { display:none; visibility:hidden }
.only-print { display:none; visibility:hidden }

.url {
	word-break:break-all;
}

.notes {
}

.obj_title {
	font-size:0.8em;
	line-height:1.1em;
	font-weight:bold;
	text-indent:0;
}
.obj_p {
	font-size:0.7em;
	line-height:1.1em;
	text-indent:0;
}

.photo {
	margin:2px 0.5em 0.25em 2px;
	border:5px #ffe solid;
}
a .photo {
	border:5px #eef solid;
}


/*その他フォント*/
.handwritten {
	font-family:"みかちゃん-p",mikachan-p,"みかちゃん_o-p",mikachan_o-p,"みかちゃん",mikachan;
}

/**/

a:link {
	color:#804;
}
a:visited {
	color:#a26;
}
a:hover {
	color:#408;
	text-decoration:underline;
}

/*
	このcssでは位置と幅に的を絞って設定して下さい。
	特にboxモデルのずれに注意。
	boxモデル#(box_id)について、
	#(box_id)-outで外側の幅のみを設定。
	#(box_id)で、その他の設定をして下さい。我流(^^;)
	by HAYA
*/

/* body */
body {
	background:#fff;
}

/* body以下全体を包むbox */
#wrapper-out {
	width:95%;
	margin:10px auto;
}
#wrapper {
	border:2px #ccc dotted;
	border-width:2px 0;
	padding:5px 0;
}

/* バナー */
#banner-out {
}
#banner {
	height:72px;
	background:#fff url(http://file.hayato.blog.shinobi.jp/topback_sky.jpg) no-repeat bottom right;
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* バナー以下を包むbox */
#content-out{
}
#content {
	padding:10px 0;
	border:2px #84c solid;
	background:#efd url(http://file.hayato.blog.shinobi.jp/clover.jpg);
	position:relative;
	top:0px; left:0px;
}

/* メインコンテンツを包むbox*/
#main-out{
}
#main {
	padding:0px;
	border:1px #ccc solid;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
}

/* メニューを包むbox*/
#menu-out{
}
#menu {
	margin:0 5px;
}

/* メニューを包むbox*/
#link-out{
}
#link {
	margin:0 5px;
}

/* カラム */
.relative {

}
#main-out {
	margin:0 180px 0 180px;
}
#menu-out {
	width:180px;
	position:absolute;
	top:10px; left:0px;
}
#link-out {
	width:180px;
	position:absolute;
	top:10px; right:0px;
}

/*細かい設定*/

/*バナー*/
#banner h1.title {
	font-size:1.2em;
	padding:1px 0;
	float:right;
}
#banner .description {
	font-size:0.9em;
	line-height:1em;
	padding:1px 0;
	float:right;
	clear:right;
}
#banner a {
	color:#112;
	text-decoration:none;
	background:transparent;
}
#banner .image {
	background:transparent;
}
#banner a img:hover,#banner a:hover img {
	outline:none;
	position:relative;
	top:0px; left:0px;
}

/*メイン*/
#main h2.title {
	font-size:1.4em;
	margin:0.5em 1em;
}

#items {
}
#items .item {
	margin:5px;
	padding:0.5em 1.2em 1em 1.2em;
	border:2px #cc7 solid;
	background:#fff;
	width:auto;
	_width:100%;
	clear:both;
}
* html #item .item { height:0 } /*(;_;)hack <= IE6 */
#items .item .title {
	font-size:1.2em;
	font-weight:bold;
	padding:2px 0.5em;
	margin:0 -0.6em;
	background:#cc7;
}
#items .item div .title {
	font-size:1em;
	padding:0;
	margin:0;
	background:none;
}

#items .item .headline {
	color:#004;
	font-size:1.1em;
	font-weight:bold;
	padding:2px 0.5em;
	margin:0 -0.6em;
}
#items .item .date {
	font-size:0.8em;
	text-indent:0;
	float:left;
}
#items .item .category {
	font-size:0.8em;
	text-indent:1em;
	float:right;
}
#items .item .description {
	font-size:1em;
}
#items .item .text {
	font-size:1em;
	padding:1em 0;
	border:2px #ccc dotted;
	border-width:2px 0;
	clear:both;
}
#items .item .comment {
	text-indent:1em;
	float:right;
}
#items .item .trackback {
	text-indent:1em;
	float:right;
}
#items .item .entry_link {
	text-indent:0em;
	clear:both;
}
#items .item strong {
	color:#f04;
}
#items .item del {
	color:#778;
}

/**/

#items div.index, #items div.data, #items div.notes {
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em 0.5em;
	border:2px #ccc dotted;
}
#items div.data {
	border:2px #ccf dotted;
}
#items div.notes {
	border:2px #ffc dotted;
}
#items div.index .title, #items div.data .title, #items div.notes .title {
	font-size:1.1em;
	line-height:1.5em;
	font-weight:bold;
	text-indent:0;
	padding:2px 0.5em;
	background:#ddd;
}

#comment {
	margin:5px;
}
#comment h2.title {
	font-size:1.2em;
	margin:0 1em;
}
#comment form {
	font-size:0.9em;
	padding:0.5em 1.5em 1em 1.5em;
}
#comment form th {
	font-weight:bold;
	padding:1px 0.5em 2px 0;
	width:20%;
}
#comment form td {
	padding:1px 0 2px 0;
	width:80%;
}
#comment form td textarea {
	width:100%;
}

#comment .item {
	margin:5px;
	padding:0.5em 1.5em 1em 1.5em;
	border:2px #cc7 solid;
	background:#fff;
	width:auto;
	_width:100%;
}
#comment .item .title {
	font-size:1em;
	padding:1px 0.5em;
	margin:0 -1em;
	background:#fc7;
}
#comment .item .name {
	font-size:1em;
	font-weight:bold;
	text-indent:0;
	float:left;
}
#comment .item .name a {
	font-weight:bold;
}
#comment .item .date {
	font-size:0.9em;
	text-indent:1em;
	float:right;
}
#comment .item .edit_link {
	font-size:0.9em;
	text-indent:1em;
	float:right;
}
#comment .item .text {
	font-size:0.9em;
	padding:0.5em 0 0 0;
	border-top:2px #ccc dotted;
	clear:both;
}
#comment .res {
	margin-left:3em;
}
#comment .res .title {
	font-size:0.8em;
	background:#cf7;
}
#comment .res .name {
	font-size:0.9em;
}

/**/
#channel {
}
#channel .index {
	margin:1em;
	padding:0 1em;
	border:2px #8c8 dotted;
}
#channel .title {
	font-size:1em;
	font-weight:bold;
}
#channel .index li {
	font-size:0.9em;
	display:block;
	margin:0 0.25em;
}
#channel .index .pagelink li {
	font-size:0.9em;
}

/*ページリンク*/
#main .pagelink {
	margin:1em 0;
	text-align:center;
	clear:both;
}
#main .pagelink li {
}
#main .pagelink li.next {
	margin-left:1.5em;
	display:inline;
	float:right;
}
#main .pagelink li.prev {
	margin-right:1.5em;
	display:inline;
	float:left;
}

#main .pagelink li.link10 {
	display:inline;
	margin:0 0.25em;
	font-weight:bold;
}
#main .pagelink li.link10 a {
	font-size:0.9em;
	font-weight:normal;
}

#main .footer {
	margin:1em;
	padding:0 1em;
	border:2px #8c8 dotted;
}
#main .footer .pagelink {
}
#main .footer .pagelink .next a {
	font-size:1.2em;
}
#main .footer .pagelink .prev a {
	font-size:0.8em;
}

/*メニュー*/
#menu {
}

#menu .item {
	font-size:1em;
	line-height:1.1em;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
	padding:5px 2px;
	margin:1px 0 4px 0;
}
#menu input {
	width:80%;
}

/**/
#sitelist {
	font-size:0.8em;
	line-height:1.1em;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
	padding:5px;
	margin-bottom:5px;
}
#sitelist .title {
	font-size:1.2em;
	font-weight:bold;
}
#sitelist li {
	list-style:outside none;
	display:block;
	margin:1px 0;
	padding:2px 5px;
	background:#fff;
}
#sitelist li a {
	color:#307;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#sitelist li:hover {
	background:#ccc;
}

/*RSSlog BBS*/
#bbs_log-out {
	font-size:0.7em;
	line-height:1.1em;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
	padding:5px;
}
#bbs_log {
}
#bbs_log .item {
	margin:0px;
	padding:5px;
	border:1px #ccc dotted;
	background:#ffd;
	width:auto;
	_width:100%;
}
#bbs_log .title {
	line-height:0.8em;
	font-weight:bold;
}
#bbs_log .description {
}
#bbs_log .image {
	margin:0 2px 2px 2px;
	border:1px #fff solid;
	float:left;
}
#bbs_log .link_comment {
	clear:both;
}

/*リンク*/
#link {
}

#link .item {
	font-size:1em;
	line-height:1.1em;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
	padding:5px 2px;
	margin:1px 0 4px 0;
}
#link .bg_none {
	background:none;
}
#link input {
	width:80%;
}

/*プラグイン*/
/*全般*/
.plugin {
	font-size:1em;
	line-height:1.1em;
	background:#fff url(http://file.hayato.blog.shinobi.jp/clover_w.jpg);
	padding:5px 5px;
	margin:1px 0 4px 0;
}

.p_title {
	color:#004;
	font-size:1em;
	font-weight:bold;
	line-height:1.1em;
	text-indent:0;
	margin:5px 0;
	padding:2px 2px;
	display:block;
	clear:both;
}
.p_headline {
	font-size:0.9em;
	line-height:1.1em;
	text-indent:0;
}
.p_text {
	font-size:0.8em;
	line-height:1.1em;
	text-indent:0;
}
.p_sub {
	font-size:0.7em;
	line-height:1.1em;
	text-indent:0;
}
.p_res {
	color:#c04;
}

.p_items li {
	line-height:1.1em;
	display:block;
	clear:both;
}

/*カテゴリ*/
.p_category li {
	border-bottom:2px #88c dotted;
}
.p_category .p_headline, .p_category .p_headline a {
	font-weight:bold;
}

/*最新記事*/
/*最古記事*/
/*最新コメント*/
/*最新トラックバック*/
.p_entry li, .p_entry_old li,
.p_comment li, .p_trackback li {
	margin-bottom:0.25em;
	border-bottom:2px #88c dotted;
}
.p_entry .p_items p, .p_entry_old .p_items p,
.p_comment .p_items p, .p_trackback .p_items p {
	display:block;
}
.p_entry .p_sub, .p_entry_old .p_sub,
.p_comment .p_sub, .p_trackback .p_sub {
	text-align:right;
}
.p_comment .p_text {
	font-weight:bold;
	color:#080;
}

/*プロフィール*/
.p_profile img {
	margin:0 auto 0.5em auto;
	border:4px #fff solid;
}
.p_profile dl {
	margin:0;
}
.p_profile dt {
	font-size:0.8em;
	font-weight:bold;
}
.p_profile dd {
	font-size:0.9em;
	font-weight:normal;
	text-indent:0.5em;
	border-bottom:2px #88c dotted;
	margin-bottom:0.25em;
}


/*カレンダー*/
.p_calendar {
	text-align:center;
}
.p_calendar .p_title {
	text-align:left;
}

.cal_mini {
	margin:0 auto;
}
.cal_mini .caption a {
	text-decoration:none;
}
.cal_mini .caption th {
	font-size:0.9em;
}
.cal_mini .caption th, .cal_mini .caption th a {
	font-weight:bold;
}
.cal_mini .caption td {
	vertical-align:bottom;
}
.cal_mini .caption td a {
	font-size:0.9em;
	font-weight:bold;
}
.cal_mini td, .cal_mini th {
	text-align:center;
	padding:0 1px 1px 0;
}
.cal_mini th {
	font-size:0.8em;
}
.cal_mini td {
	font-size:0.9em;
	font-weight:bold;
}
.cal_mini td a {
	font-weight:bold;
}

.cal_mini .wday6, .cal_mini .wday6 a {
	color:#11c;
}
.cal_mini .wday0, .cal_mini .wday0 a {
	color:#c11;
}
.cal_mini .today {
	background:#cfc;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	text-align:center;
	background:#fc8;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
	text-decoration:underline;
}

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/

/*全体の設定*/
#mainBlock {
width:770px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:770px;
height: 200px;
text-align: left;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
