@charset "utf-8";
/*************************************************
　リセット
*************************************************/

html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

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

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }


/*************************************************
 全体の基本設定
*************************************************/

body {
	font-size:14px; /* 12px */
	font-family:"meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#060606;
	line-height:160%;
        background-image: url(http://file.comojour.blog.shinobi.jp/back.jpg);
        background-repeat: repeat-y;
	text-align:center;
}

/* 画像 
----------------------------------------------*/
img, a img {
	margin: 2px;
}

img.emoji {
	margin: 0 1px;
}

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }
th, td { text-align: left; }

#table-price {	
	border-collapse:collapse;
	margin:0px 0px 30px 0px;
}

#table-price th{
	font-size: 15px;
	color: #bd000e;
	text-align: center;
	background-color: #F6E3CE;
	padding:5px 10px 5px 10px;
	border: solid 3px #FFF;
}

#table-price th.shouhin{
	width: 150px;
}

#table-price th.kakaku{
	width: 70px;
}

#table-price th.bikou{
	width: 300px;
}

#table-price td{
	font-size: 13px;
	font-weight: normal;
	color: #4d000e;
	text-align: left;
	padding:5px 5px 5px 10px;
	background-color: #F8ECE0;
	border: solid 3px #FFF;
}

#table-price td.kakaku {
	text-align: right;
	padding-right: 10px;
}

.pricetitle {
	font-size: 20px;
	font-weight: normal;
	color: #bd000e;
        padding: 5px 0px 10px 25px;
        border-bottom:1px dotted #6A6A6A;
	background-image: url(http://file.comojour.blog.shinobi.jp/pricetitle.png);
	background-repeat:no-repeat;
}

.pricekind {
	font-size: 20px;
	font-weight: bold;
}


/* フォームの基本指定 
------------------------------------------------*/
input, textarea {
	padding:2px;
	vertical-align:middle;
	border:solid 1px #CCC;
	background-color:#FFF;        
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */

/*************************************************
 見出し
*************************************************/
/* ブログタイトル */
/*
h1 {
	font-size:25px;
	font-family:"meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/

/* 記事タイトル */
h1, h2 {
	font-size:117%;   /* 14px */
	font-weight:bold;
}

/* コメント、トラックバック、コメント編集見出し */
h3 {
	font-size:150%;    /* 18px */
}
/* プラグイン、コメント、レス、トラックバックの見出しと記事内見出し */
h4, h5, h6 {
	font-weight:bold;
}

/*************************************************
  リンクの共通設定
*************************************************/
/*通常のリンクの設定*/
a:link {
	color:#445;
	text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#445;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#BBC;
	text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#BBC;
	text-decoration:none;
}

/*  ブログのタイトル
------------------------------------------------*/
/*
h1 a:link,
h1 a:visited {
	color:#F9FFFF;
}

h1 a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}
*/

/*  記事のタイトル
------------------------------------------------*/
h1.EntryTitle a:link,
h1.EntryTitle a:visited {
	color:#444;
}

h1.EntryTitle a:hover {
	color:#99C;
}

h2.EntryTitle a:link,
h2.EntryTitle a:visited {
	color:#444;
}

h2.EntryTitle a:hover {
	color:#99C;
}

/*  記事のリンク
------------------------------------------------*/
div.EntryText a:link,
div.EntryText a:visited {
	color:#66A;
	text-decoration:underline;
}

div.EntryText a:hover {
	color:#BBC;
}

/* ページトップへのリンク 
------------------------------------------------*/
ul.Navi li .MoveTop,
ul.Navi li .MoveTop:visited {
	color:#444;
}

ul.Navi li .MoveTop:hover {
	color:#BBC;
}

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited { text-decoration: none; }

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #B0B0CC;
	text-decoration: none;
	color: #F9F9F9;
}

ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited {
	color: #777;
	background-color:transparent;
}

ul.PageLinkBlock li .PageLink:hover {
	color: #BBC;
	background-color:transparent;
}

/*  コメントとトラックバックの情報リンク
------------------------------------------------*/
ul.CommentNavi a { text-decoration: underline; }

ul.TrackbackNavi li a { text-decoration: underline; }

/* プラグインタイトル 
------------------------------------------------*/
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color:#444; }

h4.PluginTitle a:hover { color:#99A; }

/*  フッター
------------------------------------------------*/
div#FooterBlock a:link,
div#FooterBlock a:visited {
	color:#69F;
}

div#FooterBlock a:hover {
	color:#F9FFFF;
}


/*************************************************
  レイアウト
*************************************************/

div#MainContainer {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	border-right:solid 1px #BBC;
	border-left:solid 1px #BBC;
}

/* ヘッダー */
div#TopBlock {
	width:1000px;
	height:130px;
        padding-top:5px;
	text-align:center;
	background-color:#FFFFFF;
}

/* 左メニューとエントリーのブロック */
div#MainBlock {
	clear:left;
	float:left;
	width:640px;
	text-align: center;
}

/* エントリーブロック */
div#EntryBlock {
	float:left;
	width:640px;
	margin:25px 5px 0px 20px;
	text-align: left;
	border-bottom:solid 1px #D3D3D3;
	border-left:solid 1px #D3D3D3;
	border-right:solid 1px #D3D3D3;
}

/* 左メニュー */
div.PluginBlock {
	float:left;
	width: 200px;
	margin:25px 0 10px;
	text-align: left;
}

div.PluginBlock a {
	text-decoration: underline;   
}

/* 右メニュー */
div#RightMenu {
	float:right;
	width:320px;
	margin:25px 0 10px 5px;
	text-align: left;
}

div#RightMenu a:link,
div#RightMenu a:visited {
	color:#66A;
}

div#RightMenu a:hover {
	color:#BBC;
}

/*フッター  */
div#FooterBlock {
	height:38px;
	clear:both;
	padding:6px;
	border-top:solid 1px #CCD;
	background-color:#FFFFFF;
	text-align: center;
	line-height:140%;
	color:#666;
}

/* コメント編集ページ */
div.CommentEditBlock {
	width:480px;
	margin:30px auto;
	padding:40px 60px 20px;
	background-color:#FFF;
	border:solid 1px #BBB;
	text-align:center;
}

.comotitle {
	width:480px;
        padding:5px 0px 5px 10px;
	font-size:16px;
        font-weight: bold;
        border-left: 5px solid #FE642E;
	border-bottom: 1px solid #FE642E;
}

.comoprofile {
	width:480px;
        padding:20px;
	font-size:16px;
}

/*************************************************
 ヘッダー
*************************************************/

/*ページタイトル文字部分の設定*/
div#TopBlock h1 {
	padding:30px 20px 10px;
	font-weight:bold;
}

/*ページタイトルの下に来るブログの説明文書*/
div#TopBlock p {
	padding:0px 20px;
	color:#F9FFFF;
}

/*************************************************
  トップメニュー
*************************************************/

#nav, #nav ul{
	margin:0 10px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:140%; 
}

#nav {
	margin-top: -10px;
	width: 980px;
	height: 30px;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
	border-left:solid 1px #D3D3D3;
	border-right:solid 1px #D3D3D3;
}

#nav a { display:block; }

#nav li {
	float:left;
	position:relative;
}

#nav .MenuBox {
	width:152px;
	height:20px;
	padding:7px 5px 3px;
	font-weight:bold;
	color:#808080;
	border-right:solid 1px #CCC;	
}

#nav .MenuBox:hover {
	background-color:#EFEFEF;
	color:#000000;
}

#nav .MenuBoxEnd {
	width:154px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://file.comojour.blog.shinobi.jp/menu2.png);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#808080;
}

#nav .MenuBoxEnd:hover {
	background-image: url(http://file.comojour.blog.shinobi.jp/menu1.png);
	color:#000000;
}
#nav ul {
	position:absolute;
	display:none;
	width: 140px;
	top:30px;
	left: -1px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background-color:#F9F9F9;
}

#nav ul.Archiv { width: 154px; }

#nav li ul a{
	width:140px;
	height:auto;
	float:left;
	padding:4px 5px;
	border-bottom: solid 1px #CCC;
	text-align: left;
	color: #555;
}

#nav li ul .Arch{ width: 144px; }

#nav li ul a:hover {
	background-color: #E5E5E5;
}

#nav ul a span {
	color: #888;
	font-size: 92%;
}

#nav ul li img {
	margin: 0;
	vertical-align: top;
}

/*************************************************
  プラグインブロック
*************************************************/

div.PluginInnerBlock {
	margin-left:10px;
	padding:10px 0 10px 10px;
	line-height:150%;
}

div.RightMenuInnerBlock {
	margin-right:10px;
	padding:10px 10px 10px 0;
	line-height:150%;
}

div.PluginInnerBlock img {
	margin:2px;
}

h4.PluginTitle {
	padding:0 10px 2px;
	border-left:solid 5px #782828;
}

div.PluginExplanation {
	font-size: 11px;
	padding: 5px;
}

div.PluginContents {
	padding:2px 5px 3px;
}

div.blogsearch {
	vertical-align:middle;
}

div.blogsearch input.box {
	width:150px;
	margin-bottom:5px;
	margin-right:5px;
}

/*************************************************
  各プラグイン共通項目用設定
*************************************************/
/*各プラグイン処理内の基本デザイン*/
div.plugin_data {
	text-align:left;
	padding:2px 5px;	
}

/* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align:top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
div.plugin_data_date {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/*************************************************
  カテゴリー、アーカイブページ
*************************************************/

div.SearchTitle {
	border-top:solid 1px #D3D3D3;
}

ul.SearchNavi {
	margin:5px 20px;
	text-align:right;
}

ul.SearchNavi li {
	display:inline;
}

ul.SearchContents {
	margin:0 20px 30px;
	padding:10px;
	border:dotted 1px #99A;	
}

ul.SearchContents li {
	padding:0 10px;
	list-style:inside square;
}

/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 13px 20px 25px;
	text-align: left;
}

/* プラグインタイトル */
h4.Plugin4Title {
	margin-bottom: 10px;
	padding-bottom: 1px;
	text-align: center;
	border-bottom: solid 2px #CCC;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	text-align: left;
}

div.Plugin5InnerBlock h2{
	background-color:#F0F0F0;
    padding:7px 5px 7px 10px;
	border-top:solid 1px #889;
	border-right:solid 1px #889;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;
}

div.Plugin5InnerBlock p{
    padding:0px 0px 0px 10px;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }

/*************************************************
  記事ブロック
*************************************************/

div.EntryInnerBlock {
	margin:0 15px;
	padding:10px;
	text-align: left;
}

h1.EntryTitle {
	padding:10px 10px 10px;
	text-align: left;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
	border-left:solid 5px #782828;
}

h2.EntryTitle {
	padding:0 10px 2px;
	text-align: left;
	border-bottom:solid 1px #889;
	border-left:solid 8px #C0C0DD;
}

h3.SectionTitle {
    font-size: 110%;
    font-weight:bold;
	padding:0 10px 2px;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;
}

h4.ProfileTitle {
    font-size: 110%;
	padding:0 10px 2px;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;
}

div.CategoryBox {
	padding:2px 10px 2px;
	text-align: right;
	border-bottom:dashed 1px #D3D3D3;
}    

div.NextBox {
	font-weight: bold;
	margin-bottom: 10px;
    padding: 25px 5px 5px 15px;
    background-image: url(http://file.comojour.blog.shinobi.jp/next.png);
	background-repeat: no-repeat;
	border: 1px dashed #C0C0C0;
	width: 450px;
	color: #000;
	clear: both;
}

div.KanrenBox a{
        padding:7px 5px 7px 10px;
        font-size:110%;
}

div.KanrenBox h2{
    padding:7px 5px 7px 10px;
	border-bottom:solid 1px #D3D3D3;
	border-left:solid 5px #782828;
}

div.GaibuBox {
	font-weight: bold;
	margin-bottom: 10px;
    padding: 25px 5px 5px 15px;
    background-image: url(http://file.comojour.blog.shinobi.jp/gaibu.png);
	background-repeat: no-repeat;
	border: 1px dashed #FFA0A0;
	width: 450px;
	color: #000;
	clear: both;
}

div.ListBox {
    padding-left: 10px;
    background-color: #F0F0F0;
	width: 450px;
	border: 1px dashed #C0C0C0;
}

div.ListBox p {
    font-weight: bold;
    padding-left: 25px;
    background-image:url(http://file.comojour.blog.shinobi.jp/list.png);
	background-repeat: no-repeat;
}

div.CategoryList p {
    padding-left: 20px;
    background-image:url(http://file.comojour.blog.shinobi.jp/list2.png);
	background-repeat: no-repeat;
}

div.EntryBox p{
    padding: 0 0 0 20px;
    margin: 0px;
}

div.EntryBox h4{
    font-weight: bold;
    font-size: 110%;
	color: #0000FF;
}

div.Yougo h4{
    font-weight: bold;
    color: #0000FF;
}

div.Yougo p{
    padding: 0 0 0 20px;
    margin: 0px;
}

div.PageLinkBox {
    font-size:100%;
    font-weight:bold;
    background-color: #E0E0E0;
	background-repeat: no-repeat;
	border-top: 1px dashed #C0C0C0;	
	border-bottom: 1px dashed #C0C0C0;	
	padding:5px 10px 5px 10px;
    margin-left:0px;
}

div.PageLinkBox a {
    color: #66C;
}

div.PageLinkBox a:hover {
	color:#BBC;
}

div.PageLinkBox p {
	border: solid 1px #A0A0A0;
	display: inline-block;
}

div.EntryTextBox {
	padding:10px 0 2px;
}

div.EntryText {
	padding: 10px 20px 5px 20px;
}

div.TopNavi {
	padding: 2px 2px 2px 5px;
	text-align:left;
	border-top:solid 1px #D3D3D3;
}

div.TopNavi a{
	text-decoration:underline;
}

div.Sponsor {
}

/* サイドリンク用 */
#page-top {
    text-align:center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
    margin: 0 0 1px 0;
	padding: 3px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* サイドリンク End */


/*追記文書が記載される部分*/
div.EntryPsText {
	margin-top:10px;
	text-align: right;
}

/*ランキング用バナー設置個所*/
div.RankingBannerBlock {
	text-align:left;
	margin-top:10px;
}

ul.EntryFooter {
	margin-bottom:0px;
	padding:2px 5px;
	text-align:right;
<!--	border-top:solid 1px #99A;	-->
}

ul.EntryFooter li {
    font-weight:bold;
	margin-left:200px;
    padding:10px 25px 0 0;
    height:33px;
	background-color:#FFE8E8;
    border: 1px dashed #FFA0A0;
<!--
    background-image: url(http://file.comojour.blog.shinobi.jp/comment.png);
	background-repeat: no-repeat;
-->
    background-position: right;
}	

/* 記事内の画像
------------------------------------------------*/
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock img,
.RankingBannerBlock a img {
	margin: 1px;
}

/*罫線
-----------------------------------------------*/
hr {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt {
	font-weight: bold;
}

.EntryTextBox dl dd {
	margin: 0 1em 1em;
}


/* 記事内の引用文
------------------------------------------------*/
.EntryTextBox blockquote {
	margin: 1em 0.5em;
	padding: 10px;
	border: dotted 1px #889;
	background-color:#F5F5FF;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'"  ; color: #669; }
q:before { content: open-quote; }
q:after  { content: close-quote; }


/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #69F;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid  #DDD;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

* html pre { overflow: scroll; } /* IE6 */

*:first-child+html pre { overflow: scroll; } /* IE7 */


code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { padding-top: 10px; }

.NinjaClap img { vertical-align: middle; }

/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock {
	margin: 20px auto;
	text-align: center;
}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 2px 4px;
	background-color: #F3F3FF;
	border: solid 1px #CCC;
	color: #444;
}

ul.PageLinkBlock li a.PageLink {
	background-color: transparent;
	border: none;
}

/*************************************************
  コメントブロック
*************************************************/

div.CommentBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.CommentMenuTitle{
	padding:3px 8px;
	text-align: left;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 5px #B0B0CC;
	background-color:#F3F3FF;
}


div.CommentTextBox{
	margin: 10px 0;
	border-top:solid 1px #889;
	border-left:solid 3px #889;
}

h4.CommentTitle{
	padding:5px 10px;
	text-align: left;
	color:#555;
	border-bottom:dotted 1px #889;
}

div.CommentText{
	padding:5px 10px 10px;
	line-height:160%;
}

ul.CommentNavi{
	text-align:right;
	padding:2px 10px;
}

ul.CommentNavi li { display: inline; }

div.CommentLink{
    padding:7px 5px 7px 10px;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;    
}

/*************************************************
  コメントレス
*************************************************/

div.CommentResBlock {
	padding:0 0 10px;
}

div.CommentResBox {
	border-top:solid 1px #C0C0DD;
	border-left:solid 3px #C0C0DD;
}


h4.CommentResTitle {
	padding:5px 10px;
	color:#555;
	border-bottom:dotted 1px #C0C0DD;
}

div.CommentResText {
	padding:5px 10px 10px;
	line-height:160%;
}

ul.CommentResNavi {
	padding:2px 10px;
	text-align:right;
}

ul.CommentResNavi li {
	margin-left:5px;
	display:inline;
}

/*************************************************
  トラックバックブロック
*************************************************/

div.TrackbackBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.TrackbackMenuTitle{
	padding:3px 8px;
	text-align: left;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 5px #B0B0CC;
	background-color:#F3F3FF;
}

div.TrackbackTextBox{
	margin: 5px 0;
	border-top:solid 1px #AAB;
	border-left:solid 3px #AAB;
}

h4.TrackbackTitle{
	padding:5px 10px;
	text-align: left;
	color:#666;
	border-bottom:dotted 1px #AAB;
}

div.TrackbackText{
	padding:5px 10px 10px;
	line-height:160%;
}

ul.TrackbackNavi{
	text-align:right;
	padding:2px 10px;
}

ul.TrackbackNavi li{
	margin-left:5px;
	display:inline;
}

/*この記事のトラックバック　と書かれた部分の設定*/
div.TrackbackURLTitle{
	padding:20px 0;
	text-align: left;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
input#TrackbackURL{
	width:300px;
}

/*************************************************
  コメント編集ページ
*************************************************/

h3.CommentEditTitle {
	padding:2px 8px;
	text-align: left;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 3px #B0B0CC;
	background-color:#F3F3FF;
}

/*************************************************
  コメントフォーム
*************************************************/

div.CommentFormBlock{
	margin:10px 20px;
	padding:10px 0 10px 10px;
	text-align: left;
    font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}


/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding:2px 0 0;
	font-weight: bold;
}

dt span { font-weight: normal; }

dd input.CommentForms { width:250px;}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* 送信ボタン */
input.btn {
	background-color: #DFDFDD;
	color: #444;
}

dl.Form dd input.btn { 	margin-top: 10px; }

/* コメントページに戻るボタン */
input.BackButton {
	margin-top:10px;
	background-color: #DFDFDD;
	color: #444;
}

/*************************************************
  プラグイン　カレンダー
*************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0 auto;
	padding:2px;
	width:100%;
	border-bottom:dotted 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(http://bfile.shinobi.jp/5599/e_back-01.gif);
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding:2px 0;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	margin:0 auto;
	width:100%;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	padding:2px 0;
	color:#F88;
	font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#69F;
	font-weight:bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding:2px 0;
	color:#F88;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#69F;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#999;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#36F;
	font-weight:bold;
}

/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 20px; }
.big2 { font-size: 16px; }

/*文字を装飾します*/
.line { background: #ffff00; }
