﻿/* Blog CSS Document */
/* ///////////////////////////////
///
/// ヘッダー画像版 or テキスト版
///
/////////////////////////////// */
/*　▼画像版はコレを適用　*/
/*@import url("/sw_resource/common/css/default/blogImgHeader.css");*/
/*　▼テキスト版はコレを適用　*/
@import url("/sw_resource/common/css/default/blogNoImgHeader.css");

body {
	background-image: url(/sw_resource/blogImages/custom011/pageBg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color:;
	color:#888888;
	/* ScrollBarの色 */
	scrollbar-arrow-color:#FFF;
	scrollbar-face-color:#fab8d0;
	scrollbar-track-color:#fff6fa;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-3dlight-color:#f45c93;
	scrollbar-darkshadow-color:#f45c93;
	}

/* ///////////////////////////////
///
/// ヘッダー系
///
/////////////////////////////// */
/* ----------------------------------------
背景画像
---------------------------------------- */
#Header	{
	background-image: url(/sw_resource/blogImages/custom011/headerBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
/* ----------------------------------------
高さ
---------------------------------------- */
#Header, #blankLink {
	height: 185px;
	}
	
/* ----------------------------------------
テキストタイトル

//中合わせなら
text-align: center;
//左寄せなら
margin-left: XXpx;
text-align: left;
---------------------------------------- */
#Title {
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	}
/* ///////////////////////////////
/// LINKカラー
/////////////////////////////// */
/* ヘッダーのタイトルテキスト */
a.titleLink:link {color:#fff; text-decoration:none; font-weight: bold;}
a.titleLink:visited {color:#fff; text-decoration:none; font-weight: bold;}
a.titleLink:active {color:#fff; text-decoration:underline; font-weight: bold;}
a.titleLink:hover {color:#fff; text-decoration:underline; font-weight: bold;}
/* ----------------------------------------
サブタイトル

//中合わせなら
text-align: center;
//左寄せなら
margin-left: XXpx;
text-align: left;
---------------------------------------- */
#SubTitle	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #ffffff;
	font-size: 60%;
	text-align: center;
	}

/* ///////////////////////////////
///
/// メインエリア背景
///
/////////////////////////////// */
#ContentsBG {
	background-image: url(/sw_resource/blogImages/custom011/allBg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* ///////////////////////////////
///
/// フッター系
///
/////////////////////////////// */
/* footerエリア */
#Footer {
	height: 75px;
	}
/* コピーライトテキスト */
#CopyRight {
	margin-top: 30px;
	color: #f45c93;
	}

/* ///////////////////////////////
///
/// 左右のBOX
///
/////////////////////////////// */
/*======== 各タイトル画像高さ　========*/
.titleDiv{
	height: 28px;
}

/*======== カレンダー系　========*/
/* カレンダーの年月部分テキスト */
#ThisMonthLink {
	background-color:;
}
/* カレンダーの年月部分Prev,Next */
.calArw {
	background-color:;
}
/* リンク付の日付 */
.tmpday {
	background-color:;
	color:#909FA0;
}

/* --------------------------
 日付
-------------------------- */
.sunColor{
	color: #FFA2C2;
}
.satColor{
	color: #6aaed1;
}
.weekdayColor{
	color: #8c8c8c;
}

/* カレンダーリンク */
a.calLink:link {color:#f45c93; text-decoration:none; font-weight: bold;}
a.calLink:visited {color:#f45c93; text-decoration:none; font-weight: bold;}
a.calLink:active {color:#f45c93; text-decoration:underline; font-weight: bold;}
a.calLink:hover {color:#f45c93; text-decoration:underline; font-weight: bold;}

/*======== /カレンダー系　========*/




/*======== プロフィール系 ========*/
/* -----各タイトルのサイズ -----*/
.profTitle {
	height: 22px;
}
/*　↑背景　*/
.profLeft {
	background-color:;
}

/* -----プロフィール（フリーワードエリア） -----*/
.profBody, .colorOnBase {
	color: #8C8C8C;
}
.profBody {
	background-color: #FFF6FA;
}

/*======== /プロフィール系 ========*/




/*======== アクセスカウンター系 ========*/
/* 本体 */
#AccessCounter {
	height: 65px;
}
/* 日毎のテキスト */
.dayCounter {
	color:#fff;
	padding-top: 12px;
	padding-right: 22px;
}
/* トータルのテキスト */
.totalCounter {
	color:#fff;
	padding-top: 8px;
	padding-right: 22px;
}
/*======== /アクセスカウンター系 ========*/




/*======== 各BOX共通系 ========*/
/* BOXの本体 */
.boxBody {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}
/* BOXのテキスト */
.boxBodyText {
	color: #909FA0;
}
/* BOXのボトム */
.boxBtm {
	height: 16px;
}
/*======== /各BOX共通系 ========*/




/*======== →アイコン ========*/
.arwLink {
	background-position: 0px 3px;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
/*======== /→アイコン ========*/




/* ///////////////////////////////
///
/// メインエリア
///
/////////////////////////////// */
/*======== メインタイトル系 ========*/
/* メインコンテンツタイトルエリア */
.main_title {
	background-image: url(/sw_resource/blogImages/custom011/main_titleBg.gif);
	height: 61px;
}
/* メインコンテンツタイトルのテキスト */
.main_titleText {
	color: #ffffff;
	margin-top: 22px;
	margin-left: 20px;
}


/*【！！！要注意！！！】ここのサイズが534超えると崩れます*/
/*======== メイン本文 ========*/
.main_bodyText {
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}

/* メインコンテンツ本文エリア */
.main_body {
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/*======== メインフッター系 ========*/
/* メインコンテンツのフッターエリア */
.main_footer {
	height: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* メインコンテンツのフッターテキスト */
.main_footerText {
	color: #8c8c8c;
	margin-top: 10px;
	margin-left: 20px;
}

/* コメントの罫線 */
.commentHr{
	height: 10px;
}
/* コメントのフッター */
.comment_footer {
	height: 60px;
}


/*======== form色 ========*/
.formColor {
	border: 1px solid #ffa2c2;
	background-color: #ffffff;
	color:#888888;
}

/* 削除ボタン */
.btn1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 確認ボタン */
.btn2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* トラックバックボタン */
.btn3 {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* 2つボタン入れ物 */
.checkBtnsDiv {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ----------------------------------------
　ページャー（記事一覧ページの下方）
---------------------------------------- */
/* ページャーエリア */
.pagerArea {
	height: 30px;
}
/* ページャーテキスト */
.pagerAreaText {
	color: #f45c93;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 前へ（widthは100px） */
.pagePrev {
	padding-left: 15px;
}
/* 次へ（widthは100px） */
.pageNext {
	padding-right: 15px;
}

/* ページャーリンク */
a.pagerLink:link {color:#ffa2c2; text-decoration:none;}
a.pagerLink:visited {color:#ffa2c2; text-decoration:none;}
a.pagerLink:active {color:#ffa2c2; text-decoration:underline}
a.pagerLink:hover {color:#ffa2c2; text-decoration:underline}

/* ///////////////////////////////
///
/// LINKカラー
///
/////////////////////////////// */
/* メインエリアのリンク */
a:link {color:#8c8c8c; text-decoration:none;}
a:visited {color:#8c8c8c; text-decoration:none;}
a:hover {color:#8c8c8c; text-decoration:underline;}
a:active {color:#8c8c8c; text-decoration:underline;}

/* 左右カラムのリンク */
a:link {color:#8c8c8c; text-decoration:none;}
a:visited {color:#8c8c8c; text-decoration:none;}
a:hover {color:#8c8c8c; text-decoration:underline;}
a:active {color:#8c8c8c; text-decoration:underline;}

/* コメント（1）｜ トラックバック（1）←のリンク部分スタイル */
a.commentLink:link, .userLink:link {color:#F45B92; text-decoration:none; font-weight: bold;}
a.commentLink:visited, .userLink:visited {color:#F45B92; text-decoration:none; font-weight: bold;}
a.commentLink:active, .userLink:active {color:#F45B92; text-decoration:underline; font-weight: bold;}
a.commentLink:hover, .userLink:hover {color:#F45B92; text-decoration:underline; font-weight: bold;}

/* ブログタイトルカラー（ブログ記事一覧ページ（TOP）のみ） */
a.main_titleLinkText:link {color:#fff; text-decoration:none; font-weight: bold;}
a.main_titleLinkText:visited {color:#fff; text-decoration:none; font-weight: bold;}
a.main_titleLinkText:active {color:#fff; text-decoration:underline; font-weight: bold;}
a.main_titleLinkText:hover {color:#fff; text-decoration:underline; font-weight: bold;}

/* Alert系文字色 */
.color_chk{
	color: #8c8c8c;
}