@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 110509 --*/

/*-- ■SECTION 010 全体設定 --*/

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

	body {
		background:#f1f3ef url("/img/template/user/1188/body_bg.gif") center; /*-- 背景色 --*/
		color:#333333; /*-- 文字色 --*/
	}


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

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


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

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


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

	#container {
		width:840px;
		margin:0 auto;
	}
	#main {
		/*-- コンテンツエリアの背景色：
		-----サイドバー下の余白orメインエリア下の余白
		-----ただしカラム数・レイアウトにより出現領域は異なる --*/
	}


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

	/*-- タイトルバナー外枠の設定 --*/
		#title-banner {
			margin:0 0 10px;
		}
	/*-- タイトルバナー内部の設定 --*/
		#title-banner-body {
			text-align:right;
			width:100%;
			background:url("/img/template/user/1188/header_bg.jpg") top center no-repeat;
			height:317px;
			overflow:hidden;
		}
	/*-- ブログタイトルの開始位置の設定 --*/
		#title-banner-body #title-banner-set {
			padding-top:55px;
			padding-right:520px;
			padding-left:45px;
		}
	/*-- ブログタイトル文字の基本設定 --*/
		#title-banner-body #title-banner-set h1 {
			font-size:140%;
			font-weight:bold;
			color:#fff;
			line-height:1.2;
			text-align:right;
			margin-bottom:5px;
			padding:0 0 0 20px;
		}
	/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
		#title-banner-body #title-banner-set h1 a {
			color:#fff;
			text-decoration:none;
		}
	/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
		#title-banner-body #title-banner-set h1 a:hover,
		#title-banner-body #title-banner-set h1 a:active {
			color:#fff;
			text-decoration:underline;
		}
	/*-- ブログ概要の設定 --*/
		#title-banner-body #title-banner-set h2 {
			color:#fff;
			line-height:1.4;
			font-weight:normal;
			padding:5px;
		}


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

	#main-bottom {
	}

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

	/*-- メインの設定（2カラム時のみ） --*/
		#center-2c {
		}
	/*-- メインの設定（3カラム時のみ） --*/
		#center-3c {
		}
	/*-- メインの設定（外側・共通） --*/
		#center {
		}
	/*-- メインの設定（内側・共通）--*/
		#in-center {
			/*-- メインコンテンツエリアの背景色 --*/
		}
	/*-- サイドバー全体の設定 --*/
		#side-a,#side-b {
			width:199px;
		}


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

	/*-- カラム間のマージン設定（2カラムの場合）--*/
		.content-2c {
		}
	/*-- カラム間のマージン設定（3カラムの場合）--*/
		#in-center .content-3c {
			margin:0 9px;
		}
	/*-- メイン上部の設定 --*/
		.content-2c .mod-entry-set-top {
			background:url("/img/template/user/1188/content_top_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-entry-set-top {
			background:url("/img/template/user/1188/content_top_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
	/*-- メイン本文の設定 --*/
		.content-2c .entry {
			padding:10px 0;
			background:url("/img/template/user/1188/content_bg_2c.gif");
		}
		.content-3c .entry {
			background:url("/img/template/user/1188/content_bg_3c.gif");
		}
	/*-- メイン下部の設定 --*/
		.content-2c .mod-entry-set-bottom {
			background:url("/img/template/user/1188/content_btm_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-entry-set-bottom {
			background:url("/img/template/user/1188/content_btm_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}


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

	/*-- 記事の設定（外側） --*/
		.mod-entry-set {
		}
		.mod-entry-set-top {
		}
		.mod-entry-set-top div.lt {
		}
		.mod-entry-set-top div.rt {
		}
		.mod-entry-set-bottom {
		}
		.mod-entry-set-bottom div.lb {
		}
		.mod-entry-set-bottom div.rb {
		}
	/*-- 記事の設定（内側）--*/
		.entry {
			padding:15px 0;
			zoom:1;
		}
		/*-- 記事上部の設定 --*/
			/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
				.entry-top {
				}
			/*-- 記事タイトルの設定 --*/
				.entry-top h3 {
					font-size:135%;
					color:#000;
					line-height:1.2;
					padding:10px 50px;
					margin:0 0 4px;
					_height:20px;
					min-height:20px;
				}
				.content-2c .entry-top h3 {
					background:url("/img/template/user/1188/content_headerline_2c.gif") top center no-repeat;
				}
				.content-3c .entry-top h3 {
					background:url("/img/template/user/1188/content_headerline_3c.gif") top center no-repeat;
				}
				.entry-top h3 a {
					color:#000;
					text-decoration:none;
				}
				.entry-top h3 a:visited {
					color:#000;
					text-decoration:none;
				}
				.entry-top h3 a:hover {
					color:#000;
					text-decoration:underline;
				}
			/*-- 投稿日時|カテゴリーの設定 --*/
				.entry-top-info {
					text-align:right;
					padding:0 10px;
					color:#666;
					margin:0 0 20px;
				}
				.entry-top-info a {
				}
				.entry-top-info a:visited {
				}
				.entry-top-info a:hover {
				}
				.entry-top-info span.entry-top-info-time {
				}
				.entry-top-info span.entry-top-info-category {
				}
		/*-- 記事上部の設定ここまで --*/
		
		/*-- 記事部分の設定 --*/
			.content-2c .entry-body {
				background:url("/img/template/user/1188/entry_body_bg_2c.gif") 4px bottom no-repeat;
				padding:0 44px 24px;
			}
			.content-3c .entry-body {
				background:url("/img/template/user/1188/entry_body_bg_3c.gif") 4px bottom no-repeat;
				padding:0 44px 24px;
			}
			/*-- 記事貼り付け画像の設定 --*/
				/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
					.entry-body-image {
						margin:20px auto 40px;
					}
				/*-- 画像にリンクを貼った時の設定（通常時） --*/
					.entry-body-image a img,.entry-body-text a img {
						border:none;
					}
				/*-- 画像にリンクを貼った時の設定（リンク先を訪問したことがある時） --*/
					.entry-body-image a:visited img,.entry-body-text a:visited img {
						border:none;
					}
				/*-- 画像にリンクを貼った時の設定（カーソルをおいた時） --*/
					.entry-body-image a:hover img,.entry-body-text a:hover img {
						border:none;
					}
					.entry-top, .entry-body, .entry-body-image, .entry-body-text, .comment-list-text, .mod-trackbacks-body {}
			/*-- 記事本文の設定 --*/
				.entry-body-text {
					color:#333;
					padding:5px 0 25px;
					line-height:1.8;
				}
		/*-- 記事部分の設定ここまで --*/
			
		/*-- 記事下部の設定 --*/
			.entry-bottom {
				padding:20px 15px 0;
				color:#666;
				text-align:right;
			}
			/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
				.entry-bottom-info {
				}
				.entry-bottom-info a {
				}
				.entry-bottom-info a:visited {	
				}
				.entry-bottom-info a:hover {
				}
		/*-- 記事下部の設定ここまで --*/


/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
	/*-- コメント欄上部の設定 --*/
		.content-2c .mod-comments-top {
			background:url("/img/template/user/1188/content_top_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-comments-top {
			background:url("/img/template/user/1188/content_top_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
	/*-- コメント欄本文の設定 --*/
		.content-2c .mod-comments-body {
			padding:10px 0;
			background:url("/img/template/user/1188/content_bg_2c.gif");
		}
		.content-3c .mod-comments-body {
			padding:10px 0;
			background:url("/img/template/user/1188/content_bg_3c.gif");
		}
	/*-- コメント欄下部の設定 --*/
		.content-2c .mod-comments-bottom {
			background:url("/img/template/user/1188/content_btm_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-comments-bottom {
			background:url("/img/template/user/1188/content_btm_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}

	/*-- コメント欄全体の設定 --*/
		#mod-comments {
			margin:0 0 20px;
		}
	/*-- コメント欄タイトルの設定 --*/
		#mod-comments h3 {
			font-size:135%;
			color:#000;
			line-height:1.2;
			padding:10px 50px;
			margin:0 0 4px;
			_height:20px;
			min-height:20px;
		}
		.content-2c #mod-comments h3 {
			background:url("/img/template/user/1188/content_headerline_2c.gif") top center no-repeat;
		}
		.content-3c #mod-comments h3 {
			background:url("/img/template/user/1188/content_headerline_3c.gif") top center no-repeat;
		}
		#mod-comments h3 a {
			color:#000;
			text-decoration:none;
		}
		#mod-comments h3 a:visited {
			color:#000;
			text-decoration:none;
		}
		#mod-comments h3 a:hover {
			color:#000;
			text-decoration:underline;
		}
	/*-- 各コメントの設定 --*/
		#mod-comments .comment-list {
			padding:0 29px;
		}
		#mod-comments .comment-list-body{
			margin:0 15px 20px;
		}
		#mod-comments .comment-list-body dl {
			padding:0;
			margin-bottom:20px;
		}
	/*-- 各コメントタイトルの設定 --*/
		span.comment-list-title {
			font-weight:bold;
			color:#7d6f00;
		}
		dd.comment-list-text {
			color:#7d6f00;
		}
	/*-- 各コメント日付の設定 --*/
		.comment-list-body dl dd.comment-list-date {
			color:#666;
		}
		.comment-input dl {
		}
		.comment-submit input {
		}
	/*-- gooIDを持っている人のみコメント可の場合の設定 --*/
		.comment-gooid {
			margin-bottom:20px;
			padding:0 10px 10px 10px;
		}
		.comment-gooid dl {
		}
		.comment-gooid dl dt {
			font-weight:bold;
		}
		.comment-gooid dl dd {
		}
		.comment-login-link {
			margin:10px 0;
		}
	/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
		.comment-form-body {
			color:#7d6f00;
		}
		.comment-form-body input, .comment-form-body textarea, .comment-form-body select {
			border:solid 1px #7d6f00;
		}
		.comment-form-body input#comment_cookie {
			border:none;
		}
		.comment-form-body input#submit {
			zoom:1;
			border:none;
			border-right:solid 1px #7d6f00;
			border-bottom:solid 1px #7d6f00;
		}
		.comment-notice, .comment-spam dl dt {
			color:#7d6f00;
		}
		.comment-notice a {
			color:#7d6f00;
		}
		.comment-notice a:visited {
			color:#609;
		}
		.comment-notice a:hover {
			color:#7d6f00;
			text-decoration:underline;
		}
		.comment-list-name a {
			color:#7d6f00;
		}
		.comment-list-name a:visited {
			color:#609;
		}
		.comment-list-name a:hover {
			color:#7d6f00;
			text-decoration:underline;
		}
	/*-- コメント欄注意文の設定 --*/
		.comment-alert {
			margin:10px 0;
			text-align:center;
		}
		.comment-alert,.comment-gooid{
			color:#333333;
		}
		.comment-alert .comment-list-none,.comment-alert .comment-precheck{
			color:#7d6f00;
			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;
		}
	/*-- コメント欄注意文の設定ここまで --*/


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

	/*-- トラックバック欄上部の設定 --*/
		.content-2c .mod-trackbacks-top {
			background:url("/img/template/user/1188/content_top_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-trackbacks-top {
			background:url("/img/template/user/1188/content_top_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
	/*-- トラックバック欄本文の設定 --*/
		.content-2c .mod-trackbacks-body {
			padding:10px 0;
			background:url("/img/template/user/1188/content_bg_2c.gif");
			zoom:1;
		}
		.content-3c .mod-trackbacks-body {
			padding:10px 0;
			background:url("/img/template/user/1188/content_bg_3c.gif");
			zoom:1;
		}
	/*-- トラックバック欄下部の設定 --*/
		.content-2c .mod-trackbacks-bottom {
			background:url("/img/template/user/1188/content_btm_2c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}
		.content-3c .mod-trackbacks-bottom {
			background:url("/img/template/user/1188/content_btm_3c.gif");
			height:5px;
			line-height:1px; font-size:1px;
		}

	/*-- トラックバック欄全体の設定 --*/
		#mod-trackbacks {
			margin:0 0 20px;
		}
	/*-- トラックバック欄タイトルの設定 --*/
		#mod-trackbacks h3 {
			font-size:135%;
			color:#000;
			line-height:1.2;
			padding:10px 50px;
			margin:0 0 4px;
			_height:20px;
			min-height:20px;
		}
		.content-2c #mod-trackbacks h3 {
			background:url("/img/template/user/1188/content_headerline_2c.gif") top center no-repeat;
		}
		.content-3c #mod-trackbacks h3 {
			background:url("/img/template/user/1188/content_headerline_3c.gif") top center no-repeat;
		}
		#mod-trackbacks h3 a {
			color:#000;
			text-decoration:none;
		}
		#mod-trackbacks h3 a:visited {
			color:#000;
			text-decoration:none;
		}
		#mod-trackbacks h3 a:hover {
			color:#000;
			text-decoration:underline;
		}
	/*-- トラックバック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 {
			margin:0 44px;
			color:#7d6f00;
		}
		#mod-trackbacks .trackback-filter ul{
			margin: 5px 15px 20px;
		}
		#mod-trackbacks .trackback-filter ul li {
			list-style:disc;
			list-style-position:outside;
			line-height:1.25;
		}
	/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
	/*-- 各トラックバックの設定 --*/
		#mod-trackbacks .trackback-list {
			padding:0 29px;
		}
		#mod-trackbacks .trackback-list-body dl {
			margin:0 15px 10px;
			padding:15px;
			border:solid 1px #7d6f00;
		}
		#mod-trackbacks .trackback-list-body dl dt {
			color:#333333;
		}
		#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
			color:#7d6f00;
			font-weight:bold;
		}
		#mod-trackbacks .trackback-list-body dl dt .trackback-list-blog {
			color:#7d6f00;
		}
		#mod-trackbacks .trackback-list-body dl dt a {
			font-weight:bold;
			color:#7d6f00;
			text-decoration:underline;
		}
		#mod-trackbacks .trackback-list-body dl dt a:visited {
			color:#609;
			text-decoration:underline;
		}
		#mod-trackbacks .trackback-list-body dl dt a:hover {
			color:#7d6f00;
			text-decoration:underline;
		}
		#mod-trackbacks .trackback-list-body dl dd {
			color:#7d6f00;
		}
	/*-- 各トラックバックの設定ここまで --*/
	/*-- トラックバック注意文の設定 --*/
		#mod-trackbacks .trackback-alert {
			margin:10px 0;
			text-align:center;
		}
		#mod-trackbacks .trackback-alert .trackback-precheck{
			color:#7791bc;
			font-weight:bold;
			padding-top:10px;
		}
	/*-- トラックバック注意文の設定ここまで --*/


/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/

	#mod-prev-next {
		margin:10px 25px 20px;
		padding:5px;
	}
	#mod-prev-next a {
		color:#7d6f00;
		text-decoration:underline;
		font-weight:bold;
	}
	#mod-prev-next a:visited {
		color:#7d6f00;
		ttext-decoration:underline;
	}
	#mod-prev-next a:hover {
		color:#7d6f00;
		text-decoration:none;
	}
 li.mod-pre-nex-top {
		float:none;
		text-align:center;
		width:auto;
 }

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

	.mod-entry-set-goo-ad {
		margin-top:20px;
		margin-bottom:30px;
		text-align:center;
	}
	/*-- 広告背景色 --*/
		.gooAd {
			padding:5px;
			margin:0;
			background:#f5f2c7;
			color:#333;
		}
		.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:#666;
			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 {
		background:url("/img/template/user/1188/sidebar_bg.gif") center top repeat-y;
		padding:1px 0;
	}
	.sidebar-top {
		background:url("/img/template/user/1188/sidebar_top.gif");
		height:5px;
		line-height:1px; font-size:1px;
	}
	.sidebar-bottom {
		background:url("/img/template/user/1188/sidebar_btm.gif");
		height:5px;
		line-height:1px; font-size:1px;
	}

/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
 --.module共通設定はモジュールごとにデザインを変える場合でも、
 --必ずセットしてください。
------------------------------------------------------------------*/

	/*-- モジュール内の間隔の設定 --*/
		.module-body {
			color:#4e4e4e;
			padding:0;
			margin:0 15px 20px;
			zoom:1;
		}
	/*-- モジュール内リスト文の設定 --*/
		.module {
			margin:8px 0 0;
		}
		.module ul li {
			text-align:left;
			padding-bottom:4px;
		}
	/*-- モジュール内定義リストの設定 --*/
		.module dl dt {
			color:#4e4e4e;
			font-weight:bold;
		}
		.module dl dd {
			color:#333;
		}
	/*-- モジュール内定義リストの設定ここまで --*/
	/*-- モジュール内区切り線の設定 --*/
		.module-body hr {
			height:1px;
			background-color:#d5d5d5;
			border:0px;
		}
	/*-- モジュール内リンク文字の設定 --*/
		.module a {
		}
		.module a:link:hover {
		}
		.module a:link:active {
		}
		.module a:visited {
		}
		.module a:hover {
		}
	/*-- モジュール内リンク文字の設定ここまで --*/
		
	/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
		/*-- 全体の設定 --*/
			#side-a	{
				background:#eaeaea;
			}
		/*-- 各モジュールの設定 --*/
			#side-a .module {
			}
		/*-- 各モジュール上部の設定 --*/
			#side-a .module .module-top {
			}
		/*-- 各モジュール内部の設定 --*/
			#side-a .module .module-body {
			}
		/*-- 各モジュール下部の設定 --*/
			#side-a .module .module-bottom {
			}
		/*-- 各モジュールタイトルの設定 --*/
			#side-a .module h4 {
				_height:12px;
				min-height:12px;
				padding:3px 20px;
				background:url("/img/template/user/1188/sidebar_header.gif") center top no-repeat;
				text-align:center;
				color:#0d101e;
				font-weight:bold;
				font-size:110%;
				margin:0 0 15px;
			}
	
	/*-- ３カラムの右サイドバー共通設定 --*/
		/*-- 全体の設定 --*/
			#side-b{
			}
		/*-- 各モジュールの設定 --*/
			#side-b .module {
			}
		/*-- 各モジュール上部の設定 --*/
			#side-b .module .module-top {
			}
		/*-- 各モジュール内部の設定 --*/
			#side-b .module-body {
			}
		/*-- 各モジュールタイトルの設定 --*/
			#side-b .module h4 {
				_height:12px;
				min-height:12px;
				padding:3px 20px;
				background:url("/img/template/user/1188/sidebar_header.gif") center top no-repeat;
				text-align:center;
				color:#0d101e;
				font-weight:bold;
				font-size:110%;
				margin:0 0 15px;
			}

	
/*-- ■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:#0d101e;
			padding:4px;
			font-weight:bold;
		}
		#mod-cal-table .mod-cal-week {
			color:#0d101e;
		}
		#mod-cal-table th,#mod-cal-table td {
			color:#0d101e;
			padding:2px;
			font-size:90%;
			text-align:center;
			vertical-align:middle;
		}
		#mod-cal-table .mod_cal_day_linked {
			text-decoration:underline;
			}
		#mod-cal-prev-next a{
			font-weight:bold;
			color:#0d101e;
		}

	/*-- バックナンバー --*/
		#mod-back-numbers-scroll {}
		/*-- スクロールあり --*/
			#mod-back-numbers-scroll .module-body {
			}
		/*-- スクロールなし --*/
			#mod-back-numbers-noscroll .module-body {
			}
	/*-- ブックマーク --*/
		#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;
			background-color:transparent;
		}
		#mod-freearea-main .mod-entry-set-top {
		}
		#mod-freearea-main .entry {
		}
	/*-- オリジナルモジュール上部の設定 --*/
		#mod-freearea-main .entry .entry-top {
		}
	/*-- オリジナルモジュールタイトルの設定 --*/
		#mod-freearea-main .entry .entry-top h3 {
		}
	/*-- オリジナルモジュール内部の設定 --*/
		#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 {
		}
	/*-- オリジナルモジュール下部の設定 --*/
		#mod-freearea-main .entry .entry-bottom {
			border:none;
		}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 110509 --*/