@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
/*-- template name:シック2 --*/
/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/
body {
color:#ffffff;
background:#ffffff;
background-image:url(/img/template/user/757/body_back.gif);
background-repeat:repeat-x repeat-y;
background-position:left top;
}
/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/
/*-- 通常 --*/
a {
color:#cc3366; /*-- 文字色-- */
text-decoration:underline;
}
/*-- リンク先を訪れたことがある時 --*/
a:visited {
color:#996666; /*-- 文字色 --*/
text-decoration:underline;
}
/*-- マウスオーバー時 --*/
a:hover {
}
/*-- マウスクリック時 --*/
a:active {
}
/*-----------------------------------------------------------------
不使用拡張部分
--使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/
#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 {
}
/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/
/*-- タイトルバナー外枠の設定 --*/
#title-banner {}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
width:100%;
/*-- ↓タイトルバナーに画像を入れる場合は、下記のコメントをはずし、画像URLを指定する --*/
background-image:url(/img/template/user/757/title_banner_back.gif);
background-repeat:no-repeat;
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
height:250px;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
padding:40px 30px 0 280px;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
color:#663300;
margin-bottom:10px;
font-size:139%;
font-weight:bold;
line-height:1.2;
text-align:right;
width:99%;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#663300;
text-decoration:none;
}
#title-banner-body #title-banner-set h1 a:visited {
color:#663300;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover,
#title-banner-body #title-banner-set h1 a:active {
text-decoration:none;
color:#663300;
}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
font-size:92%;
color:#000000;
line-height:1;
text-align:right;
width:99%;
font-weight:normal;
padding-top:2px;
padding-right:2px;
}
/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/
#main-bottom {
padding-bottom:20px
}
/*-- ■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;
padding: 0 15px;
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
margin:0 5px;
padding: 0 15px;
width:390px;
}
/*-- メイン上部の設定 --*/
.content-top {
}
/*-- コンテントメイン部分の設定--*/
.content-body {
}
/*-- メイン下部の設定 --*/
.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 {
}
/*-- 記事の設定（内側）--*/
.content-2c .entry {
color:#333333;		
overflow:hidden;
width:100%;
}
.content-3c .entry {
color:#333333;
overflow:hidden;
width:100%;
}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/
.content-2c .entry .entry-top {
}
.content-3c .entry .entry-top {
}
/*-- 記事タイトルの設定 --*/
.entry-top h3 {
font-size:135%;
color:#663300;
line-height:1.2;
padding:5px 0 5px 40px;
background-image:url(/img/template/user/757/title_back.gif);
background-repeat:no-repeat;
background-position:left top;
}
.entry-top h3 a {
color:#663300;
text-decoration:none;
}
.entry-top h3 a:visited {
color:#663300;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#663300;
text-decoration:underline;
}
.entry-top h3 a:active {
color:#663300;
text-decoration:underline;
}
/*-- 投稿日時|カテゴリーの設定 --*/
.content-2c .entry .entry-top .entry-top-info {
padding:5px;
text-align:right;
color:#663300;
}
.content-2c .entry-top-info a {
}
.content-2c .entry-top-info a:visited {
}
.content-2c .entry-top-info a:hover {
}
.content-2c .entry-top-info a:active {
}
.content-3c .entry .entry-top .entry-top-info {
padding:5px;
text-align:right;
color:#663300;
}
.content-3c .entry-top-info a {
}
.content-3c .entry-top-info a:visited {
}
.content-3c .entry-top-info a:hover {
}
.content-3c .entry-top-info a:active {
}
/*-- 記事カテゴリリンク --*/
.entry-top-info-category {
}
/*-- 記事上部の設定ここまで --*/
/*-- 記事部分の設定 --*/
.entry-body {
padding:20px 20px 10px;
background:#fcf1f5;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.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 {
}
.entry-body-text ul li a {
}
.entry-body-text ul li a:visited {
}
.entry-body-text ul li a:hover {
}
.entry-body-text ul li a:active {
}
/*-- 記事部分の設定ここまで --*/
/*-- 記事下部の設定 --*/
.content-2c .entry .entry-bottom {
}
.content-3c .entry .entry-bottom {
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {
padding:5px 20px 20px;
background:#fcf1f5;
text-align:right;
}
.entry-bottom-info a {
}
.entry-bottom-info a:visited {
}
.entry-bottom-info a:hover {
}
.entry-bottom-info a:active {
}
/*-- 記事下部の設定ここまで --*/
/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/
/*-- コメント欄全体の設定 --*/
#mod-comments {
margin-bottom:20px;
color:#333333;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:135%;
line-height:1.2;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body dl {
padding:10px 20px;
margin-bottom:10px;
background:#f6d9e1;
}
.content-2c	#mod-comments .comment-list-body dl {
overflow:hidden;
width:555px;
}
.content-2c	#mod-comments .comment-list-body dl dd {
overflow:hidden;
width:555px;
}
.content-3c	#mod-comments .comment-list-body dl {
overflow:hidden;
width:350px;
}
.content-3c	#mod-comments .comment-list-body dl dd {
overflow:hidden;
width:350px;
}
/*-- 各コメント入力欄の設定 --*/
.comment-input {
}
.comment-notice a {
}
.comment-notice a:visited {
}
.comment-notice a:hover {
}
.comment-notice a:active {
}
.comment-spam {
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
}
span.comment-list-name {
}
span.comment-list-name a {
}
span.comment-list-name a:visited {
}
span.comment-list-name a:hover {
}
span.comment-list-name a:active {
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
font-size:100%;
text-align:right;
}
.comment-input dl {
}
.comment-submit input {
}
/*-- 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 {
font-weight:normal;
}
.comment-login-link {
margin:10px 10px;
text-align:left;
font-weight:bold;
}
.comment-login-link a {
}
.comment-login-link a:visited {
}
.comment-login-link a:hover {
}
.comment-login-link a:active {
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:10px 10px;
text-align:left;
color:#333333;
}
.comment-alert,.comment-gooid{
font-weight:normal;
}
.comment-alert .comment-list-none{
font-weight:normal;
}
.comment-alert .comment-precheck{
font-weight:bold;
}
.comment-alert span.comment-login {
}
.comment-alert span.comment-list-error {
font-weight:normal;
padding:5px;
margin:10px 0;
}
/*-- コメント欄注意文の設定ここまで --*/
/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/
/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
margin-bottom:20px;
color:#333333;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:135%;
line-height:1.2;
}
#mod-trackbacks .mod-trackbacks-body {
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
margin:20px 10px;
font-weight:normal;
text-align:left;
}
#mod-trackbacks .trackback-ping-url dl dt {
font-weight:bold;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dl dd {
}
#mod-trackbacks .trackback-ping-url dl dd input {
font-weight:normal;
text-align:left;
color:#333333;
}
input.tb-ping-url-input {
width:100%;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
}
#mod-trackbacks .trackback-filter ul{
margin: 5px 5px 5px 25px;
}
#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 20px;
margin-bottom:10px;
background:#f6d9e1;
}
.content-2c	#mod-trackbacks .trackback-list-body dl {
}
.content-3c	#mod-trackbacks .trackback-list-body dl {
}
#mod-trackbacks .trackback-list-body dl dt {
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title {
font-weight:normal;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
text-decoration:none;
color:#333333;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
text-decoration:none;
color:#333333;
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
text-decoration:none;
color:#333333;
}
#mod-trackbacks .trackback-list-body dl dt a:active {
text-decoration:none;
color:#333333;
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
margin:10px 5px;
text-align:left;
padding:5px;
font-weight:normal;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
padding-top:10px;
font-weight:bold;
}
/*-- トラックバック注意文の設定ここまで --*/
/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/
#mod-prev-next {
padding:0px 18px 30px 10px;
font-weight:normal;
color:#333333;
}
#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 {
margin:0;
background:#f6d9e1;
}
.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:#996666;
font-weight:bold;
text-decoration:underline;
}
a:visited.gooAd_title {
color:#996666;
font-weight:bold;
text-decoration:underline;
}
a:hover.gooAd_title {
color:#996666;
font-weight:bold;
text-decoration:underline;
}
a:active.gooAd_title {
color:#996666;
font-weight:bold;
text-decoration:underline;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#996666;
text-decoration:none;
}
a:visited.gooAd_url {
color:#996666;
text-decoration:none;
}
a:hover.gooAd_url {
color:#996666;
text-decoration:none;
}
a:active.gooAd_url {
color:#996666;
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 {}
/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-----------------------------------------------------------------
サイドバーモジュール共通設定
--.module共通設定はモジュールごとにデザインを変える場合でも、
--必ずセットしてください。
------------------------------------------------------------------*/
/*-- モジュール内の間隔の設定 --*/
.module-body	{
padding:5px 30px 15px 15px;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
font-weight:normal;
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {}
/*-- モジュール内リンク文字の設定 --*/
.module a {
}
.module a:visited {
}
.module a:hover {
}
.module a:active {
}
/*-- モジュール内リンク文字の設定ここまで --*/
/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a	{
}
/*-- 各モジュールの設定 --*/
#side-a .module {
color:#333333;
padding:0 10px;
overflow:hidden;
width:198px;
}
#side-a .module a {
}
#side-a .module a:visited {
}
#side-a .module a:hover {
}
#side-a .module a:active {
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
font-size:100%;    
text-align:left;    
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
padding:0 28px;
color:#666666;
background-image:url(/img/template/user/757/module_body_back.gif);
background-repeat:no-repeat;
background-position:left top;
font-size:110%;
text-align:left;
font-weight:bold;
}
/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b	{
}
/*-- 各モジュールの設定 --*/
#side-b .module {
color:#333333;
padding:0 10px;
overflow:hidden;
width:198px;
}
#side-b .module a {
}
#side-b .module a:visited {
}
#side-b .module a:hover {
}
#side-b .module a:active {
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module .module-body {
font-size:100%;
text-align:left;
}
/*-- 各モジュール下部の設定 --*/
#side-b .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
padding:0 28px;
color:#666666;
background-image:url(/img/template/user/757/module_body_back.gif);
background-repeat:no-repeat;
background-position:left top;
font-size:110%;
text-align:left;
font-weight:bold;
}
/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/
/*-- お知らせ【PR】 --*/
#mod-advertising {}
/*-- プロフィール --*/
#mod-profile{}
#side-a #mod-profile dl dt {
color:#785452;
font-weight:bold;
padding:0 2px;
}
#side-a #mod-profile dl dd {
color:#333333;
font-weight:normal;
padding:2px;
}
#side-b #mod-profile dl dt {
color:#785452;
font-weight:bold;
padding:0 2px;
}
#side-b #mod-profile dl dd {
color:#333333;
font-weight:normal;
padding:2px;
}
/*-- 携帯 --*/
#mod-mobile {
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{
}
#mod-recent-entries  ul li {
}
/*-- カテゴリー --*/
#side-a #mod-categories ul li{
}
#side-b #mod-categories ul li{
}
/*-- ログイン --*/
#side-a #mod-login a {
}
#side-a #mod-login a:visited {
}
#side-a #mod-login a:hover {
}
#side-a #mod-login a:active {
}
#side-b #mod-login a {
}
#side-b #mod-login a:visited {
}
#side-b #mod-login a:hover {
}
#side-b #mod-login a:active {
}
#mod-login ul li {
border:none;
padding:0;
}
#side-a #mod-login ul li a{
}
#side-a #mod-login ul li a:visited{
}
#side-a #mod-login ul li a:hover{
}
#side-a #mod-login ul li a:active{
}
#side-b #mod-login ul li a{
}
#side-b #mod-login ul li a:visited{
}
#side-b #mod-login ul li a:hover{
}
#side-b #mod-login ul li a:active{
}
/*-- 最新コメント --*/
#mod-recent-comments {
}
#mod-recent-comments  ul li {
}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {
}
#mod-recent-trackbacks ul li {
}
/*-- カレンダー --*/
#mod-cal-table {
font-size:92%;
}
#mod-cal-table .mod-cal-caption {
font-weight:bold;
padding:4px;
margin-bottom:5px;
color:#996666;
}
#mod-cal-table .mod-cal-week {
color:#ffffff;
font-weight:bold;
}
#mod-cal-table  td.mod-cal-day-lin-td {
font-weight:bold;
}
/*-- 記事作成日のリンク設定 --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a {
color:#cc3366;
text-decoration:underline;
}
#side-a .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:visited {
color:#996666;
text-decoration:underline;
}
#side-a .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:hover {
text-decoration:underline;		
}
#side-a .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:active {
text-decoration:underline;
}
#side-b .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a {
color:#cc3366;
text-decoration:underline;
}
#side-b .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:visited {
color:#996666;
text-decoration:underline;
}
#side-b .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:hover {
text-decoration:underline;
}
#side-b .sidebar #mod-calendar .module-body #mod-cal-table td.mod-cal-day-lin-td a:active {
text-decoration:underline;
}
#mod-cal-table th,#mod-cal-table td {
padding:1px;
text-align:center;
vertical-align:middle;
color:#996666;
}
#side-a #mod-cal-table .mod_cal_day_linked {
}
#mod-cal-prev-next {
padding:5px 0px;
}
/*-- サイドA カレンダー前月リンク --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー前月リンク 訪問後 --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:visited {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー前月リンク マウスオーバー --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:hover {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー前月リンク マウスクリック時 --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:active {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー前月リンク --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー前月リンク 訪問後 --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:visited {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー前月リンク マウスオーバー --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:hover {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー前月リンク マウスクリック時 --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-prev a:active {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー次月リンク --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー次月リンク 訪問後 --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:visited {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー次月リンク マウスオーバー --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:hover {
color:#cc3366;
font-weight:normal;
}
/*-- サイドA カレンダー次月リンク マウスクリック時 --*/
#side-a .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:active {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー次月リンク --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー次月リンク 訪問後 --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:visited {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー次月リンク マウスオーバー --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:hover {
color:#cc3366;
font-weight:normal;
}
/*-- サイドB カレンダー次月リンク マウスクリック時 --*/
#side-b .sidebar #mod-calendar .module-body #mod-cal-table #mod-cal-prev-next #mod-cal-next a:active {
color:#cc3366;
font-weight:normal;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {
padding:10 0 15 0px;
}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
padding:10px 14px;
margin:15px 30px 15px 0px;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:15px 15px 20px
}
/*-- ブックマーク --*/
#mod-bookmarks .mod-boo-name {
}
#side-a #mod-bookmarks dl dt {
font-weight:normal;
}
#side-a #mod-bookmarks dl dd {
}
#side-b #mod-bookmarks dl dt {
}
#side-b #mod-bookmarks dl dd {
}
/*-- goo おすすめ --*/
#mod-goo-recommends li {
border:none;
}
#mod-goo-recommends hr {
border:solid 1px #ffffff;
height:1px;
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding-left:40px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
padding:0;
text-align:center;
border:none;
}
/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/
/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
}
#mod-freearea-main .mod-entry-set-top {
}
#mod-freearea-main .entry {
border:none;
background:none;
margin-top:0px;
overflow:hidden;
width:100%;
}
/*-- オリジナルモジュール上部の設定 --*/
#mod-freearea-main .entry .entry-top {
}
/*-- オリジナルモジュールタイトルの設定 --*/
.content-2c .content-body #mod-freearea-main .entry .entry-top h3 {
font-size:135%;
color:#663300;
font-weight:bold;
line-height:1.25;
text-align:left;
padding:5px 0 5px 40px;
background-image:url(/img/template/user/757/title_back.gif);
background-repeat:no-repeat;
background-position:left top;
}
.content-3c .content-body #mod-freearea-main .entry .entry-top h3 {
font-size:135%;
color:#663300;
font-weight:bold;
line-height:1.25;
text-align:left;
padding:5px 0 5px 40px;
background-image:url(/img/template/user/757/title_back.gif);
background-repeat:no-repeat;
background-position:left top;
}
/*-- オリジナルモジュール内部の設定 --*/
#mod-freearea-main .entry .entry-body {
word-break:break-all;
line-height:1.25;
color:#333333;
background:#fcf1f5;
padding:5px 0px;
}
#mod-freearea-sidebar .module-body{
padding:10px 24px;
}
/*-- オリジナルモジュール記事の設定 --*/
.content-2c .content-body #mod-freearea-main .entry .entry-body-text {
padding:10px 20px;
}
.content-3c .content-body #mod-freearea-main .entry .entry-body-text {
padding:10px 20px;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
border:none;
padding-bottom:20px;
}
/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090917 --*/
