 /* リンクの設定 */
  a:link	{
	font-family:'Lucida Sans Unicode','Arial';
	font-size:8pt;
	color:#555555;
	text-decoration:underline;
	}

  a:visited {
	font-family:'Lucida Sans Unicode','Arial';
	font-size:8pt;
	color:#555555;
	text-decoration:underline;
  }

  a:active	{
	font-family:'Lucida Sans Unicode','Arial';
	font-size:8pt;
	color:#ffffff;
	background-color:#908070;
  }

  a:hover	{
	font-family:'Lucida Sans Unicode','Arial';
	font-size:8pt;
	color:#ffffff;
	background-color:#908070;
	text-decoration : underline;
  }

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:'Lucida Sans Unicode','Arial';
	letter-spacing:0px;
	font-size:8pt;
	line-height:15pt;
	background-image:url('http://file.asagao38.blog.shinobi.jp/blog_background01.gif');
/*	background-image:url('http://file.ninja.blog.shinobi.jp/15_bg.gif');*/
	color:#555555;
	background-color:#CCFF66;
	font-weight:normal;
}

td {
	font-family:'Lucida Sans Unicode','Arial';
	font-size: 8pt;
	line-height:15pt;
}

#layout {
	width: 820px;
	background-color: #ffffff;
	text-align:center;
}

#header {
	padding: 10px;
	width : 800px;
	text-align:center;
}

#menu {
	width : 190px;
	color: #797928;
	font-size:100%;
}

#menu p{
	color : #797928;
	margin: 0px;
}

.menu a{
	color:#797928;
	text-decoration:underline;
}

#main {
	width : 572px;
	text-align: left;
	color: #555555;
}

form input,textarea,text,input {
	border:1px solid #797928;
	background-color:#ffffff;
	color:#555555;
	margin:2px;
	padding:2px;
	font-size:100%;
}


/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/


.site_title {
	text-align: left;
	font-size: 20px;
	font-weight: bolder;
	color: #c2c2a3;
	padding:10px;
}

.site_title a	{color: #c2c2a3;text-decoration: none}
.site_title a:link	{color:#c2c2a3;text-decoration: none
}
.site_title a:visited {color:#c2c2a3;text-decoration: none
}
.site_title a:active {color: #c2c2a3;text-decoration: none}
.site_title a:hover {color: #c2c2a3;text-decoration: none}


/*サイト説明文*/

.site_intro {
	text-align: left;
	font-size: 100%;
	color: #c2c2a3;
	margin-top:3px;
	margin-bottom:2px;
	padding:20px;
}


/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 120%;
	color: #797928;
	background-color:#E0E0C0;
	width:180px;
	height:20px;
	padding-top:5px;
	margin-bottom:10px;
}



/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
	text-align:center;
	margin: 0px;
	padding-left: 20px;
	color:#E0E0C0;
	list-style-type: circle;
	text-decoration: none;
	font-size: 100%;
}


li {
	font-size: 100%;
	color: #908070; 
	line-height: 120%;
	padding: 0px 15px 5px 0px;
	text-decoration: none;
}

/*
a {
	color: #f5e3d0;
	text-decoration:none;
}
*/

.plugin_tit{
	font-weight:bold;
	color:#555555;
	vertical-align:text-top;
	text-align:left;
	height:30px;
	width:170px;
	background-image:url('http://file.asagao38.blog.shinobi.jp/title_line01.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom
/*	border-bottom:1px solid #555555;*/
}

.plugin_tex {
	color:#555555;
/*	line-height:130%;*/
	text-align:left;
	width:190px;
	padding:10px 5px 50px 5px;
}

.plugin_tex a:link	{color: #ffbb8e;text-decoration: none}
.plugin_tex a:hover {text-decoration: none}

/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
	text-align: center;
}

.pay img{
	background: #fff;
	border: 1px solid #555555;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}


/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 572px;
	margin-bottom:30px;
	text-align:left;
}

.entry_table2{
	width: 572px;
	margin-bottom:30px;
	text-align:left;
}


/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 100%;
	text-align:center;
	margin:20px;
	color:#808066;
}

.entry_navi a{
	color:#e0a366;
	text-decoration:underline;
}

.entry_navi a:hover{
	color:#e0a366;
	text-decoration:none;
}


/*エントリー：見出し*/


.entry_title{
	font-size: 110%;
	color: #808066;
	font-family:'Lucida Sans Unicode','Arial';
	font-weight:bold;
}

.entry_title2{
	font-size: 110%;
	font-weight: bolder;
	color: #808066;
	margin: 5px 0px 5px 0px;
}

.entry_title a{
	color:#4d4033;
/*	font-weight:bold;*/
	text-decoration:none;
	font-family:'Lucida Sans Unicode','Arial';
}

/*コメント：テキスト*/

.comment_table {
	border-left:10px solid #383d29;
	border-bottom:2px solid #383d29;
	font-weight:bold;
	padding-left:5px;
	color:#383d29;
	height:20px;
	padding-top:6px;
}

.comment_tit{
	font-size: 120%;
	font-weight: bolder;
	color: #383d29;
	margin: 5px 0px 5px 0px;
}

.comment_tit2{
	font-size: 100%;
	font-weight: bolder;
	color: #383d29;
	background-color:#CCFF66;
	padding: 5px;
}

.comment_tit a {
	color: #444444;
	text-decoration:none;
}

.comment_tit2 a{
	color: #FFFFFF;
	text-decoration:none;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 100%;
	color: #808066;
	margin: 30px 50px 30px 50px;
	line-height:180%;
}

.entry_text2 {
	font-size: 100%;
	color: #808066;
	margin: 30px 5px 30px 5px;
	line-height:180%;
}

.entry_text a {
	color:#4a4a4a;
	text-decoration:underline;
}

.entry_text a:hover {
	color:#e6f2d9;
	text-decoration:none;
}

.entry_bod{
	border:1px solid #808066;
	line-height:120%;
}

.entry_bod2{
	border-bottom:1px solid #808066;
	border-left:1px solid #808066;
	border-right:1px solid #808066;
}


/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 100%;
	color: #e0a366;
	margin: 3px 2px 3px 0px;
}

.entry_state2 {
	font-size: 100%;
	color: #383d29;
	margin: 2px 2px 10px 0px;
}


.entry_state a {
	color:#4a4a4af5e3d0;
	text-decoration:underline;
}

.entry_state a:hover {
	color:#e6f2d9;
	text-decoration:none;
}


/*エントリー：TOPへ戻るリンク */

.entry_top {
	margin: 10px 0px 20px 0px;
}

#pagetop { margin:  0px 0px 10px 0px;}


/*テキスト内の画像*/

.entry_text img {
/*	background: #fff; */
	border: 0px solid #808066;
	margin: 0px;
	padding: 1px;
}


/*検索
---------------------------------------------------------*/
#searchimputid {
	text-align: center;
	margin-top : 10px;
	padding: 0px 0px 0px 0px;
	color:#555;
}

textarea,input,select {
	font-family:'Lucida Sans Unicode','Arial';
}

img.emoji{
	vertical-align:middle;
	border:0;
}


/*ねんがっぴ
---------------------------------------------------------*/

/* 年 */
.yoiotoshi {
	width:60px;
	height:25px;
	background-color:#797928;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	padding-top:8px;
	font-family:'Lucida Sans Unicode','Arial';
}

/* 月日時刻 */
.utsukusi {
	background-color:#FF9900;
	width:60px;
	height:20px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding-bottom:2px;
}

.EntryPsText {
	padding:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#ffffff;
	border:solid 3px #A0A080;
	color:#A0A080;
	padding:10px;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
	color:#A0A080;
/*	border-bottom:1px dotted #995555;*/
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	font-size:11px;
	text-align:right;
	margin:5px 0;
/*	border-top:1px dotted #999999;*/
}

.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:98%;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:98%;
padding:3px;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#e37171;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#aec6df;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
.CalendarTable a {
background-color:#373E20;
color:#FFFFFF;
padding:1px;
}


/* 商品ジャンル枠02 */
.work02 {
	width:600px;
	border:1px dashed #ccd6c2;
}

/* 個別商品枠 */
.shohin01 {
	width:135px;
	height:135px;
	border:1px solid #ccd6c2;
}

/* 個別商品枠 */
.shohin02 {
#	width:100px;
	height:100px;
	border:1px solid #ccd6c2;
}


/* 個別商品枠 */
.shohin03 {
	width:200px;
	height:100px;
	border:1px solid #ccd6c2;
}

/* 個別商品枠 */
.shohin04 {
	width:180px;
	height:135px;
	border:1px solid #ccd6c2;
}

/* 個別商品枠 */
.shohin05 {
	width:135px;
	height:135px;
	border:1px solid #ccd6c2;
	background-color: #998c66;
}

/* 個別商品枠 */
.shohin06 {
	width:135px;
	height:135px;
	border:1px solid #ccd6c2;
	background-color: #ff8000;
}

/* 個別商品枠 */
.shohin07 {
	width:135px;
	height:135px;
	border:1px solid #ccd6c2;
	background-color: #ffffff;
}

/* 個別商品枠(無色) */
.shohin08 {
/*	border:1px solid #ccd6c2;*/
	border:1px solid #908070;
}

/* 個別商品枠 */
.shohin09 {
	border:1px solid #ccd6c2;
	background-color: #ffffff;
}

/* 個別商品枠 */
.shohin10 {
	width:100px;
	height:60px;
	border:1px solid #ccd6c2;
	background-color: #ffffff;
}

/* 個別商品枠 */
.shohin11 {
	width:135px;
	height:70px;
	border:1px solid #ccd6c2;
	background-color: #ff8000;
}

/* 個別商品枠 */
.shohin12 {
	width:135px;
	height:70px;
	border:1px solid #ccd6c2;
	background-color: #ffffff;
}

/* 個別商品枠(白) */
.shohin13 {
	width:115px;
	height:80px;
	border:1px solid #ccd6c2;
	background-color: #ffffff;
}

/* 個別商品枠(茶) */
.shohin14 {
	width:115px;
	height:80px;
	border:1px solid #ccd6c2;
	background-color: #998c66;
}

/* 個別商品枠(オレンジ) */
.shohin15 {
	width:115px;
	height:80px;
	border:1px solid #ccd6c2;
	background-color: #ff8000;
}

/* 個別商品枠(オレンジ) */
.shohin16 {
	border:1px solid #ccd6c2;
	background-color: #ff8000;
}

/* 個別商品枠(バックグランドと同じ) */
.shohin17 {
	border:1px solid #ccd6c2;
	background-color: #ccd6c2;
	color:#545c3d;
}

/* 個別商品枠 */
.shohin18 {
	border:1px solid #ccd6c2;
	background-color: #998c66;
}

/* 個別商品枠 */
.shohin19 {
	border:1px solid #ccd6c2;
	background-color: #545c3d;
	color:ccd6c2;
}

/* 個別商品枠 */
.shohin20 {
	text-align:left;
	border:1px solid #ccd6c2;
	background-color: #cc8f66;
	color:#545c3d;
}

/* 豆知識枠 */
.waku99 {
	border:1px solid #9f9f60;
	background-color: #ccd6c2;
	color:#545c3d;
	padding:3px;
	text-align:center;
}

/* 枠 */
.waku00 {
	border:1px solid #CCFF66;
	background-color: #ffffff;
	color:#545c3d;
	padding:20px;
	text-align:left;
}

/* 枠 */
.waku01 {
	border:1px solid #CCFF66;
	background-color: #ccff99;
	color:#545c3d;
	padding:20px;
	text-align:left;
}


/* エントリ日付のバック画像 */
.date_tit {
	background-image:url('http://file.flower38.blog.shinobi.jp/date_line.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

.color01 {
	border:1px solid #9f9f60;
	color:#545c3d;
	padding:5px;
 	background-image: url("http://file.asagao38.blog.shinobi.jp/cloth1.gif");
	background-color: #ccd6c2;
}

.color02 {
	border:1px solid #9f9f60;
	color:#545c3d;
	padding:5px;
 	background-image: url("http://file.asagao38.blog.shinobi.jp/cloth2.gif");
	background-color: #ccd6c2;
}

.color03 {
	border:1px solid #9f9f60;
	color:#545c3d;
	padding:5px;
 	background-image: url("http://file.asagao38.blog.shinobi.jp/cloth3.gif");
	background-color: #ccd6c2;
}
