@charset "utf-8";
/***************************************************************
/* メインカラムの左右の位置に関する設定 ----------------------*/
#mainArea {
	float: left;
}
/******************************************************************************************
　　　　　　　　　*フォントカラー・サイズ等の変更はここから*
【注意】
・文字サイズを変更する場合は12pxを100%とし、パーセンテージで相対的に指定してください。
　例）10pxにしたい場合 → 83%
　　　11pxにしたい場合 → 91%
　　　12pxにしたい場合 → 100%
　　　13pxにしたい場合 → 108%
　　　14pxにしたい場合 → 116%

・デザイン崩れの原因になるため、文字サイズはなるべく変更しない事をお勧めします。
・ここに載っていない部分のカラー・サイズ変更については当ブログ内でご質問下さい。
/******************************************************************************************
/* 全体のテキストに関する設定 --------------------------------*/
#allArea {
	color: #333333;
	font-size: 100%;
	font-family: Meiryo,"メイリオ", Pro W3,Ume P Gothic,ヒラギノ角ゴ,sans-serif;
}
/* 全体のリンクに関する設定 ----------------------------------*/
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/***************************************************************
/* グローバルナビのテキストに関する設定 ----------------------*/
#globalNavi a {
	color: #FFFFFF;
}
#globalNavi a:hover {
}
/***************************************************************
/* ブログタイトルのテキストに関する設定 ----------------------*/
#header h1 a {
	text-decoration: none;
	font-size: 350%;
　　　　font-weight: bold;
}
#header h1 a:hover {
}
/* ブログタイトルの位置に関する設定 --------------------------*/
#header h1 {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
/***************************************************************
/* ブログの説明テキストに関する設定 --------------------------*/
#header #intro {
	font-size: 140%;
　　　　font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 130%;
}
/* ブログの説明テキストの位置に関する設定 --------------------*/
#header #intro {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
/***************************************************************
/* メインカラムの記事タイトルに関する設定 --------------------*/
.entryBox .entryTitle a {
	font-weight: bold;
	letter-spacing: 0.2em;
}
/* メインカラムの記事本文・追記本文に関する設定 --------------*/
.entryBox .entryBody, .entryBox #entryMore {
	line-height: 150%;
	letter-spacing: 0.3em;
}
/* メインカラムの記事内リンク・追記内リンクに関する設定 ------*/
.entryBox .entryBody a, .entryBox #entryMore a {
}
/***************************************************************
/* プラグイン1のタイトルに関する設定 -------------------------*/
.pluginFirst h3 {
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* プラグイン1のテキストに関する設定 -------------------------*/
.pluginFirst .pluginContents {
	line-height: 130%;
	letter-spacing: 0.1em;
}
/* プラグイン1のリンクに関する設定 ---------------------------*/
.pluginFirst .pluginContents a {
}
/***************************************************************
/* プラグイン2のタイトルに関する設定 -------------------------*/
.pluginSecond h4 {
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* プラグイン2のテキストに関する設定 -------------------------*/
.pluginSecond .pluginContents {
	line-height: 130%;
	letter-spacing: 0.1em;
}
/* プラグイン2のリンクに関する設定 ---------------------------*/
.pluginSecond .pluginContents a {
}
/***************************************************************
/* プラグイン3のタイトルに関する設定 -------------------------*/
.pluginThird h5 {
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* プラグイン3のテキストに関する設定 -------------------------*/
.pluginThird .pluginContents {
	line-height: 130%;
	letter-spacing: 0.1em;
}
/* プラグイン3のリンクに関する設定 ---------------------------*/
.pluginThird .pluginContents a {
}
/***************************************************************
/* フッターのテキストに関する設定 ----------------------------*/
#footer {
	color: #FFFFFF;
}
/* フッターのリンクに関する設定 ------------------------------*/
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
/***************************************************************
/* 上記以外のメインカラム内のエリアタイトルに関する設定 ------*/
/* Entry Navigation  Comment  Trackback など -----------------*/
.headerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/*　　　　　　　　*フォントカラー・サイズの変更はここまで*
/********************************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	text-align: center;
	font-size: 75%;
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_bodyBg01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
}
html>/**/body {
	font-size: 12px;
}
body, h1, h2, h3, h4, h5, div, p, ul, li, dt, dl, dd, img, a, form, pre, code {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
br {
	letter-spacing:0;
}
code {
	letter-spacing: normal;
	color: #444400;
}
pre.fc2Code {
	line-height: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	margin-top: 10px;
	width: 95%;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;
}
div.fc2CodeName {
	text-align: right;
	margin-bottom: 10px;
	line-height: normal;
	letter-spacing: normal;
	width: 95%;
	padding-left: 12px;
}
a#topAnchor {
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerAreaBgT {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_headerBg_t_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
}
#headerAreaBgM {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_headerBg_m_01.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 180px;
}
#headerAreaBgB {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_headerBg_b_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#entryAreaBgT {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_mainAreaBg_t_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}
#entryAreaBgB {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_mainAreaBg_b_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#sideAreaBgT {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_sideAreaBg_t_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}
#sideAreaBgB {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/fantastic02_sideAreaBg_b_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
.pageNaviArea {
	text-align: center;
}
.pageNaviArea .defaultNaviList {
	position: relative;
}
.pageNaviArea .defaultNaviList .nList_prevBtn {
	position: absolute;
	left: 90px;
	top: 0px;
	text-align: left;
}
.pageNaviArea .defaultNaviList .nList_nextBtn {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 90px;
}
#allArea {
	text-align: left;
}
#headWrap {
	width: 950px;
	margin: auto;
}
#bodyWrap {
	width: 950px;
	margin: auto;
	padding-bottom: 10px;
}
#footWrap {
	clear: both;
	width: 950px;
	margin: auto;
}
#header {
	text-align: left;
	width: 950px;
	height: 180px;
	margin: auto;
	position: relative;
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_headerBg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#globalNavi {
	text-align: right;
	width: 930px;
	position: absolute;
	top: 154px;
	padding-right: 10px;
	padding-left: 10px;
}
#globalNavi li {
	display: inline;
	padding-left: 5px;
}
#subWrapper {
	float: left;
	width: 670px;
}
#mainArea {
	width: 470px;
	word-wrap: break-word;
	_overflow: hidden;
	float: right;
}
#mainArea .entryBox {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainArea .entryBox .entryTitle {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_mainHeader01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	min-height: 20px;
	padding-top: 2px;
}
#mainArea .entryBox .entryTitle a {
}
#mainArea .entryBox .entryDate {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}
#mainArea .entryBox .entryDate li {
	display: inline;
}
#mainArea .entryBox .entryText {
}
#mainArea .entryBox .entryText .entryBody {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainArea .entryBox .entryText .moreLink {
	padding-top: 20px;
}
#mainArea .entryBox .entryText .moreLink a {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_morelink01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	letter-spacing: 0.1em;
         font-size: 200%;
}
#mainArea .entryBox .entryText #entryMore {
	margin-top: 30px;
}
#mainArea .entryBox .entryData {
	padding-bottom: 10px;
	text-align: right;
}
#mainArea .entryBox .entryData dt {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}
#mainArea .entryBox .entryData dd {
	display: inline;
}
#mainArea .entryBox .entryfooter {
	text-align: center;
}
#mainArea .entryBox .entryfooter li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}
#mainArea .entryBox .fc2_footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainArea .entryBox dl.relate_dl {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	line-height: 110%;
	letter-spacing: 0.2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#mainArea .entryBox dl.relate_dl dt{
	padding-bottom: 5px;
}
#mainArea .entryBox dd.relate_dd ul {
	padding-right: 5px;
	padding-left: 5px;
}
#mainArea .entryBox dd.relate_dd ul li {
	padding-bottom: 5px;
}
#mainArea .topAnchor {
	padding-top: 10px;
	text-align: right;
	padding-bottom: 10px;
}
#mainArea .topAnchor a {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_topanchor01.gif);
	background-repeat: no-repeat;
	background-position: right 0.3em;
	padding-right: 13px;
}
#commentArea {
	clear: both;
}
#commentArea h3 {
	padding-bottom: 10px;
}
#commentArea .commentBox {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#commentArea .commentBox h4 {
	letter-spacing: 0.1em;
	font-weight: bold;
}
#commentArea .commentBox .commentBody {
	padding: 5px;
	line-height: 150%;
	letter-spacing: 0.3em;
}
#commentArea .commentBox .commentDate {
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
}
#commentArea .commentBox .commentDate li {
	display: inline;
}
#commentInputForm {
	margin-top: 20px;
}
#commentInputForm .rowElem {
	padding-bottom: 5px;
}
#commentInputForm label {
	display: block;
	width: 70px;
}
#commentInputForm #inputComment {
	height: 165px;
	width: 420px;
}
#commentEdit {
}
#commentEdit .rowElem {
	padding-bottom: 5px;
}
#commentEdit label {
	display: block;
	width: 70px;
}
#errorMessage {
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
#trackbackArea {
}
#trackbackArea h3 {
	padding-bottom: 10px;
}
#trackbackArea .trackbackUrl {
	text-align: right;
}
#trackbackArea .trackbackBox {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#trackbackArea .trackbackBox h4 {
	letter-spacing: 0.1em;
}
#trackbackArea .trackbackBox .trackbackBody {
	padding: 5px;
	line-height: 150%;
	letter-spacing: 0.3em;
}
#trackbackArea .trackbackBox .trackbackDate {
	text-align: right;
	letter-spacing: 0.1em;
}
#trackbackArea .trackbackBox .trackbackDate li {
	text-align: right;
	letter-spacing: 0.1em;
	display: inline;
}
#sideArea1 {
	word-wrap: break-word;
	_overflow: hidden; /*ie6 hack*/
	float: left;
	width: 200px;
}
#sideArea1 .sideBox {
	padding-right: 10px;
	padding-left: 10px;
}
#sideArea1 .sideBox h3 {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_sideHeader01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	min-height: 19px;
	padding-top: 2px;
}
#sideArea1 .sideBox .pluginContents {
	padding-left: 5px;
}
#sideArea1 .sideBox .boxDesc1 {
	padding-bottom: 5px;
}
#sideArea1 .sideBox .boxBody {
}
#sideArea1 .sideBox .boxBody li {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_sidelist01.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}
#sideArea1 .sideBox .boxDesc2 {
	padding-top: 5px;
}
#sideArea1 .sideBox .boxFoot {
	padding-bottom: 10px;
}
#sideArea2 {
	float: right;
	width: 280px;
	word-wrap: break-word;
	_overflow: hidden;
}
#sideArea2 .sideBox {
	padding-right: 10px;
	padding-left: 10px;
}
#sideArea2 .sideBox h3 {
	padding-bottom: 5px;
}
#sideArea2 .sideBox h4 {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_sideHeader01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	min-height: 19px;
	padding-top: 2px;
}
#sideArea2 .sideBox h5 {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_sideHeader01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	min-height: 19px;
	padding-top: 2px;
}
#sideArea2 .sideBox .pluginContents {
	padding-left: 5px;
}
#sideArea2 .sideBox .boxDesc1 {
	padding-bottom: 5px;
}
#sideArea2 .sideBox .boxBody {
}
#sideArea2 .sideBox .boxBody li {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_sidelist01.gif);
	background-position: left 0.3em;
	padding-left: 13px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
#sideArea2 .sideBox .boxDesc2 {
	padding-top: 5px;
}
#sideArea2 .sideBox .boxFoot {
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone01_footerBg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer ul {
	padding-left: 20px;
	padding-right: 20px;
}
#footer ul li {
	line-height: 150%;
}
/* FC2BlogMailForm */
#mailFormArea {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mailFormArea .rowElem {
	padding-bottom: 5px;
}
#mailFormArea label {
	display: block;
	width: 70px;
}
#mailFormArea #mailFormDesc {
	line-height: 130%;
	letter-spacing: 0.1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#mailFormArea #mailFormBottomArea {
	height: 45px;
	position: relative;
}
#mailFormArea #mSendButton {
	position: absolute;
	left: 173px;
	top: 5px;
}
/* upperPageNaviArea */
#mainArea #upperPageNaviArea {
	padding-bottom: 10px;
	display: none;
	background-image: none;
}
#EntryNaviArea {
	margin-bottom: 5px;
}
#EntryNaviHead {
	padding-bottom: 5px;
}
#EntryNaviList {
}
#EntryNaviList .EntryNaviListTitle {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_morelink01.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	letter-spacing: 0.1em;
	padding-left: 15px;
}
#EntryNaviList .naviData {
	font-size: 91%;
	text-align: right;
	padding-bottom: 2px;
	letter-spacing: normal;
}
#EntryNaviList .naviData li {
	display: inline;
}
#mainArea .defaultNaviListBottom {
	padding-bottom: 10px;
}
/* FC2BlogRelationEntry */
#relationEntryHead {
	padding-bottom: 10px;
}
#relationEntry {
	padding-bottom: 20px;
}
#relationEntry li {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/monotone_icon_relation01.gif);
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left 0.4em;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 130%;
	letter-spacing: 0.1em;
}
#relationEntry li .listData {
	font-size: 91%;
	text-align: right;
}
/* FC2BlogPageNavigation */
.FC2BlogPageNavigation ul {
	float: right;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 91%;
}
.FC2BlogPageNavigation ul li.fc2PageNaviList {
	padding-left: 2px;
	display: inline;
	float: left;
	text-align: center;
}
.FC2BlogPageNavigation ul li.fc2PageNaviList a {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/moon01_icon_pagenavi01.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	border: 1px solid #333333;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	text-decoration: none;
	color: #333333;
}
.FC2BlogPageNavigation ul li.fc2PageNaviList a:hover {
	background-position: bottom;
	text-decoration: none;
	color: #FFFFFF;
}
.FC2BlogPageNavigation ul li.fc2PageNaviList.fc2PageNaviPrevBtn a {
}
.FC2BlogPageNavigation ul li.fc2PageNaviList.fc2PageNaviPrevBtn a:hover {
}
.FC2BlogPageNavigation ul li.fc2PageNaviList.fc2PageNaviNow span {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/moon01_icon_pagenavi01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 1px solid #333333;
}
.FC2BlogPageNavigation ul li.fc2PageNaviList.fc2PageNaviNext a {
}
.FC2BlogPageNavigation ul li.fc2PageNaviList.fc2PageNaviNext a:hover {
}
/* siteMap */
#SM_siteMapArea #SM_noScriptText {
	color: #FF0000;
	text-align: center;
}
#SM_siteMapArea #SM_categoryList {
	padding-right: 10px;
	padding-left: 10px;
}
#SM_siteMapArea #SM_categoryHead {
	margin-bottom: 15px;
}
#SM_siteMapArea #SM_articlesHead {
}
#SM_siteMapArea #SM_switchArea {
	text-align: right;
	padding-bottom: 15px;
	letter-spacing: normal;
	padding-right: 10px;
}
#SM_siteMapArea #SM_categoryArea {
	line-height: 120%;
	letter-spacing: 0.1em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
}
#SM_siteMapArea #SM_categoryArea .SM_parentCategoryTitle {
	padding-left: 2px;
}
#SM_siteMapArea #SM_categoryArea .SM_noSubCategoryTitle {
	padding-left: 2px;
	padding-bottom: 5px;
}
#SM_siteMapArea #SM_categoryArea li.SM_entryHasNext {
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea #SM_categoryArea li.SM_entryEnd {
	background-repeat: no-repeat;
	background-position: left top;
}
#SM_siteMapArea #SM_articlesArea {
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 5px;
	margin-top: 10px;
	line-height: 120%;
	padding-right: 5px;
}
#SM_siteMapArea #SM_defaultList li {
	padding-right: 10px;
	padding-left: 10px;
}
#SM_siteMapArea #SM_sortList {
	padding-right: 10px;
	padding-left: 10px;
}
#SM_siteMapArea .SM_categoryContainer {
	margin-left: 25px;
	line-height: 120%;
	letter-spacing: 0.1em;
	margin-right: 15px;
	padding-left: 15px;
}
#SM_siteMapArea .SM_noSubCategoryTitle {
}
#SM_siteMapArea .SM_noSubCategoryContents {
	padding-left: 7px;
}
#SM_siteMapArea .SM_noSubCategoryContents li.SM_entryHasNext {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/green01_SM_listLine01.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_noSubCategoryContents li.SM_entryEnd {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/green01_SM_listLine01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#SM_siteMapArea .SM_parentCategoryTitle {
}
#SM_siteMapArea .SM_parentCategoryContents {
	padding-left: 7px;
	padding-bottom: 10px;
}
#SM_siteMapArea .SM_parentCategoryContents li.SM_entryHasNext {
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_parentCategoryContents li.SM_entryEnd {
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_parentCategoryContents li.SM_subCategoryAreaHasNext {
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_parentCategoryContents li.SM_subCategoryAreaEnd {
	background-repeat: no-repeat;
	background-position: left top;
}
#SM_siteMapArea .SM_subCategoryTitleHasNext {
}
#SM_siteMapArea .SM_subCategoryContentsHasNext {
	padding-left: 15px;
	padding-bottom: 10px;
}
#SM_siteMapArea .SM_subCategoryContentsHasNext li.SM_entryHasNext {
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_subCategoryContentsHasNext li.SM_entryEnd {
	background-repeat: no-repeat;
	background-position: left top;
}
#SM_siteMapArea .SM_subCategoryTitleEnd {
}
#SM_siteMapArea .SM_subCategoryContentsEnd {
	padding-left: 15px;
	padding-bottom: 10px;
}
#SM_siteMapArea .SM_subCategoryContentsEnd li.SM_entryHasNext {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/green01_SM_listLine01.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#SM_siteMapArea .SM_subCategoryContentsEnd li.SM_entryEnd {
	background-image: url(http://blog-imgs-29-origin.fc2.com/h/k/d/hkdesign/green01_SM_listLine01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#SM_siteMapArea li.SM_entryDate {
	text-align: right;
}
#SM_siteMapArea .SM_topAnchor {
	text-align: right;
	padding-top: 10px;
}
#SM_siteMapArea .SM_toggleIcon {
	margin-right: 1px;
	padding: 2px;
	vertical-align: middle;
}
#SM_siteMapArea .SM_parentCategoryContents .SM_toggleIcon {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#SM_siteMapArea .SM_entry {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
}
#SM_siteMapArea .SM_entryDate {
	text-align: right;
}
/* jqtranceform */
form.jqtransform {
	margin-right: 10px;
	margin-left: 10px;
}
form.jqtransform div#commentFormBottomArea {
	position: relative;
	height: 80px;
	clear: both;
}
form.jqtransform div#commentFormBottomArea div#cSendButtonArea {
	position: absolute;
	left: 175px;
}
form.jqtransform div#commentEditFormBottomArea {
	position: relative;
	height: 80px;
}
form.jqtransform div#commentEditFormBottomArea div#cSendButtonArea {
	top: 20px;
	position: absolute;
	left: 100px;
}
form.jqtransform div#commentEditFormBottomArea div#cDeleteButtonArea {
	top: 20px;
	position: absolute;
	left: 230px;
}
form.jqtransform button#cSendButton span span {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
form.jqtransform button#cDeleteButton span span {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
form.jqtransformdone label {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
form.jqtransformdone div.rowElem {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
}
form.jqtransformdone span.jqTransformCheckboxWrapper {
	margin-top: 0px;
}
/* Designed by Hellow, URL http://hkdesign.blog91.fc2.com/, GPL License */
