@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
/*-- template name:リーブス --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
background-color:#8f8671; /*-- 背景色 --*/
background-image:url(/img/template/user/774/bg.gif);
background-position:left top;
background-repeat:repeat;
color:#333333; /*-- 文字色 --*/
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
text-decoration:underline; /*-- 文字装飾 --*/
color:#4f6d2b; /*-- 文字色-- */
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
text-decoration:underline; /*-- 文字装飾 --*/
color:#808d6b; /*-- 文字色 --*/
}
/*-- マウスオーバー時 --*/
a:hover {
text-decoration:underline; /*-- 文字装飾 --*/
color:#4f6d2b; /*-- 文字色 --*/
}
/*-- マウスクリック時 --*/
a:active {
text-decoration:underline; /*-- 文字装飾 --*/
color:#4f6d2b; /*-- 文字色 --*/
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#title-banner-top,
#title-banner-bottom,
#main-top,
#main-bottom,
#footer,
.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 {
display:none;
}
/*-- ■SECTION 020 レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の設定
------------------------------------------------------------------*/
#container {
width:840px;
margin:0 auto;
/*-- 全体的な枠線の設定ここまで --*/
}
#main {
/*-- コンテンツエリアの背景色：
-----サイドバー下の余白orメインエリア下の余白
-----ただしカラム数・レイアウトにより出現領域は異なる --*/
background-color:#ece8d7;
padding:10px;
position:relative;
border-left:1px solid #584926;
border-right:1px solid #584926;
border-bottom:1px solid #584926;
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {
}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {
width:100%;
height:0px;
margin:0;
}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
background-image:url(/img/template/user/774/bg_banner.jpg);
background-position:left top;
background-repeat:no-repeat;
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
height:214px;
border-left:1px solid #584926;
border-right:1px solid #584926;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
padding:50px 160px 0;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {
width:100%;
}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:139%;
color:#584811;
line-height:1.2;
text-align:left;
width:99%;
margin-bottom:5px;
font-weight:bold;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#584811;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover {
text-decoration:none;
color:#584811;
}
#title-banner-body #title-banner-set h1 a:active {
text-decoration:none;
color:#584811;
}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
color:#333333;
font-size:92%;
line-height:1;
text-align:left;
width:99%;
font-weight:normal;
padding-top:2px;
padding-right:2px;
}
/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/
#main-bottom {
}
/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/
/*-- メインの設定（2カラム時のみ） --*/
#center-2c {
}
/*-- メインの設定（3カラム時のみ） --*/
#center-3c {
}
/*-- メインの設定（外側・共通） --*/
#center {
}
/*-- メインの設定（内側・共通）--*/
#in-center {
}
/*-- メインの設定（内側・2カラム）--*/
#in-center .content-2c {
width:610px;
}
/*-- メインの設定（内側・3カラム）--*/
#in-center .content-3c {
width:400px;
}
/*-- サイドバー全体の設定 --*/
#side-a,#side-b {
}
/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/
/*-- カラム間のマージン設定（2カラムの場合）--*/
.content-2c hr {
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
}
/*-- メイン上部の設定 --*/
.content-top {
height:0px;
}
.content-body {
}
/*-- メイン下部の設定 --*/
.content-bottom {
height:10px;
}
/*-- ■SECTION 070 エントリー設定 --*/
/*-----------------------------------------------------------------
記事の設定
------------------------------------------------------------------*/
/*-- 記事の設定（外側） --*/
.mod-entry-set {
}
.content-2c .mod-entry-set-top {
background-image:url(/img/template/user/774/2column_top_border.jpg);
background-position:left top;
background-repeat:no-repeat;
height:10px;
}
.content-3c .mod-entry-set-top {
background-image:url(/img/template/user/774/3column_top_border.jpg);
background-position:left top;
background-repeat:no-repeat;
height:10px;
}
.mod-entry-set-top div.lt {
}
.mod-entry-set-top div.rt {
}
.content-2c .mod-entry-set-bottom {
background-image:url(/img/template/user/774/2column_bottom.jpg);
background-position:left top;
background-repeat:no-repeat;
height:23px;
}
.content-3c .mod-entry-set-bottom {
background-image:url(/img/template/user/774/3column_bottom.jpg);
background-position:left top;
background-repeat:no-repeat;
height:15px;
}
.mod-entry-set-bottom div.lb {
}
.mod-entry-set-bottom div.rb {
}
/*-- 記事の設定（内側）--*/
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.content-2c .entry-top {
background-image:url(/img/template/user/774/2column_top.jpg);
background-position:left top;
background-repeat:no-repeat;
}
.content-3c .entry-top {
background-image:url(/img/template/user/774/3column_top.jpg);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 記事タイトルの設定 --*/
.content-2c .entry-top h3 {
font-size:135%;
color:#4f6d2b;
line-height:1.2;
padding:18px 5px 0 40px;
overflow:auto;
margin:0 0 0 6px;
width:91%;
}
body:first-of-type .content-2c .entry-top h3 {
overflow-y:hidden;
}
.content-3c .entry-top h3 {
font-size:135%;
color:#4f6d2b;
line-height:1.2;
padding:18px 5px 0 30px;
overflow:auto;
margin:0 0 0 6px;
width:88%;
}
body:first-of-type .content-3c .entry-top h3 {
overflow-y:hidden;
}
.entry-top h3 a {
color:#4f6d2b;
text-decoration:none;
}
.entry-top h3 a:visited {
color:#4f6d2b;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#4f6d2b;
text-decoration:none;
}
.entry-top h3 a:active {
color:#4f6d2b;
text-decoration:none;
}
/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {
text-align:right;
padding:5px 15px 10px 0;
color:#333333;
border-bottom:1px dotted;
border-color:#d7d1b3;
margin:0 10px;
}
.entry-top-info a {
color:#4f6d2b;
text-decoration:underline;
}
.entry-top-info a:visited {
color:#808d6b;
text-decoration:underline;
}
.entry-top-info a:hover {
color:#4f6d2b;
text-decoration:underline;
}
.entry-top-info a:active {
color:#4f6d2b;
text-decoration:underline;
}
.entry-top-info span.entry-top-info-time {
}
.entry-top-info span.entry-top-info-category {
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
}
.content-2c .entry-body {
background-image:url(/img/template/user/774/2column_body.jpg);
background-position:left top;
background-repeat:repeat-y;
}
.content-3c .entry-body {
background-image:url(/img/template/user/774/3column_body.jpg);
background-position:left top;
background-repeat:repeat-y;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.entry-body-image {
margin:20px auto 10px;
}
/*-- 画像にリンクを貼った時の設定（通常時） --*/
.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;
}
/*-- 記事本文の設定 --*/
.content-2c .entry-body-text {
padding:15px 15px 0;
color:#333333;
overflow:auto;
margin:10px 0 10px 6px;
width:93%;
}
.content-3c .entry-body-text {
padding:15px 15px 0;
color:#333333;
overflow:auto;
margin:10px 0 10px 6px;
width:89%;
}
.entry-body-text a{
color:#4f6d2b;
text-decoration:underline;
}
.entry-body-text a:visited {
color:#808d6b;
text-decoration:underline;
}
.entry-body-text a:hover {
color:#4f6d2b;
text-decoration:underline;
}
.entry-body-text a:active {
color:#4f6d2b;
text-decoration:underline;
}		
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.entry-bottom {
padding:15px 15px 10px;
color:#333333;
text-align:right;
}
.content-2c .entry-bottom {
background-image:url(/img/template/user/774/2column_body.jpg);
background-position:left top;
background-repeat:repeat-y;
}
.content-3c .entry-bottom {
background-image:url(/img/template/user/774/3column_body.jpg);
background-position:left top;
background-repeat:repeat-y;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
color:#333333;
}
.entry-bottom-info a {
color:#4f6d2b;
text-decoration:underline;
}
.entry-bottom-info a:visited {	
color:#808d6b;
text-decoration:underline;
}
.entry-bottom-info a:hover {
color:#4f6d2b;
text-decoration:underline;
}
.entry-bottom-info a:active {
color:#4f6d2b;
text-decoration:underline;
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
/*-- コメント欄全体の設定 --*/
#mod-comments {
overflow:hidden;
margin-bottom:20px;
}
#mod-comments a {
color:#4f6d2b;
text-decoration:underline;
}
#mod-comments a:visited {
color:#808d6b;
text-decoration:underline;
}
#mod-comments a:hover {
text-decoration:underline;
}
#mod-comments a:active {
text-decoration:underline;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
color:#4f6d2b;
line-height:1.2;
padding:10px;
}
#mod-comments h3 a {
color:#4f6d2b;
text-decoration:none;
}
#mod-comments h3 a:visited {
color:#4f6d2b;
text-decoration:none;
}
#mod-comments h3 a:hover {
color:#4f6d2b;
text-decoration:none;
}
#mod-comments h3 a:active {
color:#4f6d2b;
text-decoration:none;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body{
overflow:hidden;
width:100%;			
margin-bottom:20px;
}
.content-2c #mod-comments .comment-list-body dl {
padding:10px;
margin-bottom:10px;
color:#808d6b;
overflow:hidden;
width:96%;	
background-color:#fbfaf4;
border-top:1px solid;
border-right:1px solid;
border-bottom:1px solid;
border-left:1px solid;
border-color:#705b36;
}
.content-3c #mod-comments .comment-list-body dl {
padding:10px;
margin-bottom:10px;
color:#808d6b;
overflow:hidden;
width:94%;
background-color:#fbfaf4;
border-top:1px solid;
border-right:1px solid;
border-bottom:1px solid;
border-left:1px solid;
border-color:#705b36;
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
color:#4f6d2b;
overflow:hidden;
width:100%;
}
/*-- 名前の設定 --*/
#mod-comments span.comment-list-name {
color:#423e3a;
overflow:hidden;
width:100%;
}
#mod-comments span.comment-list-name a {
color:#4f6d2b;
text-decoration:underline;
}
#mod-comments span.comment-list-name a:visited {
color:#808d6b;
text-decoration:underline;
}
#mod-comments span.comment-list-name a:hover {
text-decoration:underline;
}
#mod-comments span.comment-list-name a:active {
text-decoration:underline;
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
color:#423e3a;
text-align:right;
}
.comment-input dl {
}
.comment-submit input {
}
/*-- 各コメント内容の設定 --*/
.comment-list-body dl dd.comment-list-text {
color:#423e3a;
overflow:hidden;
width:100%;
}
#mod-comments dd.comment-list-text a {
color:#4f6d2b;
text-decoration:underline;
}
#mod-comments dd.comment-list-text a:visited {
color:#808d6b;
text-decoration:underline;
}
#mod-comments dd.comment-list-text a:hover {
text-decoration:underline;
}
#mod-comments dd.comment-list-text a:active{
text-decoration:underline;
}
/*-- 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;
font-weight:bold;
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:10px 10px;
text-align:left;
}
.comment-alert {
color:#4f6d2b;
}
.comment-gooid {
color:#423e3a;
}
.comment-alert .comment-list-none {
color:#4f6d2b;
font-weight:bold;
}
.comment-alert .comment-precheck{
color:#423e3a;
font-weight:bold;
}
.comment-alert span.comment-login {
color:#4f6d2b;
font-weight:bold;
}
.comment-alert span.comment-list-error {
color:#423e3a;
margin:10px 0px;
font-weight:bold;
}
/*-- コメント欄注意文の設定ここまで --*/
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
overflow:hidden;
margin-bottom:20px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
line-height:1.2;
padding:10px;
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks h3 a {
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks h3 a:visited {
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks h3 a:hover {
color:#4f6d2b;
text-decoration:none;
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
color:#669966;
text-align:left;
padding:10px;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
color:#522505;
text-align:left;
padding:5px 0px;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#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;
}
/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
/*-- 各トラックバックの設定 --*/
.content-2c #mod-trackbacks .trackback-list-body dl {
padding:10px;
margin-bottom:10px;
background-color:#fbfaf4;
border:1px solid;
border-color:#705b36;
overflow:hidden;
width:96%;
color:#423e3a;
}
.content-3c #mod-trackbacks .trackback-list-body dl {
padding:10px;
margin-bottom:10px;
background-color:#fbfaf4;
border:1px solid;
border-color:#705b36;
overflow:hidden;
width:94%;
color:#423e3a;
}
#mod-trackbacks .trackback-list-body dl dt {
color:#423e3a;
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
font-weight:bold;
color:#000000;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
color:#4f6d2b;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:active {
color:#4f6d2b;
text-decoration:none;
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
margin:10px;
text-align:left;
color:#4f6d2b;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
color:#423e3a;
padding-top:10px;
font-weight:bold;
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
#mod-prev-next {
padding:0px 15px 55px 15px;
font-weight:normal;
color:#423e3a;
}
#mod-prev-next a {
color:#4f6d2b;
text-decoration:underline;
}
#mod-prev-next a:visited {
color:#808d6b;
text-decoration:underline;
}
#mod-prev-next a:hover {
color:#4f6d2b;
text-decoration:underline;
}
#mod-prev-next a:active {
color:#4f6d2b;
text-decoration:underline;
}
/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/
.mod-entry-set-goo-ad {
margin-top:20px;
margin-bottom:30px;
text-align:center;
}
/*-- 広告背景色 --*/
.gooAd {
margin:0;
background-color:#e5dec2;
}
.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 {
color:#888888;
}
/*-- タイトルリンク文字 --*/
a.gooAd_title {
color:#594420;
font-weight:bold;
text-decoration:none;
}
a:visited.gooAd_title {
color:#594420;
font-weight:bold;
text-decoration:none;
}
a:hover.gooAd_title {
color:#594420;
font-weight:bold;
text-decoration:none;
}
a:active.gooAd_title {
color:#594420;
font-weight:bold;
text-decoration:none;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#917e1c;
text-decoration:none;
}
a:visited.gooAd_url {
color:#917e1c;
text-decoration:none;
}
a:hover.gooAd_url {
color:#917e1c;
text-decoration:none;
}
a:active.gooAd_url {
color:#917e1c;
text-decoration:none;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text {
color:#000000;
text-decoration:none;
}
a:visited.gooAd_text {
color:#000000;
text-decoration:none;
}
a:hover.gooAd_text {
color:#000000;
text-decoration:none;
}
a:active.gooAd_text {
color:#000000;
text-decoration:none;
}
/*-- リンク範囲拡大 --*/
.gooAd_title_td A {
text-decoration:none;
}
.gooAd_url_td A,
.gooAd_text_td A {
text-decoration:none;
}
/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/
.sidebar {
}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール背景の設定 --*/
.module {
background-color:transparent;
}
/*-- モジュール内の間隔、背景の設定 --*/
.module-body {
padding:10px 5px 10px 5px;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
color:#333333;
padding:0 5px;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
color:#333333;
padding:0 5px;
}
.module dl dd {
padding:0 5px;
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {
color:#f8f7f0;
height:3px;
}
/*-- モジュール内リンク文字の設定 --*/
.module a {
color:#da7403;
text-decoration:underline;
}
.module a:visited {
color:#d19763;
text-decoration:underline;
}
.module a:hover {
color:#d19763;
text-decoration:underline;
}
.module a:active {
color:#d19763;
text-decoration:underline;
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a	{
}
/*-- 各モジュールの設定 --*/
#side-a .module {
margin-bottom:10px;
overflow:hidden;
width:200px;
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
padding:5px 0 5px 29px;
text-align:left;
color:#6a5a2a;
font-weight:bold;
font-size:110%;
background-image:url(/img/template/user/774/side_h2.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b{
}
/*-- 各モジュールの設定 --*/
#side-b .module {
margin-bottom:10px;
overflow:hidden;
width:200px;
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-b .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
padding:5px 0 5px 29px;
text-align:left;
color:#6a5a2a;
font-weight:bold;
font-size:110%;
background-image:url(/img/template/user/774/side_h2.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising {}
/*-- プロフィール --*/
#mod-profile dt {
background-color:#D7C04E;
color:#FFFFFF;
font-weight:bold;
margin-bottom:3px;
}
#mod-profile dd {
color:#696553;
background-color:#FBFAF4;
border:1px solid #D7C04E;
font-weight:bold;
}
#mod-profile dl dd.mod-pro-photo {
padding-bottom:7px;
}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
#mod-mobile a {
color:#da7403;
}
#mod-mobile a:visited {
color:#d19763;
}
#mod-mobile a:hover {
color:#d19763;
}
#mod-mobile a:active {
color:#d19763;
}
/*-- 最新記事 --*/
#mod-recent-entries .module-body ul li {
}
/*-- カテゴリー --*/
#mod-categories {}
#mod-categories ul li {
}
/*-- ログイン --*/
#mod-login {}
#mod-login ul li {
border:none;
padding:0;
}
/*-- 最新コメント --*/
#mod-recent-comments .module-body ul li {
padding:0 5px;
}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {}
/*-- カレンダー --*/
#mod-cal-table .mod-cal-caption {
color:#3e3131;
padding:4px;
font-weight:bold;
font-size:97%;
}
#mod-cal-table .mod-cal-week {
color:#FFFFFF;
font-weight:bold;
margin:0 5px;
background-color:#d7c04e;
border-bottom:3px solid #ece8d7;
}
#mod-cal-table th,#mod-cal-table td {
color:#3e3131;
font-weight:nomal;
text-align:center;
vertical-align:middle;
font-size:97%;
margin:0 5px;
padding:2px;
background-color:#fbfaf4;
border-bottom:#ece8d7 1px solid;
border-right:#ece8d7 1px solid;
}
#mod-cal-table th,#mod-cal-table td a: {
text-decoration:underline;
color:#da7403;
}
#mod-cal-table th,#mod-cal-table td a:visited {
color:#d19763;
}
#mod-cal-table th,#mod-cal-table td a:hover {
color:#d19763;
}
#mod-cal-table th,#mod-cal-table td a:active {
color:#d19763;
}
#mod-cal-table .mod_cal_day_linked {
text-decoration:underline;
background-color:#ffffff;
font-weight:normal;
}
#mod-cal-table .mod_cal_day_linked a {
color:#da7403;
text-decoration:underline;
}
#mod-cal-table .mod_cal_day_linked a:visited {
color:#da7403;
text-decoration:underline;
}
#mod-cal-table .mod_cal_day_linked a:hover {
color:#d19763;
text-decoration:underline;
}
#mod-cal-table .mod_cal_day_linked a:active {
color:#d19763;
text-decoration:underline;
}
#mod-cal-prev-next {
}
#mod-cal-prev-next a {
color:#da7403;
}
#mod-cal-prev-next a:visited {
color:#d19763;
text-decoration:underline;
}
#mod-cal-prev-next a:hover {
color:#d19763;
text-decoration:underline;
}
#mod-cal-prev-next a:active {
color:#d19763;
text-decoration:underline;
}
#mod-cal-prev {
padding:5px;
}
#mod-cal-next {
padding:5px;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
padding:10px 5px;
margin:10px 7px 10px 3px;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:15px 15px 20px
}
/*-- ブックマーク --*/
#mod-bookmarks .mod-boo-name {
font-weight:normal;
}
/*-- goo おすすめ --*/
#mod-goo-recommends li {
border:none;
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding-bottom:30px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
background:none;
padding:0;
text-align:center;
border:none;
}
/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/
/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
margin:0 0 30px 0;
}
#mod-freearea-main .mod-entry-set-top {
}
#mod-freearea-main .entry {
border:none;
}
/*-- オリジナルモジュール上部の設定 --*/
.content-2c #mod-freearea-main .entry .entry-top {
width:100%;
overflow:hidden;
}
.content-3c #mod-freearea-main .entry .entry-top {
width:100%;
overflow:hidden;
}
/*-- オリジナルモジュールタイトルの設定 --*/
.content-2c #mod-freearea-main .entry .entry-top h3 {
font-size:135%;
line-height:1.2;
text-align:left;
color:#4f6d2b;
border-bottom:none;
padding:25px 5px 10px 40px;
overflow:hidden;
}
.content-3c #mod-freearea-main .entry .entry-top h3 {
font-size:135%;
line-height:1.2;
text-align:left;
color:#4f6d2b;
border-bottom:none;
padding:25px 5px 10px 30px;
overflow:hidden;
}
/*-- オリジナルモジュール内部の設定 --*/
.content-2c #mod-freearea-main .entry .entry-body {
word-break:break-all;
color:#333333;
line-height:1.25;
border:none;
width:100%;
overflow:hidden;
}
.content-3c #mod-freearea-main .entry .entry-body {
word-break:break-all;
color:#333333;
line-height:1.25;
border:none;
width:100%;
overflow:hidden;
}
/*-- オリジナルモジュール記事の設定 --*/
.content-2c #mod-freearea-main .entry .entry-body-text {
padding:15px 15px 0;
overflow:hidden;
}
.content-3c #mod-freearea-main .entry .entry-body-text {
padding:15px 15px 0;
overflow:hidden;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
border:none;
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
