body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
	font-size:9pt;
	background-color:#6699CC;
	color:#6699CC;

}

#layout {
	width: 785px;
	text-align:center;
}

#header {
	width : 592px;
	text-align:center;
}

#menu {
	float:right;
	width : 193px;
	color: #6699CC;
	font-size:90%;
	text-align:center;
}

#menu p{
	color : #FF0000;
	margin: 0px;
}

.menu a{
	color:#FF0000;
	text-decoration:underline;
}

#main {
	width : 592px;
	color: #6699CC;
	background-color:#FFFFFF;
}

form input,textarea,text,option {
	border:1px solid #6699CC;
	background-color:#FFFFFF;
	color:#6699CC;
	margin:2px;
	padding:2px;
	font-size:110%;
}


/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/


.site_title {
	text-align: center;
	font-size: 18px;
	padding-bottom:5px;
	font-weight: bolder;
	color: #6699CC;
}

.site_title a	{color: #6699CC;text-decoration: none}
.site_title a:link	{color:#6699CC;text-decoration: none}
.site_title a:visited {color:#6699CC;text-decoration: none}
.site_title a:active {color: #6699CC;text-decoration: none}
.site_title a:hover {color: #6699CC;text-decoration: underline}


/*サイト説明文*/

.site_intro {
	text-align: center;
	font-size: 80%;
	color: #6699CC;
}


/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 120%;
	color: #6699CC;
	width:193px;
	margin:0px;
	text-align:center;
	font-weight:bold;
}



/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

a {
	color: #6699CC;
	text-decoration:underline;
}


a:hover {
	color:  #FF6666;
	text-decoration:none;
}

.plugin_tex {
	color:#6699CC;
	text-align:left;
	width:149px;
}

.plugin_bg {
	width:193px;
	background-color:#FFFFFF;
	text-align:center;
}

.plugin_tex a:link	{color: #6699CC;text-decoration: underline}
.plugin_tex a:visited {color: #6699CC;text-decoration: underline}
.plugin_tex a:active {color: #6699CC;text-decoration: none}
.plugin_tex a:hover {color:#FF6666;text-decoration: underline}

/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
	text-align: center;
}

.pay img{
	background: #fff;
	border: 1px solid #666666;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}


/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 530px;
	margin-bottom:60px;
	text-align:left;
}


/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 90%;
	text-align:center;
	margin:20px;
	color:#6699CC;
}

.entry_navi a{
	color:#6699CC;
	text-decoration:underline;
}

.entry_navi a:hover{
	color:#FF6666;
	text-decoration:underline;
}


/*エントリー：見出し*/


.entry_title{
	font-size: 140%;
	color: #6699CC;
	width:530px;
	height:57px;
	font-weight:bold;
	background-image:url(http://file.ninja.blog.shinobi.jp/17_maintit.gif);	
}

.entry_title2{
	font-size: 140%;
	color: #6699CC;
	font-weight:bold;
}

.entry_title a{
	color:#6699CC;
	text-decoration:none;
}

/*コメント：テキスト*/


.comment_tit{
	font-size: 100%;
	font-weight: bolder;
	color: #AACCFF;
	margin: 15px 0px 10px 10px;
}

.comment_tit a {
	color: #AACCFF;
	text-decoration:none;
}

.comment_tex {
	color: #6699CC;
	margin: 5px 0px 10px 35px;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 100%;
	color: #6699CC;
	margin: 10px 10px 10px 10px;
}

.entry_text a {
	color:#6699CC;
	text-decoration:none;
}

.entry_text a:hover {
	color:#FF6666;
	text-decoration:underline;
}


/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 50%;
	color: #6699CC;
	text-decoration:none;
	margin: 2px 2px 2px 44px;
	font:Arial, Helvetica, sans-serif;
}

.entry_state2 {
	font-size: 60%;
	color: #6699CC;
	margin: 2px 2px 2px 55px;
}

.entry_state3 {
	font-size: 80%;
	color: #6699CC;
	margin: 2px 4px 15px 0px;
}

/*エントリー：TOPへ戻るリンク */

.entry_top {
	margin: 10px 0px 20px 0px;
}

#pagetop { margin:  0px 0px 10px 0px;}


/*テキスト内の画像*/

.entry_text img {
	padding: 5px;
}


/*検索
---------------------------------------------------------*/
#searchimputid {
	text-align: center;
	margin-top : 10px;
	padding: 0px 0px 0px 0px;
	color:#555;
}

textarea,input,select,option {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.EntryPsText {
	padding:10px 0px;
	text-align:right;
}

.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#6699CC;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color:#FAFAFA;
	border-bottom:1px dotted #CEDEEF;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	color:#FAFAFA;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #CEDEEF;
}

.center {
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}
.plugin_data_date {
	font-size:11px;
	text-align:right;
}
.plugin_data {
	padding:3px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:90%;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:90%;
padding:3px;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
.CalendarTable a {
background-color:#CCDDFF;
color:#FFFFFF;
padding:1px;
}