@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 080430 --*/
/*-- template name:CLアドバンス --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
background-color:#000000; /*-- 背景色 --*/
color:#ffffff; /*-- 文字色 --*/
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
text-decoration:underline; /*-- 文字装飾 --*/
color:#60afff; /*-- 文字色-- */
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
text-decoration:underline; /*-- 文字装飾 --*/
color:#999999; /*-- 文字色 --*/
}
/*-- マウスオーバー時 --*/
a:hover {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff99ff; /*-- 文字色 --*/
}
/*-- マウスクリック時 --*/
a:active {
text-decoration:underline; /*-- 文字装飾 --*/
color:#ff99ff; /*-- 文字色 --*/
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#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:760px;
margin:0 auto;
text-align:left;
/*-- 全体的な枠線の設定 --*/
/*-- border-bottom:solid 1px #c8c8c8; --*/
/*-- border-left:solid 1px #c8c8c8; --*/
/*-- border-right:solid 1px #c8c8c8; --*/
/*-- 全体的な枠線の設定ここまで --*/
}
#main {
/*-- コンテンツエリアの背景色：
-----サイドバー下の余白orメインエリア下の余白
-----ただしカラム数・レイアウトにより出現領域は異なる --*/
padding: 0px 5px 0px 5px;
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {
margin-bottom:20px;
}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {
}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
width:760px;
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
background-color: #000000;
background-image: url(/img/template/user/461/fireworks.jpg);
background-position: center top;
background-repeat:no-repeat;
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
height:380px;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
/*padding-top: 290px;*/
padding-left: 20px;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {
width:100%;
height:2px;
}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:139%;
color:#ffffff;
line-height:1.2;
text-align:left;
width:91%;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#ffffff;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:visited {
color:#ffffff;
text-decoration:none;
}
#title-banner-body #title-banner-set h1 a:hover {
color:#ffffff;
text-decoration:none;
}
#title-banner-body #title-banner-set h1 a:active {
color:#ffffff;
text-decoration:none;
}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
color:#ffffff;
font-size:92%;
line-height:1;
text-align:left;
width:90%;
font-weight:normal;
padding:5px 0;
}
/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/
#main-bottom {
}
/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/
/*-- メインの設定（2カラム時のみ） --*/
#center-2c {
}
/*-- メインの設定（3カラム時のみ） --*/
#center-3c {
}
/*-- メインの設定（外側・共通） --*/
#center {
}
/*-- メインの設定（内側・共通）--*/
#in-center {
}
/*-- サイドバー全体の設定 --*/
#side-a,#side-b {
}
/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/
/*-- カラム間のマージン設定（2カラムの場合）--*/
.content-2c {
margin:0 5px;
}
.content-2c .entry-body-text {
/*-- width:570px; --*/
overflow:auto;
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
margin:0 5px;
_padding-top:1px;
background-image:url(/img/template/user/461/entry_border_holizone_3c.gif);
background-position:left top;
background-repeat:no-repeat;
/*-- width:410px; --*/
}
.content-3c .entry-body-text {
/*-- width:365px; --*/
overflow:auto;
}
/*-- メイン上部の設定 --*/
.content-top {
height:5px;
}
.content-body {
background:#000000;
}
/*-- メイン下部の設定 --*/
.content-bottom {
height:1px;
}
/*-- moduleの枠 --*/
/*-- ３カラム --*/
/*-- 最初の横線 --*/
.content-3c .entry {
_padding-top:1px;
background-image:url(/img/template/user/461/entry_border_holizone_3c.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 横枠 --*/
.content-3c .content-body {
background-image:url(/img/template/user/461/containt_body_back_3c.gif);
background-position:left top;
background-repeat:repeat-y;
}
/*-- 最下部の横線 --*/
.content-3c .content-bottom {
background-image:url(/img/template/user/461/entry_border_holizone_3c.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 広告上の横線 --*/
.content-3c .mod-entry-set-goo-ad{
padding-top:15px;	/*-- 背景で線が途切れる対策 --*/
/* 広告を非表示にしたり、広告が表示されない箇所では二重線にみえるので削除
background-image:url(/img/template/user/461/entry_border_holizone_3c.gif);
background-position:left top;
background-repeat:no-repeat;
*/
}
/*-- 2カラム --*/
/*-- 最初の横線 --*/
.content-2c .entry {
_padding-top:1px;
background-image:url(/img/template/user/461/entry_border_holizone_2c.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 横枠 --*/
.content-2c .content-body {
background-image:url(/img/template/user/461/containt_body_back_2c.gif);
background-position:left top;
background-repeat:repeat-y;
}
/*-- 最下部の横線 --*/
.content-2c .content-bottom {
background-image:url(/img/template/user/461/entry_border_holizone_2c.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 広告上の横線 --*/
.content-2c .mod-entry-set-goo-ad{
padding-top:15px;	/*-- 背景で線が途切れる対策 --*/
/* 広告を非表示にしたり、広告が表示されない箇所では二重線にみえるので削除
background-image:url(/img/template/user/461/entry_border_holizone_2c.gif);
background-position:left top;
background-repeat:no-repeat;
*/
}
/*-- ■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 {
}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.entry-top {
}
/*-- 記事タイトルの設定 --*/
.entry-top h3 {
font-size:135%;
color:#60afff;
line-height:1.2;
margin:1px;
padding:10px;
background:#000033;
}
.entry-top h3 a {
color:#ffffff;
text-decoration:none;
}
.entry-top h3 a:visited {
color:#ffffff;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#ffffff;
text-decoration:none;
}
.entry-top h3 a:active {
color:#ffffff;
text-decoration:none;
}
/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {
text-align:right;
padding:0 20px;
color:#ffffff;
}
.entry-top-info a {
/*color:#60AFFF;*/
text-decoration:none;
}
.entry-top-info a:visited {
/*color:#60AFFF;*/
text-decoration:none;
}
.entry-top-info a:hover {
/*color:#60AFFF;*/
text-decoration:none;
}
.entry-top-info a:active {
/*color:#60AFFF;*/
text-decoration:none;
}
.entry-top-info span.entry-top-info-time {
text-decoration:none;
}
.entry-top-info span.entry-top-info-category {
text-decoration:none;
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
margin:0 20px;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.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 {
padding:5px 0;
}
.entry-body-text a{
color:#60afff;
text-decoration:underline;
}
.entry-body-text a:visited {
color:#999999;
text-decoration:underline;
}
.entry-body-text a:hover {
color:#ff99ff;
text-decoration:underline;
}
.entry-body-text a:active {
color:#ff99ff;
text-decoration:underline;
}		
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.entry-bottom {
padding:0 20px;
color:#000000;
text-align:left;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
color:#ffffff;
padding-top:10px;
padding-bottom:20px;
}
.entry-bottom-info a {
color:#60afff;
text-decoration:none;
}
.entry-bottom-info a:visited {	
color:#999999;
text-decoration:none;
}
.entry-bottom-info a:hover {
color:#ff99ff;
text-decoration:none;
}
.entry-bottom-info a:active {
color:#ff99ff;
text-decoration:none;
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
/*-- コメント欄全体の設定 --*/
#mod-comments {
margin-bottom:20px;
padding:0px 10px;
}
#mod-comments a {
color:#60afff;
}
#mod-comments a:visited {
color:#999999;
}
#mod-comments a:hover {
color:#ff99ff;
}
#mod-comments a:active {
color:#ff99ff;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
color:#ffffff;
line-height:1.2;
padding:5px 0;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body{
margin-bottom:20px;
padding:0px 5px;
}
#mod-comments .comment-list-body dl {
padding:10px 15px;
margin-bottom:10px;
border:solid 1px #333333;
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
color:#60afff;
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
color:#ffffff;
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 {
margin:10px 0px;
font-weight:bold;
}
#mod-comments .comment-login-link a{
text-decoration:none;
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:5px 0px;
text-align:left;
}
.comment-alert,.comment-gooid{
color:#ffffff;
}
.comment-alert .comment-list-none,.comment-alert .comment-precheck{
color:#ffffff;
}
.comment-alert span.comment-login {
color:#ffffff;
font-weight:bold;
}
.comment-alert span.comment-list-error {
color:#ffffff;
font-weight:normal;
padding:5px 20px;
margin:10px 0;
}
.comment-alert span.comment-precheck{
font-weight:bold;
}
/*-- コメント欄注意文の設定ここまで --*/
/*-- 記事一覧 --*/
#mod-archive h3{
color:#ffffff;
}
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
padding-bottom:20px;
padding:0px 10px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
line-height:1.2;
padding:5px 0px;
color:#ffffff;
text-decoration:none;
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
color:#ffffff;
font-weight:normal;
text-align:left;
padding:5px 0;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
color:#60AFFF;
font-weight:normal;
text-align:left;
width:100%;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
}
#mod-trackbacks .trackback-filter ul{
margin: 5px 20px 10px 20px;
}
#mod-trackbacks .trackback-filter ul li {
color:#60AFFF;
list-style:disc;
list-style-position:outside;
line-height:1.25;
}
/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
/*-- 各トラックバックの設定 --*/
#mod-trackbacks .trackback-list-body {
padding:5px;
}
#mod-trackbacks .trackback-list-body dl {
padding:10px 15px;
margin-bottom:10px;
border:solid 1px #333333;
}
#mod-trackbacks .trackback-list-body dl dt {
color:#ffffff;
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
font-weight:bold;
color:#60afff;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
color:#006699;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
color:#006699;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
color:#006699;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:active {
color:#006699;
text-decoration:none;
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
margin:5px 0;
text-align:left;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
color:#ffffff;
padding-top:5px;
font-weight:bold;
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
.mod-prev-next-top{
height:10px;
background-repeat:no-repeat;
}
#mod-prev-next {
font-weight:normal;
padding: 0 5px 10px;
background-image:url(/img/template/user/461/entry_border_holizone_2c.gif);
background-position:left top;
background-repeat:no-repeat;
}
#mod-prev-next a {
color:#60affff;
text-decoration:none;
}
#mod-prev-next a:visited {
color:#999999;
text-decoration:none;
}
#mod-prev-next a:hover {
color:#ff99ff;
text-decoration:none;
}
#mod-prev-next a:active {
color:#ff99ff;
text-decoration:none;
}
/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/
.mod-entry-set-goo-ad {
text-align:center;
}
/*-- 広告背景色 --*/
body.ad {
background:none;
}
.gooAd {
margin:0;
background:transparent;
}
.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:#60afff;
font-weight:bold;
text-decoration:underline;
}
a:visited.gooAd_title {
color:#60afff;
font-weight:bold;
text-decoration:underline;
}
a:hover.gooAd_title {
color:#60afff;
font-weight:bold;
text-decoration:underline;
}
a:active.gooAd_title {
color:#60afff;
font-weight:bold;
text-decoration:underline;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#60afff;
text-decoration:none;
}
a:visited.gooAd_url {
color:#60afff;
text-decoration:none;
}
a:hover.gooAd_url {
color:#60afff;
text-decoration:none;
}
a:active.gooAd_url {
color:#60afff;
text-decoration:none;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text {
color:#cccccc;
text-decoration:none;
}
a:visited.gooAd_text {
color:#cccccc;
text-decoration:none;
}
a:hover.gooAd_text {
color:#cccccc;
text-decoration:none;
}
a:active.gooAd_text {
color:#cccccc;
text-decoration:none;
}
/*-- リンク範囲拡大 --*/
.gooAd_title_td A {
text-decoration:underline;
}
.gooAd_url_td A,
.gooAd_text_td A {
text-decoration:none;
}
/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/
.sidebar {
}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール内の間隔の設定 --*/
.module-body	{
padding:5px 5px 30px 5px;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
color:#ffffff;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
color:#ffffff;
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {
}
/*-- モジュール内リンク文字の設定 --*/
.module a {
color:#60afff;
text-decoration:none;
}
.module a:visited {
color:#999999;
text-decoration:none;
}
.module a:hover {
color:#ff99ff;
text-decoration:none;
}
.module a:active {
color:#ff99ff;
text-decoration:none;
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバー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 {
text-align:left;
padding-left:10px;
color:#ffffff;
font-weight:bold;
font-size:110%;
/* display:block; */
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 25px;
background-image:url(/img/template/user/461/module.gif);
background-repeat:no-repeat;
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b	{
}
/*-- 各モジュールの設定 --*/
#side-b .module {
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module .module-body {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
text-align:left;
padding-left:10px;
color:#ffffff;
font-weight:bold;
font-size:110%;
display: block;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 25px;
background-image:url(/img/template/user/461/module.gif);
background-repeat:no-repeat;
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising {
}
/*-- プロフィール --*/
#mod-profile{}
#mod-profile dl dt {
margin-bottom:3px;
padding:1px;
font-weight:bold;
}
#mod-profile dl dd {
padding:1px;
font-weight:normal;
}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{}
#mod-recent-entries ul li {
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- カテゴリー --*/
#mod-categories {}
#mod-categories ul li {
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- ログイン --*/
#mod-login {}
#mod-login ul li {
border:none;
padding:0 20px;
}
/*-- 最新コメント --*/
#mod-recent-comments {}
#mod-recent-comments ul li{
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {}
#mod-recent-trackbacks ul li{
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- カレンダー --*/
#mod-cal-table .mod-cal-caption {
color:#ffffff;
padding:4px;
font-weight:bold;
border-bottom:solid 1px #333333;
}
#mod-cal-table .mod-cal-week {
color:#ffffff;
font-size:100%;
font-weight:normal;
background-image:url(/img/template/user/461/cal_back.gif);
background-position:center;
background-repeat:no-repeat;
}
#mod-cal-table  td.mod-cal-day-lin-td {
}
#mod-cal-table th,#mod-cal-table td {
padding:2px;
text-align:center;
vertical-align:middle;
font-size:100%;
font-weight:normal;
color:#ffffff;
background-image:url(/img/template/user/461/cal_back.gif);
background-position:center;
background-repeat:no-repeat;
}
#mod-cal-table th,#mod-cal-table td a {
color:#60afff;
font-weight:bold;
text-decoration:none;
}
#mod-cal-table th,#mod-cal-table td a:visited {
color:#60afff;
font-weight:bold;
text-decoration:none;
}
#mod-cal-table th,#mod-cal-table td a:hover {
color:#60afff;
font-weight:bold;
text-decoration:none;
}
#mod-cal-table th,#mod-cal-table td a:active {
color:#60afff;
font-weight:bold;
text-decoration:none;
}
#mod-cal-table .mod_cal_day_linked {
font-weight:bold;
}
#mod-cal-prev-next {
border-top:solid 1px #333333;
padding:5px 0px;
}
#mod-cal-prev-next a {
text-decoration:none;
}
#mod-cal-prev-next a:visited {
text-decoration:none;
}
#mod-cal-prev-next a:hover {
text-decoration:none;
}
#mod-cal-prev-next a:active {
text-decoration:none;
}
#mod-cal-prev {
padding:5px;
}
#mod-cal-next {
padding:5px;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
font-weight:normal;
}
#mod-back-numbers-scroll .module-body ul li {
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
font-weight:normal;
}
#mod-back-numbers-noscroll .module-body ul li {
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
/*-- ブックマーク --*/
#mod-bookmarks .mod-boo-name {}
#mod-bookmarks dl dt {
font-weight:normal;
padding-left:12px;
background-image:url(/img/template/user/461/yajirushi.gif);
background-position:left top;
background-repeat:no-repeat;
}
#mod-bookmarks dl dd {
font-weight:normal;
}
/*-- goo おすすめ --*/
#mod-goo-recommends li {
border:none;
}
#mod-goo-recommends hr {
border-bottom:ridge 2px #ffffff;
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding:10px;
margin-bottom:5px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
padding:0;
text-align:center;
border:none;
}
/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/
/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
padding:0px;
margin:0px;
_overflow:hidden;
_width:99.7%
}
#mod-freearea-main .mod-entry-set-top {
}
#mod-freearea-main .entry {
}
/*-- オリジナルモジュール上部の設定 --*/
#mod-freearea-main .entry .entry-top {
}
/*-- オリジナルモジュールタイトルの設定 --*/
#mod-freearea-main .entry .entry-top h3 {
color:#ffffff;
}
/*-- オリジナルモジュール内部の設定 --*/
#mod-freearea-main .entry .entry-body {
padding:20px;
margin:0;
}
/*-- オリジナルモジュール記事の設定 --*/
#mod-freearea-main .entry .entry-body-text {
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
}
/*-- オリジナルサイドバーの設定 --*/
#mod-freearea-sidebar .module-body{
padding:5px 17px 15px;
/*-- 17pxは.module-bodyの5px　＋　ulの12px --*/
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 080430 --*/
