@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
/*-- template name:スターニャ --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
color:#333333; /*-- 文字色 --*/
background-image:url(/img/template/user/250/body_back.gif);
background-position:left top;
background-repeat:repeat-y;
background-color:#FFCC00; /*-- 背景色 --*/
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
text-decoration:none; /*-- 文字装飾 --*/
color:#CC0000; /*-- 文字色-- */
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
color:#666666; /*-- 文字色-- */
text-decoration:underline; /*-- 文字装飾 --*/
}
/*-- マウスオーバー時 --*/
a:hover {
/*color:#F3D73B;*/ /*-- 文字色 --*/
text-decoration:underline; /*-- 文字装飾 --*/
}
/*-- マウスクリック時 --*/
a:active {
text-decoration:underline; /*-- 文字装飾 --*/
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#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 {
margin:0 auto;
width:100%;
/*-- 全体的な枠線の設定 --*/
/*-- 全体的な枠線の設定ここまで --*/
}
#main {
/*-- コンテンツエリアの背景色：
-----サイドバー下の余白orメインエリア下の余白
-----ただしカラム数・レイアウトにより出現領域は異なる --*/
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {
padding-bottom:20px;
}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {
}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
background-image:url(/img/template/user/250/title_banner_body_back.jpg);
background-position:left top;
background-repeat:no-repeat;
width:100%;
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
/*--
background-image:url(/user_image/xx/xx/xxxx.jpg);
background-position: center top;
background-repeat:no-repeat; 
--*/
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
margin-left:160px;
background-image:url(/img/template/user/250/title_banner_set_back.gif);
background-position:right top;
background-repeat:no-repeat;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {
}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:139%;
margin-right:30px;
padding-top:115px;
background-image:url(/img/template/user/250/title_banner_h1_back.gif);
background-position:left top;
background-repeat:repeat-x;
min-height:57px;
/*padding-bottom:37px;*/
height:auto !important;
height:57px;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#CC0000;
font-weight:bold;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover,
#title-banner-body #title-banner-set h1 a:active {
text-decoration:underline;
}
/*-- ブログ概要の設定 --*/
#title-banner-set h2 {
font-size:92%;
font-weight:normal;
text-decoration:none;
}
/*-- ■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カラムの場合）--*/
#in-center .content-2c {
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
#in-center .content-3c {
}
/*-- メイン上部の設定 --*/
.content-top {
}
.content-body {
}
/*-- メイン下部の設定 --*/
.content-bottom {
}
/*-- entryの枠定義(２カラム用) --*/
.content-2c .entry{
/*			background-image:url(/img/template/user/250/entry_body_back_2c.gif);
background-position:left top;
background-repeat:repeat-y;*/
}
.content-2c .entry-top{
/*			margin:5px 0;
padding:0px 15px;
background-image:url(/img/template/user/250/entry_top_back_2c.gif);
background-position:left top;
background-repeat:no-repeat;*/
}
.content-2c .entry-body{
/*			padding:0;
background-image:url(/img/template/user/250/entry_top_back_2c.gif);
background-position:left top;
background-repeat:no-repeat;*/
}
.content-2c .entry-body-text{
overflow:auto;
/*-- padding:20px 15px; --*/
/*			margin:5px;
padding:5px 10px;*/
}
.content-2c .entry-bottom{
/*			padding:5px 15px 20px 15px;
background-image:url(/img/template/user/250/entry_bottom_back_2c.gif);
background-position:left bottom;
background-repeat:no-repeat;*/
}
/*-- entryの枠定義(３カラム用) --*/
.content-3c .entry{
/*			background-image:url(/img/template/user/250/entry_body_back_3c.gif);
background-position:left top;
background-repeat:repeat-y;*/
}
.content-3c .entry-top{
/*			margin:5px 0;
padding:0px 15px;
background-image:url(/img/template/user/250/entry_top_back_3c.gif);
background-position:left top;
background-repeat:no-repeat;*/
}
.content-3c .entry-body{
/*			padding:0;
background-image:url(/img/template/user/250/entry_top_back_3c.gif);
background-position:left top;
background-repeat:no-repeat;*/
}
.content-3c .entry-body-text{
overflow:auto;
/*-- padding:20px 15px; --*/
/*			margin:5px;
padding:5px 10px;*/
}
.content-3c .entry-bottom{
/*			padding:5px 15px 20px 15px;
background-image:url(/img/template/user/250/entry_bottom_back_3c.gif);
background-position:left bottom;
background-repeat:no-repeat;*/
}
/*-- ■SECTION 070 エントリー設定 --*/
/*-----------------------------------------------------------------
記事の設定
------------------------------------------------------------------*/
/*-- 記事の設定（外側） --*/
.mod-entry-set {
background-image:url(/img/template/user/250/entry_set_top_back.gif);
background-position:left top;
background-repeat:repeat-x;
}
.mod-entry-set-top {
/*background-image:url(/img/template/user/250/entry_set_top_back.gif);
background-position:left top;
background-repeat:repeat-x;*/
}
.mod-entry-set-top div.lt {
background-image:url(/img/template/user/250/entry_set_top_lt.gif);
background-position:left top;
background-repeat:no-repeat;
height:10px;
}
.mod-entry-set-top div.rt {
background-image:url(/img/template/user/250/entry_set_top_rt.gif);
background-position:right top;
background-repeat:no-repeat;
height:10px;
}
.mod-entry-set-bottom {
float:none;
margin:0;
padding:0;
/*_margin-left:3px;*/
background-image:url(/img/template/user/250/entry_bottom_back.gif);
background-position:left top;
background-repeat:repeat-x;
width:100%;
height:10px;
}
.mod-entry-set-bottom div.lb {
background-image:url(/img/template/user/250/entry_bottom_lt.gif);
background-position:left top;
background-repeat:no-repeat;
text-align:left;
height:10px;
}
.mod-entry-set-bottom div.rb {
background-image:url(/img/template/user/250/entry_bottom_rt.gif);
background-position:right top;
background-repeat:no-repeat;
text-align:right;
height:10px;
width:100%;
}
/*-- 記事の設定（内側）--*/
.entry {
overflow:hidden;
}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.entry-top {
/*					background-image:url(/img/template/user/250/entry_back.gif);
background-position:left top;
background-repeat:repeat-x;*/
border-left:2px solid #2F1010;
border-right:4px solid #2F1010;
background-color:#F05D24;
}
/*-- 記事タイトルの設定 --*/
.entry-top h3 {
color:#ffffff;
text-align:left;
font-size:135%;
line-height:1.2;
padding:6px 0 5px 15px;
/*
background-image:url(/img/template/user/250/entry_h3_back.gif);
background-position:left bottom;
background-repeat:repeat-x;
*/
}
.entry-top h3 a,
.entry-top h3 a:visited,
.entry-top h3 a:hover,
.entry-top h3 a:active {
color:#FFFFFF;
text-decoration:none;
}
.entry-top h3 a:hover{
text-decoration:underline;
}
/*--
.entry-top h3 a:visited {
color:#8B8480;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#8B8480;
text-decoration:none;
}
.entry-top h3 a:active {
color:#8B8480;
text-decoration:none;
}
--*/
/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {
background-image:url(/img/template/user/250/entry_top_info_back.gif);
background-position:left top;
background-repeat:repeat-x;
text-align:right;
padding:10px;
background-color:#FFFFFF;
}
.entry-top-info a,
.entry-top-info a:visited ,
.entry-top-info a:hover,
.entry-top-info a:active {
color:#003366;
text-decoration:underline;
}
.entry-top-info span.entry-top-info-time {
}
.entry-top-info span.entry-top-info-category {
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
background-color:#FFFFFF;
border-left:2px solid #2F1010;
border-right:4px solid #2F1010;
padding:0 10px;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.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 {
margin:0 5px;
padding:10px 0;
}
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.entry-bottom {
background-color:#FFFFFF;
border-left:2px solid #2F1010;
border-right:4px solid #2F1010;
_border-bottom:1px solid #FFFFFF;	/*これがないとIE6でentry-set-bottomがずれる・・・なんでこれで回避できるのかは不明*/
text-align:right;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
padding-right:10px;
padding-bottom:5px;
}
.entry-bottom-info a {
}
.entry-bottom-info a:visited {	
}
.entry-bottom-info a:hover {
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
/*-- コメント欄全体の設定 --*/
#mod-comments {
padding:0px 10px;
margin-bottom:20px;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
line-height:1.2;
margin:10px 0;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body{
margin-bottom:20px;
}
#mod-comments .comment-list-body dl {
padding:10px;
margin-bottom:10px;
}
/*-- 各コメントタイトルの設定 --*/
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;
}
.comment-gooid dl {
}
.comment-gooid dl dt {
font-weight:bold;
}
.comment-gooid dl dd {
}
.comment-login-link {
font-weight:bold;
margin:10px 0;
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert, .trackback-alert{
font-weight:bold;
margin:10px 0px;
}
.comment-alert .comment-deny, 
.trackback-alert .trackback-deny{
font-weight:normal;
}
, .trackback-alert{
font-weight:bold;
margin:10px 0px;
}
.comment-alert,.comment-gooid{
}
.comment-alert span.comment-login {
}
.comment-alert span.comment-list-error {
font-weight:bold;
margin:10px 0;
}
/*-- コメントはありません。--*/
.comment-list-none{
font-weight:normal;
}
/*-- コメント投稿の注意書き --*/
.comment-notice, .comment-spam{
}
.comment-alert .comment-precheck{
}
/*-- コメント欄注意文の設定ここまで --*/
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
padding:0px 10px;
margin-bottom:20px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
line-height:1.2;
margin:10px 0;
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
}
#mod-trackbacks .trackback-ping-url dt{
font-weight:bold;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
padding-bottom:20px;
}
#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;
margin-bottom: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 {
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
.trackback-alert{
/*-- comment-alert　を参照のこと --*/
}
.trackback-alert .trackback-precheck{
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
#mod-prev-next {
margin-bottom:20px;
padding:5px;
font-weight:normal;
}
/*-- リンク文字色 --*/
/*--
#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-top:20px;
margin-bottom:30px;
text-align:center;
}
/*-- 広告背景色 --*/
.gooAd {
}
.gooAd td {
}
td.gooAd_sponsor_td {
}
td.gooAd_title_td {
}
td.gooAd_url_td {
}
td.gooAd_text_td {
}
td.gooAd_btm_td {
}
/*-- スポンサーリンク文字 --*/
a.gooAd_sponsor {
}
/*-- タイトルリンク文字 --*/
a.gooAd_title,
a:visited.gooAd_title,
a:hover.gooAd_title,
a:active.gooAd_title {
color:#F05D24; /*-- 文字色-- */
font-weight:bold;
text-decoration:underline;
}
/*-- URLリンク文字 --*/
a.gooAd_url,
a:visited.gooAd_url,
a:hover.gooAd_url,
a:active.gooAd_url {
color:#F05D24;
text-decoration:none;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text,
a:visited.gooAd_text,
a:hover.gooAd_text,
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 {
width:200px;
overflow:hidden;
}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール全体 --*/
.module {
width:196px;
overflow:hidden;
margin-bottom:20px;
background-image:url(/img/template/user/250/module_back_fa.gif);
border:solid 2px #2F1010;
}
/*-- モジュール内の間隔の設定 --*/
.module-body	{
margin:10px;
}
/*-- モジュール内の間隔の設定 --*/
.module h4 {
text-align:left;
font-weight:bold;
font-size:110%;
background-color:#2F1010;
color:#FFFFFF;
background-image:url(/img/template/user/250/menu_icon.gif);
background-repeat:no-repeat;
background-position:left;
padding:2px 2px 2px 25px;
line-height:100%;
/*padding-left:5px 2px 2px 25px;*/
overflow:hidden;
width:169px;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
padding-bottom:5px;
}
.module ul li a,
.module ul li a:hover,
.module ul li a:visited,
.module ul li a:active{
text-decoration:underline;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
font-weight:bold;
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {
height:1px;
border:0px;
}
/*-- モジュール内リンク文字の設定 --*/
.module a {
}
.module a:visited {
}
.module a:hover {
}
.module a:active {
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a	{
}
/*-- 各モジュールの設定 --*/
#side-a .module {
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b{
}
/*-- 各モジュールの設定 --*/
#side-b .module {
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module-body {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising {}
/*-- プロフィール --*/
#mod-profile{}
/*-- プロフィールのタイトル --*/
#mod-profile dl dt {
color:#006666;
font-weight:bold;
}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{}
#mod-recent-entries a{
text-decoration:none;
}
#mod-recent-entries a:hover,
#mod-recent-entries a:active,
#mod-recent-entries a:visited{
text-decoration:underline;
}
/*-- カテゴリー --*/
#mod-categories {}
#mod-categories .module-body{
font-weight:bold;
}
/*-- ログイン --*/
#mod-login {}
#mod-login ul li {
border:none;
padding:0;
}
/*-- 最新コメント --*/
#mod-recent-comments {}
#mod-recent-comments .module-body{
}
#mod-recent-comments a{
text-decoration:none;
}
#mod-recent-comments a:hover,
#mod-recent-comments a:active,
#mod-recent-comments a:visited{
text-decoration:underline;
}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {}
#mod-recent-trackbacks a{
text-decoration:none;
}
#mod-recent-trackbacks a:hover,
#mod-recent-trackbacks a:active,
#mod-recent-trackbacks a:visited{
text-decoration:underline;
}
/*-- カレンダー --*/
#mod-cal-table .mod-cal-caption {
border-bottom:1px solid #000000;
padding:4px;
font-weight:bold;
}
#mod-cal-table .mod-cal-week {
padding-top:5px;
}
#mod-cal-table  td.mod-cal-day-lin-td {
}
#mod-cal-table  td.mod-cal-day-lin-td a,
#mod-cal-table  td.mod-cal-day-lin-td a:hover,
#mod-cal-table  td.mod-cal-day-lin-td a:visited,
#mod-cal-table  td.mod-cal-day-lin-td a:active{
color:#CC0000;
text-decoration:underline;
}
#mod-cal-table th,#mod-cal-table td {
padding:1px;
font-size:94%;
text-align:center;
vertical-align:middle;
}
#mod-cal-table .mod_cal_day_linked {
font-weight:bold;
}
#mod-cal-prev-next{
font-weight:bold;
margin-top:5px;
border-top:1px solid #000000;
}
#mod-cal-prev-next a,
#mod-cal-prev-next a:hover,
#mod-cal-prev-next a:visited,
#mod-cal-prev-next a:active{
color:#CC0000;
text-decoration:underline;
}
#mod-cal-prev,#mod-cal-next{
padding-top:5px;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {
padding:0 0 10px;
}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
font-weight:bold;
padding:0;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:15px 15px 20px
}
/*-- ブックマーク --*/
#mod-bookmarks .module-body {
font-weight:bold;
}
#mod-bookmarks a,
#mod-bookmarks a:hover,
#mod-bookmarks a:visited,
#mod-bookmarks a:active{
text-decoration:underline;
}
/*-- 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 {
padding-bottom:30px;
}
#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 {
background-image:url(/img/template/user/250/entry_top_info_back.gif);
background-position:left top;
background-repeat:repeat-x;
}
/*-- オリジナルモジュール記事の設定 --*/
#mod-freearea-main .entry .entry-body-text {
margin:0 5px;
overflow:hidden;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
}
/*-- オリジナルモジュールサイドバーの設定 --*/
#mod-freearea-sidebar .module{
width:200px;
overflow:hidden;
}
#mod-freearea-sidebar h4 {
}
#mod-freearea-sidebar .module-body {
padding:0;
width:171px;
overflow:hidden;
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
