@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
/*-- template name:やまだひさし（環境goo） --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
color:#333333;
background-color:#8cbd3b; /*-- 背景色 --*/
background-image:url(/img/template/user/848/body_back.jpg);
background-position: center top;
background-repeat:repeat-y;
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
text-decoration:none; /*-- 文字装飾 --*/
color:#0000ff; /*-- 文字色-- */
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
text-decoration:none; /*-- 文字装飾 --*/
color:#800080; /*-- 文字色-- */
}
/*-- マウスオーバー時 --*/
a:hover {
text-decoration:underline; /*-- 文字装飾 --*/
color:#0000ff; /*-- 文字色-- */
}
/*-- マウスクリック時 --*/
a:active {
text-decoration:underline; /*-- 文字装飾 --*/
color:#0000ff; /*-- 文字色-- */
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#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 {
padding:5px 5px 10px 5px;
/*-- コンテンツエリアの背景色：*/
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {
padding-top:23px;
}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
width:100%;
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
background-image:url(/img/template/user/848/title_banner_back.jpg);
background-position:center top;
background-repeat:no-repeat;
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
height:205px;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
padding-top:65px;
padding-right:55px;
padding-left:35px;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:139%;
font-weight:bold;
color:#575700;
line-height:1.2;
margin-bottom:5px;
text-align:left;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#575700;
text-decoration:none;
}
#title-banner-body #title-banner-set h1 a:visited {
color:#575700;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover {
color:#575700;
text-decoration:none;
}
#title-banner-body #title-banner-set h1 a:active {
color:#575700;
text-decoration:none;
}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
color:#575700;
font-size:92%;
line-height:1;
font-weight:normal;
text-align:left;
padding-top:2px;
padding-right:2px;
}
/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/
#main-bottom {}
/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/
/*-- メインの設定（2カラム時のみ） --*/
#center-2c {
}
/*-- メインの設定（3カラム時のみ） --*/
#center-3c {
}
/*-- メインの設定（外側・共通） --*/
#center {
}
/*-- メインの設定（内側・共通）--*/
#in-center {
/*-- メインコンテンツエリアの背景色 --*/
}
#in-center .content-2c {
margin:0 15px;
}
#in-center .content-3c {
margin:0 15px;
}
/*-- サイドバー全体の設定 --*/
#side-a,#side-b {
}
/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/
/*-- カラム間のマージン設定（2カラムの場合）--*/
.content-2c {
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
width:400px;
}
/*-- メイン上部の設定 --*/
.content-top {
}
/*-- コンテントメイン部分の設定--*/
.content-body {
padding:20px 0 0 0;
}
/*-- メイン下部の設定 --*/
.content-bottom {
}
/*-- ■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 {
}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.content-2c .entry-top {
}
.content-3c .entry-top {
}
/*-- 記事タイトルの設定 --*/
.entry-top h3 {
font-size:135%;
color:#ff6600;
line-height:1.2;
padding:0px 5px 10px 0px;
}
.entry-top h3 a {
color:#ff6600;
text-decoration:none;
}
.entry-top h3 a:visited {
color:#ff6600;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#ff6600;
text-decoration:underline;
}
.entry-top h3 a:active {
color:#ff6600;
text-decoration:underline;
}
/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {
color:#333333;
text-align:right;
padding:5px;
}
/*-- 記事カテゴリリンク --*/
.entry-top-info a {
color:#0000ff;
text-decoration:underline;
}
.entry-top-info a:visited {
color:#800080;
text-decoration:underline;
}
.entry-top-info a:hover {
color:#0000ff;
text-decoration:underline;
}
.entry-top-info a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
padding:15px 0px 40px 0px;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.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;
}
/*-- 記事本文の設定 --*/
.entry-body-text {
color:#333333;
}
.entry-body-text a {
color:#0000ff;
text-decoration:none;
}
.entry-body-text a:visited {
color:#800080;
text-decoration:none;
}
.entry-body-text a:hover {
color:#0000ff;
text-decoration:underline;
}
.entry-body-text a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.entry-bottom {
border-bottom:solid 2px #bcbcbc;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
color:#333333;
text-align:right;
padding:5px;
}
.entry-bottom-info a {
color:#0000ff;
text-decoration:none;
}
.entry-bottom-info a:visited {
color:#800080;
text-decoration:none;
}
.entry-bottom-info a:hover {
color:#0000ff;
text-decoration:underline;
}
.entry-bottom-info a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
/*-- コメント欄全体の設定 --*/
#mod-comments {
padding-bottom:20px;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
color:#333333;
line-height:1.2;
padding:5px 5px 10px 0px;
}
#mod-comments .comment-list-body {
padding:15px 0 15px 0;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body dl {
padding:10px 0px 20px 0px;
margin:0 25px 10px 25px;
border-bottom:solid 1px #bcbcbc;
}
.content-2c .content-body #mod-comments .comment-list-body dl dt {
overflow:hidden;
width:548px;
}
.content-3c .content-body #mod-comments .comment-list-body dl dt {
overflow:hidden;
width:348px;
}
.content-2c .content-body #mod-comments .comment-list-body dl dd {
overflow:hidden;
width:548px;
}
.content-3c .content-body #mod-comments .comment-list-body dl dd {
overflow:hidden;
width:348px;
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
color:#333333;
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
color:#333333;
text-align:right;
}
.comment-input {
color:#333333;
}
.comment-notice {
color:#333333;
}
.comment-spam {
color:#333333;
}
.comment-input dl {
}
.comment-submit input {
}
/*-- gooIDを持っている人のみコメント可の場合の設定 --*/
.comment-gooid {
padding-bottom:20px;
padding:0 0px 10px 0px;
}
.comment-gooid dl {
}
.comment-gooid dl dt {
font-weight:bold;
}
.comment-gooid dl dd {
}
.comment-login-link {
padding:0px 10px;
text-align:left;
font-weight:bold;
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:10px 0px;
text-align:left;
}
.comment-alert,.comment-gooid{
color:#333333;
}
.comment-alert .comment-list-none {
color:#333333;
}
.comment-alert .comment-precheck{
color:#333333;
font-weight:bold;
}
.comment-alert span.comment-login {
color:#333333;
font-weight:bold;
}
.comment-alert span.comment-list-error {
color:#333333;
font-weight:normal;
padding:5px;
margin:10px 0;
}
/*-- コメント欄注意文の設定ここまで --*/
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
padding-bottom:20px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
color:#333333;
line-height:1.2;
padding:5px 5px 10px 0;
}
#mod-trackbacks .mod-trackbacks-body {
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
padding:10px 0 10px 0;
font-weight:normal;
text-align:left;
}
#mod-trackbacks .trackback-ping-url dt {
color:#333333;
font-weight:bold;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
font-weight:normal;
text-align:left;
color:#333333;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
padding-bottom:20px;
}
#mod-trackbacks .trackback-filter ul{
margin: 5px 20px 5px;
}
#mod-trackbacks .trackback-filter ul li {
list-style:disc;
list-style-position:outside;
line-height:1.25;
color:#333333;
}
/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
/*-- 各トラックバックの設定 --*/
#mod-trackbacks .trackback-list-body dl {
padding:10px 0px 20px 0px;
margin:0 25px 10px 25px;
border-bottom:solid 1px #bcbcbc;
}
#mod-trackbacks .trackback-list-body dl dt {
color:#333333;
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
color:#333333;
font-weight:bold;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
color:#0000ff;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
font-weight:bold;
color:#800080;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
font-weight:bold;
color:#0000ff;
text-decoration:underline;
}
#mod-trackbacks .trackback-list-body dl dt a:active {
font-weight:bold;
color:#0000ff;
text-decoration:underline;
}
.comment-list-body dl dd.comment-list-text {
padding-top:10px;
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
padding:10px 0px;
text-align:left;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
color:#333333;
font-weight:bold;
padding-top:10px;
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
#mod-prev-next {
font-weight:normal;
padding-bottom:15px;
}
#mod-prev-next a {
color:#0000ff;
text-decoration:none;
}
#mod-prev-next a:visited {
color:#800080;
text-decoration:none;
}
#mod-prev-next a:hover {
color:#0000ff;
text-decoration:underline;
}
#mod-prev-next a:active {
color:#0000ff;
text-decoration:underline;
}
#mod-prev-next .mod-prev-next-top {
height:0px;
}
#mod-prev-next .mod-prev-next-bottom {
height:15px;
}
/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/
.mod-entry-set-goo-ad {
padding-top:15px;
padding-bottom:20px;
text-align:center;
}
/*-- 広告背景色 --*/
.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 {
color:#888888;
text-decoration:none;
}
a:visited.gooAd_sponsor {
color:#888888;
text-decoration:none;
}
a:hover.gooAd_sponsor {
color:#888888;
text-decoration:none;
}
a:active.gooAd_sponsor {
color:#888888;
text-decoration:none;
}
/*-- タイトルリンク文字 --*/
a.gooAd_title {
color:#0000ff;
font-weight:bold;
text-decoration:underline;
}
a:visited.gooAd_title {
color:#0000ff;
font-weight:bold;
text-decoration:underline;
}
a:hover.gooAd_title {
color:#0000ff;
font-weight:bold;
text-decoration:underline;
}
a:active.gooAd_title {
color:#0000ff;
font-weight:bold;
text-decoration:underline;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#0000ff;
text-decoration:none;
}
a:visited.gooAd_url {
color:#0000ff;
text-decoration:none;
}
a:hover.gooAd_url {
color:#0000ff;
text-decoration:none;
}
a:active.gooAd_url {
color:#0000ff;
text-decoration:none;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text {
color:#888888;
text-decoration:none;
}
a:visited.gooAd_text {
color:#888888;
text-decoration:none;
}
a:hover.gooAd_text {
color:#888888;
text-decoration:none;
}
a:active.gooAd_text {
color:#888888;
text-decoration:none;
}
/*-- リンク範囲拡大 --*/
/*	.gooAd_title_td A,
.gooAd_url_td A,
.gooAd_text_td A {
text-decoration:none;
}
*/
/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/
.sidebar {
padding:20px 0 0 0;
}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール内の間隔の設定 --*/
.module-body	{
padding:5px 5px 10px 12px;
color:#333333;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
color:#333333;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
color:#333333;
font-weight:bold;
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {}
/*-- モジュール内リンク文字の設定 --*/
.module a {
color:#0000ff;
text-decoration:none;
}
.module a:visited {
color:#800080;
text-decoration:none;
}
.module a:hover {
color:#0000ff;
text-decoration:underline;
}
.module a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a	{
}
/*-- 各モジュールの設定 --*/
#side-a .module {
color:#333333;
padding:0 5px 5px 5px;
}
#side-a .module a {
color:#0000ff;
text-decoration:none;
}
#side-a .module a:visited {
color:#800080;
text-decoration:none;
}
#side-a .module a:hover {
color:#0000ff;
text-decoration:underline;
}
#side-a .module a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
padding:2px 2px 2px 2px;
text-align:left;
color:#648729;
font-weight:bold;
font-size:110%;
line-height:1.0;
border-bottom:dotted 1px #d5de23;
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b {
}
/*-- 各モジュールの設定 --*/
#side-b .module {
color:#333333;
padding:0 5px 5px 5px;
}
#side-b .module a {
color:#0000ff;
text-decoration:none;
}
#side-b .module a:visited {
color:#800080;
text-decoration:none;
}
#side-b .module a:hover {
color:#0000ff;
text-decoration:underline;
}
#side-b .module a:active {
color:#0000ff;
text-decoration:underline;
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-b .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
padding:2px 2px 2px 2px;
text-align:left;
color:#648729;
font-weight:bold;
font-size:110%;
line-height:1.0;
border-bottom:dotted 1px #d5de23;
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising {}
/*-- プロフィール --*/
#mod-profile{}
#side-a #mod-profile dl dt {
color:#333333;
font-weight:bold;
margin:2px;
padding:2px;
}
#side-a #mod-profile dl dd {
color:#333333;
font-weight:normal;
margin:2px;
padding:2px;
}
#side-b #mod-profile dl dt {
color:#333333;
font-weight:bold;
margin:2px;
padding:2px;
}
#side-b #mod-profile dl dd {
color:#333333;
font-weight:normal;
margin:2px;
padding:2px;
}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{}
/*-- カテゴリー --*/
#side-a #mod-categories ul li{
color:#333333;
}
#side-b #modcategories ul li{
color:#333333;
}
/*-- ログイン --*/
#mod-login a {
text-decoration:underline;
}
#mod-login a:visited {
text-decoration:underline;
}
#mod-login a:hover {
text-decoration:underline;
}
#mod-login a:active {
text-decoration:underline;
}
/*-- 最新コメント --*/
#mod-recent-comments {}
#mod-recent-comments ul li{
color:#333333;
overflow:hidden;
width:180px;
}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks ul li {
color:#333333;
overflow:hidden;
width:180px;
}
/*-- カレンダー --*/
#mod-cal-table {
font-size:92%;
}
#mod-cal-table .mod-cal-caption {
color:#648729;
font-weight:bold;
padding:4px;
margin-bottom:5px;
}
#mod-cal-table .mod-cal-week {
color:#92c83c;
font-weight:bold;
}
#mod-cal-table  td.mod-cal-day-lin-td {
font-weight:normal;
}
/*-- 記事作成日のリンク設定 --*/
#mod-cal-table th {
color:#92c83c;
padding:1px;
text-align:center;
vertical-align:middle;
}
#mod-cal-table td {
color:#575700;
padding:1px;
text-align:center;
vertical-align:middle;
}
#mod-cal-table  td.mod-cal-day-lin-td a{
color:#0000ff;
font-weight:normal;
text-decoration:underline;
}
#mod-cal-table  td.mod-cal-day-lin-td a:visited {
color:#800080;
font-weight:normal;
text-decoration:underline;
}
#mod-cal-table  td.mod-cal-day-lin-td a:hover{
color:#0000ff;
font-weight:normal;
text-decoration:underline;
}
#mod-cal-table  td.mod-cal-day-lin-td a:active{
color:#0000ff;
font-weight:normal;
text-decoration:underline;
}
#mod-cal-table .mod_cal_day_linked {
}
#mod-cal-prev-next {
padding:5px 0px;
font-weight:bold;
margin-top:5px;
}
#side-a #mod-cal-prev-next #mod-cal-prev a {
text-decoration:underline;
color:#0000ff;
}
#side-a #mod-cal-prev-next #mod-cal-prev a:visited {
text-decoration:underline;
color:#800080;
}
#side-a #mod-cal-prev-next #mod-cal-prev a:hover {
text-decoration:underline;
color:#0000ff;
}
#side-a #mod-cal-prev-next #mod-cal-prev a:active {
text-decoration:underline;
color:#0000ff;
}
#side-a #mod-cal-prev-next #mod-cal-next a {
text-decoration:underline;
color:#0000ff;
}
#side-a #mod-cal-prev-next #mod-cal-next a:visited {
text-decoration:underline;
color:#800080;
}
#side-a #mod-cal-prev-next #mod-cal-next a:hover {
text-decoration:underline;
color:#0000ff;
}
#side-a #mod-cal-prev-next #mod-cal-next a:active {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-prev a {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-prev a:visited {
text-decoration:underline;
color:#800080;
}
#side-b #mod-cal-prev-next #mod-cal-prev a:hover {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-prev a:active {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-next a {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-next a:visited {
text-decoration:underline;
color:#800080;
}
#side-b #mod-cal-prev-next #mod-cal-next a:hover {
text-decoration:underline;
color:#0000ff;
}
#side-b #mod-cal-prev-next #mod-cal-next a:active {
text-decoration:underline;
color:#0000ff;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {
}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
padding:0px 0px 10px 12px;
margin-right:5px;
margin-bottom:15px;
margin-top:5px;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:0px 0px 10px 12px;
}
/*-- ブックマーク --*/
#mod-bookmarks .mod-boo-name {}
#side-a #mod-bookmarks dl dt {
font-weight:normal;
}
#side-b #mod-bookmarks dl dt {
font-weight:normal;
}
/*-- goo おすすめ --*/
#mod-goo-recommends li {
border:none;
}
#mod-goo-recommends hr {
color:#cccccc;
height:1px;
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding-bottom:30px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
padding:0;
text-align:center;
border:none;
}
#side-a #font-resizer ul li a:visited {
text-decoration:underline;
}
#side-b #font-resizer ul li a:visited {
text-decoration:underline;
}
/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/
/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
margin-bottom:35px;
}
#mod-freearea-main .mod-entry-set-top {
}
.content-2c .content-body #mod-freearea-main .entry {
border:none;
}
.content-3c .content-body #mod-freearea-main .entry {
border:none;
}
/*-- オリジナルモジュール上部の設定 --*/
#mod-freearea-main .entry .entry-top {
}
/*-- オリジナルモジュールタイトルの設定 --*/
.content-2c .content-body #mod-freearea-main .entry .entry-top h3 {
line-height:1.25;
text-align:left;
color:#ff6600;
border-bottom:none;
overflow:hidden;
width:595px;
}
.content-3c .content-body #mod-freearea-main .entry .entry-top h3 {
line-height:1.25;
text-align:left;
color:#ff6600;
border-bottom:none;
overflow:hidden;
width:395px;
}
/*-- オリジナルモジュール内部の設定 --*/
#mod-freearea-main .entry .entry-body {
word-break:break-all;
color:#333333;
line-height:1.25;
padding:15px 0 5px 0;
}
/*-- オリジナルモジュール記事の設定 --*/
.content-2c .content-body #mod-freearea-main .entry .entry-body-text {
overflow:hidden;
width:600px;
color:#333333;
}
.content-3c .content-body #mod-freearea-main .entry .entry-body-text {
overflow:hidden;
width:400px;
color:#333333;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
height:3px;
}
#side-a #mod-freearea-sidebar h4 {
overflow:hidden;
width:185px;
}
#side-a #mod-freearea-sidebar .module-body {
padding:5px 3px 5px 11px;
overflow:hidden;
width:180px;
}
#side-b #mod-freearea-sidebar h4 {
overflow:hidden;
width:185px;
}
#side-b #mod-freearea-sidebar .module-body {
padding:5px 3px 5px 11px;
overflow:hidden;
width:180px;
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
