@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090813 --*/
/*-- template name:シャボン --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
background-color:#ffffff;
background-image:url(/img/template/user/120/body_back.jpg);
background-position:center top;
background-repeat:no-repeat;
/*-- 背景色 --*/
color:#000000; /*-- 文字色 --*/
margin:0px;
padding:0px;
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff3333; /*-- 文字色-- */
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff6666; /*-- 文字色 --*/
}
/*-- マウスオーバー時 --*/
a:hover {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff3333; /*-- 文字色 --*/
}
/*-- マウスクリック時 --*/
a:active {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff3333; /*-- 文字色 --*/
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#title-banner-top,
#title-banner-bottom,
#main-top,
#main-bottom,
.content-top,
.content-bottom,
#footer,
#global-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:0px auto;
padding:0px;
/*-- 全体的な枠線の設定 --*/
/*-- 全体的な枠線の設定ここまで --*/
}
#main {
/*-- コンテンツエリアの背景色：
-----サイドバー下の余白orメインエリア下の余白
-----ただしカラム数・レイアウトにより出現領域は異なる --*/
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {
}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {
}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
min-height:165px;
height: auto !important;
height: 165px;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
padding:50px 0px 0px 0px;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {
}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:139%;
font-weight:bold;
color:#000000;
line-height:1.2;
text-align:left;
margin-bottom:5px;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#000000;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover,
#title-banner-body #title-banner-set h1 a:active {
color:#000000;
text-decoration:none;
}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
color:#000000;
font-size:92%;
line-height:1;
font-weight:normal;
padding:2px 0px 0px 0px;
}
/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/
#main-bottom {
background:transparent;
}
/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/
/*-- メインの設定（2カラム時のみ） --*/
#center-2c {
}
/*-- メインの設定（3カラム時のみ） --*/
#center-3c {
}
/*-- メインの設定（外側・共通） --*/
#center {
}
/*-- メインの設定（内側・共通）--*/
#in-center .content-2c {
/*-- メインコンテンツエリアの背景色 --*/
margin:0px 20px 0px 20px;
padding:0px;
width:600px;
}
#in-center .content-3c{
/*-- メインコンテンツエリアの背景色 --*/
margin:0px 20px 0px 20px;
padding:0px;
width:400px;
}
/*-- サイドバー全体の設定 --*/
#side-a,#side-b {
}
/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/
/*-- カラム間のマージン設定（2カラムの場合）--*/
.content-2c {
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
margin:0 5px;
}
/*-- メイン上部の設定 --*/
.content-top {
height:5px;
}
.content-body a{
}
/*-- メイン下部の設定 --*/
.content-bottom {
}
/*-- ■SECTION 070 エントリー設定 --*/
/*-----------------------------------------------------------------
記事の設定
------------------------------------------------------------------*/
/*-- 記事の設定（外側） --*/
.mod-entry-set {
background-image:url(/img/template/user/120/entry-top.gif);
background-position:left top;
background-repeat:repeat-y;
margin-bottom:15px;
}
.content-2c .mod-entry-set-top {
background-image:url(/img/template/user/120/mod-entry-set-top_2c.gif);
background-position:left top;
background-repeat:no-repeat;
height:45px;
}
.content-3c .mod-entry-set-top {
background-image:url(/img/template/user/120/mod-entry-set-top_3c.gif);
background-position:left top;
background-repeat:no-repeat;
height:45px;
}
.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:0px;
}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.entry-top {
background-image:url(/img/template/user/120/entry-top.gif);
background-position:left top;
background-repeat:repeat-y;
}
/*-- 記事タイトルの設定 --*/
.entry-top h3 {
font-size:135%;
color:#ff3333;
line-height:1.2;
margin:10px 40px 0px 40px;
}
.entry-top h3 a {
padding:5px 0px 15px 0px;
text-decoration:none;
}
.entry-top h3 a:visited {
text-decoration:none;
}
.entry-top h3 a:hover {
text-decoration:none;
}
.entry-top h3 a:active {
text-decoration:none;
}
/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {
background-image:url(/img/template/user/120/entry-top_back.gif);
background-position:left bottom;
background-repeat:repeat-X;
color:#000000;
text-align:right;
padding:2px 0px 10px 0px;
margin:0px 40px;
}
.entry-top-info a {
}
.entry-top-info a:visited {
}
.entry-top-info a:hover {
}
.entry-top-info a:active {
}
.entry-top-info span.entry-top-info-time {
}
.entry-top-info span.entry-top-info-category {
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
background-image:url(/img/template/user/120/entry-top.gif);
background-position:left top;
background-repeat:repeat-y;
padding:10px;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.entry-body-image {
margin:20px auto 10px;
}
/*-- 画像にリンクを貼った時の設定（通常時） --*/
.entry-body-image a img,.entry-body-text a img {
border-width:0px;
}
/*-- 画像にリンクを貼った時の設定（リンク先を訪問したことがある時） --*/
.entry-body-image a:visited img,.entry-body-text a:visited img {
border-width:0px;
}
/*-- 画像にリンクを貼った時の設定（カーソルをおいた時） --*/
.entry-body-image a:hover img,.entry-body-text a:hover img {
border-width:0px;
}
/*-- 記事本文の設定 --*/
.entry-body-text {
color:#333333;
margin:0px 20px 0px 20px;
padding:0px 10px;
}
.entry-body-text a {
}
.entry-body-text a:visited {
}
.entry-body-text a:hover {
}
.entry-body-text a:active {
}
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.entry-bottom {
background-image:url(/img/template/user/120/entry-bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
padding:10px 40px 20px 40px;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
}
.entry-bottom-info a {
}
.entry-bottom-info a:visited {	
}
.entry-bottom-info a:hover {
}
.entry-bottom-info a:active {
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
.comment-notice a {
}
.comment-notice a:visited {
}
.comment-notice a:hover {
}
.comment-notice a:active {
}
/*-- コメント欄全体の設定 --*/
#mod-comments {
margin:0px 0px 20px 0px;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
line-height:1.2;
margin:10px 0;
padding:5px 0px;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body{
margin-bottom:20px;
}
#mod-comments .comment-list-body dl {
padding:10px 10px;
margin:0px 0px 20px 0px;
}
.comment-list-body a {
}
.comment-list-body a:visited {
}
.comment-list-body a:hover {
}
.comment-list-body a:active {
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
text-align:right;
}
.comment-input dl {
}
.comment-submit input {
}
/*-- gooIDを持っている人のみコメント可の場合の設定 --*/
.comment-gooid {
margin-bottom:20px;
padding:0 0px 10px 0px;
}
.comment-gooid dl {
}
.comment-gooid dl dt {
font-weight:bold;
}
.comment-gooid dl dd {
}
.comment-login-link {
font-weight:bold;
margin:10px 0;
}
.comment-login-link a {
font-weight:bold;
}
.comment-login-link a:visited{
}
.comment-login-link a:hover{
}
.comment-login-link a:active{
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:10px 0;
}
.comment-alert,.comment-gooid{
}
.comment-alert, .comment-alert{
font-weight:bold;
}
.comment-list-none {
font-weight:bold;
}
.comment-precheck{
font-weight:bold;
padding:5px 0px;
}
.comment-alert span.comment-login {
}
.comment-alert span.comment-list-error {
font-weight:bold;
padding:5px;
border:solid 1px #CC3333;
margin:10px 0;
}
/*-- コメント欄注意文の設定ここまで --*/
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
.trackback-deny {
font-weight:bold;
}
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
margin:0px 0px 20px 0px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
margin:10px 0;
padding:5px 0px;
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
margin:5px 0px;
font-weight:normal;
}
#mod-trackbacks .trackback-ping-url dl dt {
font-weight:bold;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
width:98%;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
font-weight:normal;
}
#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 0px;
margin:0px 10px 20px 10px;
}
#mod-trackbacks .trackback-list-body dl dt {
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
font-weight:bold;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
}
#mod-trackbacks .trackback-list-body dl dt a:active {
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
margin:10px 0px;
text-align:left;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
font-weight:bold;
padding-top:10px;
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
#mod-prev-next {
margin-bottom:0px;
padding:0px 0px 20px 0px;
}
#mod-prev-next a {
}
#mod-prev-next a:visited {
}
#mod-prev-next a:hover {
}
#mod-prev-next a:active {
}
/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/
.mod-entry-set-goo-ad {
margin:10px 0px 20px 0px;
text-align:center;
}
/*-- 広告背景色 --*/
.gooAd {
margin:0;
background:#ffffff;
text-decoration:none;
}
.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:#ff3333;
text-decoration:underline;
font-weight:bold;
}
a:visited.gooAd_title {
color:#ff3333;
text-decoration:underline;
}
a:hover.gooAd_title {
color:#ff3333;
text-decoration:underline;
}
a:active.gooAd_title {
color:#ff3333;
text-decoration:underline;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#ff6666;
text-decoration:none;
}
a:visited.gooAd_url {
color:#ff6666;
text-decoration:none;
}
a:hover.gooAd_url {
color:#ff6666;
text-decoration:none;
}
a:active.gooAd_url {
color:#ff6666;
text-decoration:none;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text {
color:#333333;
text-decoration:none;
}
a:visited.gooAd_text {
color:#333333;
text-decoration:none;
}
a:hover.gooAd_text {
color:#333333;
text-decoration:none;
}
a:active.gooAd_text {
color:#333333;
text-decoration:none;
}
/*-- リンク範囲拡大 --*/
/*--
.gooAd_title_td A,
.gooAd_url_td A,
.gooAd_text_td A {
text-decoration:none;
}
--*/
/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/
.sidebar {
margin:0px;
padding:0px;
}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール内の間隔の設定 --*/
.module-body {
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
padding-bottom:5px;
}
.module ul li a{
}
.module ul li a:visited{
}
.module ul li a:hover{
}
.module ul li a:active{
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
color:#333333;
font-weight:normal;
}
.module dl dt a{
font-weight:normal;
}
.module dl dt a:visited{
}
.module dl dt a:hover{
}
.module dl dt a:active{
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {
height:2px;
background-color:#999;
border-bottom:solid 1px #D8D8D8;
}
/*-- モジュール内リンク文字の設定 --*/
.module a {
}
.module a:visited {
}
.module a:hover {
}
.module a:active {
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a	{
background-image:url(/img/template/user/120/sidebar_back.gif);
background-position: left top;
background-repeat:repeat-y;
}
/*-- 各モジュールの設定 --*/
#side-a .module {
background-image:url(/img/template/user/120/module-body.gif);
background-position:left top;
background-repeat:repeat-y;
margin-bottom:20px;
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
border:solid 1px #ffffff;
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
padding:5px 10px;
}
#side-a .module .module-body a {
}
#side-a .module .module-body a:visited {
}
#side-a .module .module-body a:hover {
}
#side-a .module .module-body a:active {
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
background-image:url(/img/template/user/120/module-bottom.gif);
background-position: left top;
background-repeat:no-repeat;
height:3px;
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
padding:5px 10px 5px 0px;
background-image:url(/img/template/user/120/module-h4-title.gif);
background-position: left top;
background-repeat:no-repeat;
color:#ffffff;
font-weight:bold;
text-align:left;
padding-left:70px;
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b	{
background-image:url(/img/template/user/120/sidebar_back.gif);
background-position: left top;
background-repeat:repeat-y;
}
/*-- 各モジュールの設定 --*/
#side-b .module {
background-image:url(/img/template/user/120/module-body.gif);
background-position:left top;
background-repeat:repeat-y;
margin-bottom:20px;
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
border:solid 1px #ffffff;
}
/*-- 各モジュール内部の設定 --*/
#side-b .module .module-body {
padding:5px 10px;
}
#side-b .module .module-body a {
}
#side-b .module .module-body a:visited {
}
#side-b .module .module-body a:hover {
}
#side-b .module .module-body a:active {
}
/*-- 各モジュール下部の設定 --*/
#side-b .module .module-bottom {
background-image:url(/img/template/user/120/module-bottom.gif);
background-position: left top;
background-repeat:no-repeat;
height:3px;
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
padding:5px 10px 5px 0px;
background-image:url(/img/template/user/120/module-h4-title.gif);
background-position: left top;
background-repeat:no-repeat;
color:#ffffff;
font-weight:bold;
text-align:left;
padding-left:70px;
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising .module-body{
}
/*-- プロフィール --*/
#mod-profile .module-body {
}
#mod-profile dt{
color:#000000;
font-weight:bold;
}
#mod-profile dd{
font-weight:normal;
color:#00135b;
}
#mod-profile dl dd.mod-pro-photo {
padding-bottom:4px;
}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{}
/*-- カテゴリー --*/
#mod-categories {}
#mod-categories .module-body {
font-weight:bold;
}
/*-- ログイン --*/
#mod-login {}
#mod-login ul li {
border:none;
padding:0;
}
/*-- 最新コメント --*/
#mod-recent-comments {}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {}
#mod-cal-prev-next {
border-top:solid 1px #000000;
padding-top:2px;
}
/*-- カレンダー --*/
#mod-calendar .module-body {
}
#mod-cal-table {
}
#mod-cal-table .mod-cal-caption {
padding:4px;
font-weight:bold;
border-bottom:solid 1px #000000;
margin-bottom:3px;
}
#mod-cal-table .mod-cal-week {
}
#mod-cal-table  td.mod-cal-day-lin-td {
}
#mod-cal-table td.mod-cal-day-lin-td a {
font-weight:bold;
text-decoration:underline;
}
#mod-cal-table td.mod-cal-day-lin-td a:visited {
font-weight:bold;
text-decoration:underline;
}
#mod-cal-table td.mod-cal-day-lin-td a:hover {
font-weight:bold;
text-decoration:underline;
}
#mod-cal-table td.mod-cal-day-lin-td a:active {
font-weight:bold;
text-decoration:underline;
}
#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 {
font-weight:bold;
}
#mod-cal-prev a, #mod-cal-next a {
font-weight:normal;
}
/*-- バックナンバー --*/
#side-a #mod-back-numbers-scroll {
}
#side-b #mod-back-numbers-scroll {
}
/*-- スクロールあり --*/
#side-a #mod-back-numbers-scroll .module-body {
margin:5px 8px 5px 0px;
}
#side-a #mod-back-numbers-scroll h4 {
}
#side-b #mod-back-numbers-scroll .module-body {
margin:5px 8px 5px 0px;
}
#side-b #mod-back-numbers-scroll h4 {
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:15px 15px 20px
}
/*-- ブックマーク --*/
#mod-bookmarks {
}
#mod-bookmarks .module-body a {
font-weight:bold;
}
#mod-bookmarks a .mod-boo-name {
font-weight:bold;
}
/*-- goo おすすめ --*/
#mod-goo-recommends .module-body {
}
#mod-goo-recommends li {
border:none;
}
#mod-goo-recommends a {
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding:0px 0px 20px 10px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
background:none;
padding:0;
text-align:center;
border:none;
}
/*-- オリジナルモジュール　リンク設定 --*/
#mod-freearea-sidebar a {
}
#mod-freearea-sidebar a:visited {
}
#mod-freearea-sidebar a:hover {
}
#mod-freearea-sidebar a :active{
}
/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/
/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
background-image:url(/img/template/user/120/entry-top.gif);
background-position:left 20px;
background-repeat:repeat-y;
margin:0px;
background-color:transparent;
margin-bottom:15px;
}
#mod-freearea-main .mod-entry-set-top {
}
#mod-freearea-main .entry {
padding-bottom:0px;
margin-bottom:0px;
}
/*-- オリジナルモジュール上部の設定 --*/
#mod-freearea-main .entry .entry-top {
margin:0px 40px 0px 40px;
background:none;
}
/*-- オリジナルモジュールタイトルの設定 --*/
#mod-freearea-main .entry .entry-top h3 {
text-align:left;
font-size:135%;
margin:0px;
padding:0px 0px 10px 0px;
background-image:url(/img/template/user/120/entry-top_back.gif);
background-position:left bottom;
background-repeat:repeat-x;
}
/*-- オリジナルモジュール内部の設定 --*/
#mod-freearea-main .entry .entry-body {
word-break:break-all;
line-height:1.25;
border:none;
padding:10px 0px;
}
/*-- オリジナルモジュール記事の設定 --*/
#mod-freearea-main .entry .entry-body-text {
margin:0px 40px;
padding:20px 0px;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
background-image:url(/img/template/user/120/entry-bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
text-align:left;
height:10px;
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090813 --*/
