@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 080430 --*/
/*-- template name:1222 --*/

/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/

	body {
		background-image:url(/img/template/user/1222/bg.png);
		color:#333333; /*-- 文字色 --*/
	}


/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/

	/*-- 通常 --*/
		a {
			text-decoration:underline; /*-- 文字装飾 --*/
			color:#ff8e43; /*-- 文字色-- */
		}
	/*-- リンク先を訪れたことがある時 --*/
		a:visited {
			text-decoration:underline; /*-- 文字装飾 --*/
			color:#ff8e43; /*-- 文字色 --*/
		}
	/*-- マウスオーバー時 --*/
		a:hover {
			text-decoration:none; /*-- 文字装飾 --*/
			color:#FFBC51; /*-- 文字色 --*/
		}
	/*-- マウスクリック時 --*/
		a:active {
			color:#FFBC51; /*-- 文字色 --*/
		}


/*-----------------------------------------------------------------
不使用拡張部分
 --使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/

	/*-- #title-banner-top, --*/
	/*-- #title-banner-bottom, --*/
	#main-top,
	/*-- #main-bottom,--*/
	/*-- .content-top,--*/
	/*-- .content-bottom,--*/
	#footer,
	.comment-list-top,
	.comment-list-bottom,
	.comment-form-top,
	.comment-form-bottom,
	.trackback-list-top,
	.trackback-list-bottom ,
	.sidebar-top,
	.sidebar-bottom,{
		display:none;
	}


/*-- ■SECTION 020 レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の設定
------------------------------------------------------------------*/

	#container {
		width:90%;
		margin:0 auto;
		/*-- 全体的な枠線の設定 --*/
		/*-- 全体的な枠線の設定ここまで --*/
	}
	#main {
		/*-- コンテンツエリアの背景色：
		-----サイドバー下の余白orメインエリア下の余白
		-----ただしカラム数・レイアウトにより出現領域は異なる --*/
		background:#FFBC51;
                padding: 0 10px;
	}


/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/

	/*-- タイトルバナー外枠の設定 --*/
		#title-banner {
			border-top:solid 5px #FFBC51;
			margin: 0;
			padding: 0;
			background: #FFBC51;
		}
	/*-- タイトルバナー上部の設定 --*/
		#title-banner-top {
			width:100%;
			height:33px;
			background-image:url(/img/template/user/1222/1960-pumpkins.png);
			background-repeat: repea-x;
			background-position: left tpo;
			margin:0;
		}
	/*-- タイトルバナー内部の設定 --*/
		#title-banner-body {
			width:100%;
			/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/

			background-image:url(/img/template/user/1222/1960-header-img.png);
			background-position: right bottom;
			background-repeat:no-repeat;

			/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
			height:270px;
		}
	/*-- ブログタイトルの開始位置の設定 --*/
		#title-banner-body #title-banner-set {
			padding-top:30px;
			padding-left:15px;
		}
	/*-- タイトルバナー下部の設定 --*/
		#title-banner-bottom {
			width:100%;

		}
	/*-- ブログタイトル文字の基本設定 --*/
		#title-banner-body #title-banner-set h1 {
			font-size:139%;
			color:#FF620A;
			line-height:1.2;
			text-align:left;
			width:50%;
			margin-bottom:5px;
		}
	/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
		#title-banner-body #title-banner-set h1 a {
			color:#FF620A;
			text-decoration:none;
		}
		#title-banner-body #title-banner-set h1 a:visited {
			color:#FF620A;
			text-decoration:none;
		}	
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
		#title-banner-body #title-banner-set h1 a:hover,
		#title-banner-body #title-banner-set h1 a:active {
			color:#ffe7bf;
			text-decoration:underline;
		}
	/*-- ブログ概要の設定 --*/
		#title-banner-body #title-banner-set h2 {
			color:#681E05;
			line-height:1;
			width:50%;
			font-weight:normal;
			background:#FFBC51;
			padding:5px 5px 5px 0;
		}


/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/

	#main-bottom {
		background:transparent;
	}

	
/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/

	/*-- メインの設定（2カラム時のみ） --*/
		#center-2c {
		}
	/*-- メインの設定（3カラム時のみ） --*/
		#center-3c {
		}
	/*-- メインの設定（外側・共通） --*/
		#center {


		}
	/*-- メインの設定（内側・共通）--*/
		#in-center {
			/*-- メインコンテンツエリアの背景色 --*/

		}
	/*-- サイドバー全体の設定 --*/
		#side-a,#side-b {
		}


/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/

	/*-- カラム間のマージン設定（2カラムの場合）--*/
		.content-2c {
			margin:0 0 0 10px;

		}
	/*-- カラム間のマージン設定（3カラムの場合）--*/
		.content-3c {
			margin:0 10px;
		}
	/*-- メイン上部の設定 --*/
		.content-top {
			height:0px;
		}
		.content-body {
                        padding: 0 10px;
		}
	/*-- メイン下部の設定 --*/
		.content-bottom {
			height:10px;
		}


/*-- ■SECTION 070 エントリー設定 --*/
/*-----------------------------------------------------------------
記事の設定
------------------------------------------------------------------*/

	/*-- 記事の設定（外側） --*/
		.mod-entry-set {

		}
		.mod-entry-set-top {
			background:#FFFFFF;
		}
		.mod-entry-set-top div.lt {
			background-image: url(/img/template/user/1222/cnr-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-entry-set-top div.rt {
			background-image: url(/img/template/user/1222/cnr-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
		.mod-entry-set-bottom {
			background:#FFFFFF;
		}
		.mod-entry-set-bottom div.lb {
			background-image: url(/img/template/user/1222/cnr-btm-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-entry-set-bottom div.rb {
			background-image: url(/img/template/user/1222/cnr-btm-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
	/*-- 記事の設定（内側）--*/
		.entry {
			background:#FFFFFF;
			padding: 10px;
		}
		/*-- 記事上部の設定 --*/
			/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通
で設定する場合はここを使用 --*/
				.entry-top {
					background-image: url(/img/template/user/1222/1960-icon-main01.png);
					background-repeat: no-repeat;
					background-position: left 5px;
				}
			/*-- 記事タイトルの設定 --*/
				.entry-top h3 {
					font-size:135%;
					color:#5F1400;
					line-height:1.2;
					padding:5px 5px 5px 50px;

				}
				.entry-top h3 a {
					color:#5F1400;
					text-decoration:none;
				}
				.entry-top h3 a:visited {
					color:#5F1400;
				}
				.entry-top h3 a:hover {
					color:#FFBC51;
					text-decoration:underline;
				}
			/*-- 投稿日時|カテゴリーの設定 --*/
				.entry-top-info {
					text-align:left;
					padding:0 2px 15px 50px;
					margin: 0 0 10px 0;
					color:#FFBC51;
					background-image: url(/img/template/user/1222/1960-dotline.png);
					background-repeat: repeat-x;
					background-position: bottom;
				}
				.entry-top-info a {
					color:#FFBC51;
					text-decoration:underline;
				}
				.entry-top-info a:visited {
					color:#FFBC51;
				}
				.entry-top-info a:hover {
					color:#FF6600;
					text-decoration:none;
				}
				.entry-top-info span.entry-top-info-time {
				}
				.entry-top-info span.entry-top-info-category {
				}
		/*-- 記事上部の設定ここまで --*/
		
		/*-- 記事部分の設定 --*/
			.entry-body {

			}
			/*-- 記事貼り付け画像の設定 --*/
				/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
					.entry-body-image {
						margin:20px auto 10px;
					}
				/*-- 画像にリンクを貼った時の設定（通常時） --*/
					.entry-body-image a img,.entry-body-text a img {
						border-color:#666666;
					}
				/*-- 画像にリンクを貼った時の設定（リンク先を訪問したことがある時） --*/
					.entry-body-image a:visited img,.entry-body-text a:visited img {
						border-color:#666666;
					}
				/*-- 画像にリンクを貼った時の設定（カーソルをおいた時） --*/
					.entry-body-image a:hover img,.entry-body-text a:hover img {
						border-color:#666666;
					}
			/*-- 記事本文の設定 --*/
				.entry-body-text {
					padding:5px 2px;
				}
		/*-- 記事部分の設定ここまで --*/
			
		/*-- 記事下部の設定 --*/
			.entry-bottom {
				padding:2px;
				color:#5F1400;
				text-align:right;
			}
			/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
				.entry-bottom-info {
				}
				.entry-bottom-info a {
					color:#0066CC;
				}
				.entry-bottom-info a:visited {	
					color:#666666;
					text-decoration:none;
				}
				.entry-bottom-info a:hover {
					color:#666666;
					text-decoration:none;
				}
		/*-- 記事下部の設定ここまで --*/


/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/

	/*-- コメント欄全体の設定 --*/
		.mod-comments-body {
			background:#FFFFFF;
padding: 0 10px;
		}
		#mod-comments {
			margin-bottom:20px;
		}
	/*-- コメント欄タイトルの設定 --*/
		#mod-comments h3{
			font-size:135%;
			line-height:1.2;
   color: #000000;
			padding:0 5px 5px 50px;
height: 33px;
					background-image: url(/img/template/user/1222/1960-icon-main02.png);
					background-repeat: no-repeat;
					backgroun-position: left top;
}
		}
	/*-- 各コメントの設定 --*/
		#mod-comments .comment-list-body{
			margin-bottom:20px;
		}
		#mod-comments .comment-list-body dl {
			padding:10px;
			background:#ffffff;
			margin-bottom:10px;
		}
	/*-- 各コメントタイトルの設定 --*/
		span.comment-list-title {
			font-weight:bold;
			color:#5F1400;
		}
	/*-- 各コメント日付の設定 --*/
		.comment-list-body dl dd.comment-list-date {
			color:#000000;
		}
		.comment-input dl {
		}
		.comment-submit input {
		}
	/*-- gooIDを持っている人のみコメント可の場合の設定 --*/
		.comment-gooid {
			margin-bottom:20px;
			padding:0 10px 10px 10px;
			border-bottom:dashed 1px #5F1400; 
		}
		.comment-gooid dl {
		}
		.comment-gooid dl dt {
			font-weight:bold;
		}
		.comment-gooid dl dd {
		}
		.comment-login-link {
			margin-top:10px;
		}
	/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
	/*-- コメント欄注意文の設定 --*/
		.comment-alert {
			margin:10px 0;
			text-align:center;
		}
		.comment-alert,.comment-gooid{
			color:#333333;
		}
		.comment-alert .comment-list-none,.comment-alert .comment-precheck{
			color:#5F1400;
			font-weight:bold;
		}
		.comment-alert span.comment-login {
			color:#CC3333;
		}
		.comment-alert span.comment-list-error {
			color:#CC3333;
			font-weight:bold;
			padding:5px;
			border:solid 1px #CC3333;
			margin:10px 0;
		}
	/*-- コメント欄注意文の設定ここまで --*/

.mod-comments-sort {
 padding: 10px;

}
		.mod-comments-top {
background-color: #FFFFFF
}

		.mod-comments-top div.lt {
			background-image: url(/img/template/user/1222/cnr-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-comments-top div.rt {
			background-image: url(/img/template/user/1222/cnr-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
		.mod-comments-bottom {
			background:#FFFFFF;
		}
		.mod-comments-bottom div.lb {
			background-image: url(/img/template/user/1222/cnr-btm-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-comments-bottom div.rb {
			background-image: url(/img/template/user/1222/cnr-btm-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}



/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/

	/*-- トラックバック欄全体の設定 --*/
		#mod-trackbacks {
			margin-bottom:20px;
		}
.mod-trackbacks-body {
background-color: #FFFFFF;
padding: 0 10px;

}
	/*-- トラックバック欄タイトルの設定 --*/
		#mod-trackbacks h3 {
			font-size:135%;
			color:#5F1400;
			line-height:1.2;
			margin:10px 0;
			padding:10px;

		}
	/*-- トラックバックURL欄設定 --*/
		#mod-trackbacks .trackback-ping-url {
			margin:20px;
			color:#999999;
			font-weight:bold;
			text-align:center;
		}
	/*-- トラックバックURL文字設定 --*/
		#mod-trackbacks .trackback-ping-url dd input {
			color:#999999;
			font-weight:bold;
			text-align:center;
		}
	/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
		#mod-trackbacks .trackback-filter {
		}
		#mod-trackbacks .trackback-filter ul{
			margin: 5px 20px 10px;
		}
		#mod-trackbacks .trackback-filter ul li {
			list-style:disc;
			list-style-position:outside;
			line-height:1.25;
		}
	/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
	/*-- 各トラックバックの設定 --*/
		#mod-trackbacks .trackback-list-body dl {
			padding:10px;
			background:#ffffff;
			border:solid 1px #999999;
			margin-bottom:10px;
		}
		#mod-trackbacks .trackback-list-body dl dt {
			color:#333333;
		}
		#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
			color:#5F1400;
			font-weight:bold;
		}
		#mod-trackbacks .trackback-list-body dl dt a {
			font-weight:bold;
			color:#5F1400;
			text-decoration:underline;
		}
		#mod-trackbacks .trackback-list-body dl dt a:visited {
			color:#666666;
			text-decoration:underline;
		}
		#mod-trackbacks .trackback-list-body dl dt a:hover {
			color:#999999;
			text-decoration:none;
		}
	/*-- 各トラックバックの設定ここまで --*/
	/*-- トラックバック注意文の設定 --*/
		#mod-trackbacks .trackback-alert {
			margin:10px 0;
			text-align:center;
		}
		#mod-trackbacks .trackback-alert .trackback-precheck{
			color:#5F1400;
			font-weight:bold;
			border-top:dashed 1px #5F1400;
			padding-top:10px;
		}
	/*-- トラックバック注意文の設定ここまで --*/

		.mod-trackbacks-top {
background-color: #FFFFFF
}


		.mod-trackbacks-top div.lt {
			background-image: url(/img/template/user/1222/cnr-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-trackbacks-top div.rt {
			background-image: url(/img/template/user/1222/cnr-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
		.mod-trackbacks-bottom {
			background:#FFFFFF;
		}
		.mod-trackbacks-bottom div.lb {
			background-image: url(/img/template/user/1222/cnr-btm-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-trackbacks-bottom div.rb {
			background-image: url(/img/template/user/1222/cnr-btm-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/

	#mod-prev-next {
		margin-bottom:20px;
		font-weight:bold;
	}
	.mod-prev-next-body {
		background:#FFFFFF;
padding: 0 5px;
}
	#mod-prev-next a {
		color:#666666;
		text-decoration:underline;
	}
	#mod-prev-next a:visited {
		color:#666666;
		text-decoration:underline;
	}
	#mod-prev-next a:hover {
		color:#666666;
		text-decoration:none;
	}




		.mod-prev-next-top {
			background:#FFFFFF;
		}
		.mod-prev-next-top div.lt {
			background-image: url(/img/template/user/1222/cnr-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-prev-next-top div.rt {
			background-image: url(/img/template/user/1222/cnr-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
		.mod-prev-next-bottom {
			background:#FFFFFF;
		}
		.mod-prev-next-bottom div.lb {
			background-image: url(/img/template/user/1222/cnr-btm-l.png);
			background-repeat: no-repeat;
			background-position: left top;
			height: 10px;
		}
		.mod-prev-next-bottom div.rb {
			background-image: url(/img/template/user/1222/cnr-btm-r.png);
			background-repeat: no-repeat;
			background-position: right top;
			height: 10px;
		}
.entry-bottom-pn a {
color: #333333;
}
.entry-bottom-pn a:hover {
color: #333333;
}



/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/

	.mod-entry-set-goo-ad {
		margin-top:20px;
		margin-bottom:30px;
		text-align:center;
                color: #333333;
	}
	/*-- 広告背景色 --*/
		.gooAd {
			margin:0;
			background:#FFFFFF;
		}
		.gooAd td {
		}
		td.gooAd_sponsor_td {
		}
		td.gooAd_title_td {
		}
		td.gooAd_url_td {
		}
		td.gooAd_text_td {
		}
		.gooAd_text {
		}
		td.gooAd_btm_td {
		}
	/*-- スポンサーリンク文字 --*/
		a.gooAd_sponsor {
		}
	/*-- タイトルリンク文字 --*/
		a.gooAd_title {
			color:#333333;
			font-weight:bold;
		}
		a:visited.gooAd_title {
			color:#999999;
			font-weight:bold;
		}
	/*-- URLリンク文字 --*/
		a.gooAd_url {
			color:#666666;
		}
		a:visited.gooAd_url {
			color:#666666;
		}
	/*-- テキストリンク文字 --*/
		div.gooAd_text_td {
			line-height:1.1;
		}
		a.gooAd_text {
			color:#666666;
		}
		a:visited.gooAd_text {
			color:#666666;
		}
	/*-- リンク範囲拡大 --*/
		.gooAd_title_td A,
		.gooAd_url_td A,
		.gooAd_text_td A {
			text-decoration:none;
		}


/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/

	.sidebar {	


	}


/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
 --.module共通設定はモジュールごとにデザインを変える場合でも、
 --必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール内の間隔の設定 --*/
		.module-body	{
			padding: 20px 5px;
		}
	/*-- モジュール内リスト文の設定 --*/
		.module ul li {
			text-align:left;
			border-bottom:solid 1px #ffe3a6;
			padding-bottom:5px;
		}
	/*-- モジュール内定義リストの設定 --*/
		.module dl dt {
			color:#5F1400;
			font-weight:bold;
		}
		.module dl dd {
		}
	/*-- モジュール内定義リストの設定ここまで --*/
	/*-- モジュール内区切り線の設定 --*/
		.module-body hr {
			height:1px;
			background-color:#ffe3a6;
			border:0px;
		}
	/*-- モジュール内リンク文字の設定 --*/
		.module a {
			color:#ff8e430;
			text-decoration:none;
		}
		.module a:visited {
			color:#ff8e43;
			text-decoration:none;
		}
		.module a:link:hover {
			color:#FFBC51;
			text-decoration:none;
		}
		.module a:link:active {
			color:#FFBC51;
			text-decoration:none;
		}
	/*-- モジュール内リンク文字の設定ここまで --*/
		
	/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
		/*-- 全体の設定 --*/
			#side-a	{
				background:#FFBC51;
			}
		/*-- 各モジュールの設定 --*/
			#side-a .module {
				margin: 0 0 15px 0;
			}
		/*-- 各モジュール上部の設定 --*/
			#side-a .module .module-top {
				background-image: url(/img/template/user/1222/1960-side-top.png);
				background-repeat: no-repeat;
				background-position: left top;
				height: 10px;

			}
		/*-- 各モジュール内部の設定 --*/
			#side-a .module .module-body {
				background:#Ffffff;
				border-bottom:solid 1px #ffffff;
				background-position: left top;
				background-repeat: repeat-x;
				padding: 15px 10px 0;
			}
		/*-- 各モジュール下部の設定 --*/
			#side-a .module .module-bottom {
				background: url(/img/template/user/1222/1960-side-btm.png);
				height: 10px;
				background-repeat: no-repeat;
				margin: 0;
				padding: 0;
			}
		/*-- 各モジュールタイトルの設定 --*/
			#side-a .module h4 {
				background-color: #FFFFFF;
				padding: 15px 5px 5px;
				background-position: left center;
				background-image:url(/img/template/user/1222/1960-icon-side02.png);
				background-repeat: no-repeat;
				text-align:center;
				color:#5F1400;
				font-weight:bold;
				font-size:110%;
				height: 40px;
			}
	
	/*-- ３カラムの右サイドバー共通設定 --*/
		/*-- 全体の設定 --*/
			#side-b{
				background:#FFBC51;
			}
		/*-- 各モジュールの設定 --*/
			#side-b .module {
				margin: 0 0 15px 0;

			}
		/*-- 各モジュール上部の設定 --*/
			#side-b .module .module-top {
				background-image: url(/img/template/user/1222/1960-side-top.png);
				background-repeat: no-repeat;
				background-position: left top;
				height: 10px;

			}
		/*-- 各モジュール内部の設定 --*/
			#side-b .module-body {
				background:#Ffffff;
				border-bottom:solid 1px #ffffff;
				background-position: left top;
				background-repeat: repeat-x;
			        padding: 15px 10px 0;
			}
	/*-- 各モジュールタイトルの設定 --*/
			#side-b .module h4 {
				background-color: #FFFFFF;
				padding: 15px 5px 5px;
				background-position: left center;
				background-image:url(/img/template/user/1222/1960-icon-side02.png);
				background-repeat: no-repeat;
				text-align:center;
				color:#5F1400;
				font-weight:bold;
				font-size:110%;
				height: 40px;
			}
	
		/*-- 各モジュール下部の設定 --*/
			#side-b .module .module-bottom {
				background: url(/img/template/user/1222/1960-side-btm.png);
				height: 10px;
				background-repeat: no-repeat;
				margin: 0;
				padding: 0;
			}

/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/

	/*-- お知らせ【PR】 --*/
		#mod-advertising {}
	/*-- プロフィール --*/
		#mod-profile{}
	/*-- 携帯 --*/
		#mod-mobile {
			text-align:center;
		}
		#mod-mobile ul li{
			text-align:center;
		}
	/*-- 最新記事 --*/
		#mod-recent-entries{}
	/*-- カテゴリー --*/
		#mod-categories {}
	/*-- ログイン --*/
		#mod-login {}
		#mod-login ul li {
			border:none;
			padding:0;
		}
	/*-- 最新コメント --*/
		#mod-recent-comments {}
	/*-- 最新トラックバック --*/
		#mod-recent-trackbacks {}
	/*-- カレンダー --*/
		#mod-cal-table .mod-cal-caption {
			color:#5F1400;
			padding:4px;
			font-weight:bold;
		}
		#mod-cal-table .mod-cal-week {
			color:#FF8E43;
		}
		#mod-cal-table  td.mod-cal-day-lin-td {

		}
		#mod-cal-table th,#mod-cal-table td {
			padding:2px;
			font-size:90%;
			text-align:center;
			vertical-align:middle;
		}
		#mod-cal-table .mod_cal_day_linked {
			color:#FF8E43;
			text-decoration:none;
			}
	/*-- バックナンバー --*/
		#mod-back-numbers-scroll {}
		/*-- スクロールあり --*/
			#mod-back-numbers-scroll .module-body {
				padding:20px 5px;
				border:solid 1px #fff;
			}
		/*-- スクロールなし --*/
			#mod-back-numbers-noscroll .module-body {
				padding:20px 15px 20px
			}
	/*-- ブックマーク --*/
		#mod-bookmarks .mod-boo-name {}
	/*-- goo おすすめ --*/
		#mod-goo-recommends li {
		border:none;
		}
	/*-- RSS/gooブログ --*/
		#mod-powered-by {
			padding:10px;
		}
	/*-- フォントサイズ変更 --*/
		#font-size-changer {}
		#font-resizer ul li {
			background:none;
			padding:0;
			text-align:center;
			border:none;
		}

/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/

	/*-- オリジナルモジュール全体の設定 --*/
		#mod-freearea-main {
			margin:0 0 20px 0;
			background-color:transparent;

		}
		#mod-freearea-main .mod-entry-set-top {
		}
		#mod-freearea-main .entry {
padding-top: 5px;
		}
	/*-- オリジナルモジュール上部の設定 --*/
		#mod-freearea-main .entry .entry-top {
margin: 0;
		}
	/*-- オリジナルモジュールタイトルの設定 --*/
		#mod-freearea-main .entry .entry-top h3 {
			color: #5F1400;
			font-size: 135%;
			line-height: 1.2;
			padding:10px 5px 5px 50px;
			height: 24px;
					background-image: url(/img/template/user/1222/1960-icon-main02.png);
					background-repeat: no-repeat;
					backgroun-position: left top;
		}
	/*-- オリジナルモジュール内部の設定 --*/
		#mod-freearea-main .entry .entry-body {
			word-break:break-all;
			color:#333333;
			line-height:1.25;
			border:none;
		}
	/*-- オリジナルモジュール記事の設定 --*/
		#mod-freearea-main .entry .entry-body-text {
			padding:10px;
			margin:0;
		}
	/*-- オリジナルモジュール下部の設定 --*/
		#mod-freearea-main .entry .entry-bottom {
			border:none;
		}
#mod-archive .entry-top {
height: 80px;
margin-top:0;

}

