﻿/* Blog CSS Document */
/* ///////////////////////////////
///
/// ヘッダー画像版 or テキスト版
///
/////////////////////////////// */
/*　▼画像版はコレを適用　*/
@import url("/sw_resource/common/css/default/blogImgHeader.css");
/*　▼テキスト版はコレを適用　*/
/*@import url("/sw_resource/common/css/default/blogNoImgHeader.css");*/

/* ヘッダー下マージンの非表示 */
#mainTopMgn ,#sideTopMgn{
	display:none;
}

body {
	background-image: url(/sw_resource/blogImages/custom113/pageBg.gif);
	background-position: center top;
	background-repeat: repeat;
	background-color: #ffffff;
	color: #8c7864;
	/* ScrollBarの色 */
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#ff0000;
	scrollbar-track-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	}

/* ///////////////////////////////
///
/// ヘッダー系
///
/////////////////////////////// */
/* ----------------------------------------
背景画像
---------------------------------------- */
#Header	{
	background-image: url(/sw_resource/blogImages/custom113/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
/* ----------------------------------------
高さ
---------------------------------------- */
#Header, #blankLink {
	height: 403px;
	}
	
/* ----------------------------------------
テキストタイトル

//中合わせなら
text-align: center;
//左寄せなら
margin-left: XXpx;
text-align: left;
---------------------------------------- */
#Title {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	}
/* ///////////////////////////////
/// LINKカラー
/////////////////////////////// */
/* ヘッダーのタイトルテキスト */
a.titleLink:link {color:#f8a2a4; text-decoration:none; font-weight: bold;}
a.titleLink:visited {color:#f8a2a4; text-decoration:none; font-weight: bold;}
a.titleLink:active {color:#f8a2a4; text-decoration:none; font-weight: bold;}
a.titleLink:hover {color:#f8a2a4; text-decoration:none; 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: #353537;
	font-size: 60%;
	text-align: center;
	}

/* ///////////////////////////////
///
/// メインエリア背景
///
/////////////////////////////// */
#ContentsBG {
	background-image: url(/sw_resource/blogImages/custom113/allBg.gif);
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* ///////////////////////////////
///
/// フッター系
///
/////////////////////////////// */
/* footerエリア */
#Footer {
	background-image: ;
	height: 65px;
	}
/* コピーライトテキスト */
#CopyRight {
	margin-top: 25px;
	color: #8c4641;
	}

/* ///////////////////////////////
///
/// 左右のBOX
///
/////////////////////////////// */
/*======== 各タイトル画像高さ　========*/
.titleDiv{
	height: 52px;
}

/*======== カレンダー系　========*/
/* カレンダーの年月部分テキスト */
#ThisMonthLink {
	color:#969696;
}
/* カレンダーの年月部分Prev,Next */
.calArw {
	color:#969696;
}
/* 日付部分 */
.tmpday {
	color:#969696;
}

/* --------------------------
 週表示（日・土・平日）
-------------------------- */
.sunColor{
	color: #dc91aa;
}
.satColor{
	color: #6aaed1;
}
.weekdayColor{
	color: #969696;
}

/* カレンダーリンク */
a.calLink:link {color:#ff0000; text-decoration:underline; font-weight: bold;}
a.calLink:visited {color:#ff0000; text-decoration:underline; font-weight: bold;}
a.calLink:active {color:#ff0000; text-decoration:underline; font-weight: bold;}
a.calLink:hover {color:#ff0000; text-decoration:underline; font-weight: bold;}


/*======== /カレンダー系　========*/




/*======== プロフィール系 ========*/
/* -----各タイトルのサイズ -----*/
.profTitle {
	height: 22px;
}
/*　↑背景　*/
.profLeft {
	background-color:;
}

/* -----プロフィール（フリーワードエリア） -----*/
.profBody, .colorOnBase {
	color: #929292;
}

/*======== /プロフィール系 ========*/




/*======== アクセスカウンター系 ========*/
/* 本体 */
#AccessCounter {
	height: 60px;
}
/* 日毎のテキスト */
.dayCounter {
	color:#000000;
	padding-top: 11px;
	padding-right: 20px;
}
/* トータルのテキスト */
.totalCounter {
	color:#000000;
	padding-top: 8px;
	padding-right: 20px;
}
/*======== /アクセスカウンター系 ========*/




/*======== 各BOX共通系 ========*/
/* BOXの本体 */
.boxBody {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* BOXのテキスト */
.boxBodyText {
	color: #ffffff;
}
/* BOXのボトム */
.boxBtm {
	height: 0px;
}
/*======== /各BOX共通系 ========*/




/*======== →アイコン ========*/
.arwLink {
	background-position: 0px 3px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 3px;

	}
/*======== /→アイコン ========*/




/* ///////////////////////////////
///
/// メインエリア
///
/////////////////////////////// */
/*======== メインタイトル系 ========*/
/* メインコンテンツタイトルエリア */
.main_title {
	background-image: url(/sw_resource/blogImages/custom113/main_titleBg.gif);
	height: 50px;
}
/* メインコンテンツタイトルのテキスト */
.main_titleText {
	color:#94816e;
	margin-top: 30px;
	margin-left: 34px;
}


/*【！！！要注意！！！】ここのサイズが534超えると崩れます*/
/*======== メイン本文 ========*/
.main_bodyText {
	width: 470px;
	margin-top: 15px;
	margin-left: 33px;
	padding-bottom: 10px;
}


/*======== メインフッター系 ========*/
/* メインコンテンツのフッターエリア */
.main_footer {
	height: 60px;
}
/* メインコンテンツのフッターテキスト */
.main_footerText {
	margin-top: 12px;
	margin-left: 34px;
	color: #8c7864;
}

/* コメントの罫線 */
.commentHr{
	height: 12px;
}
/* コメントのフッター */
.comment_footer {
	height: 5px;
}


/*======== form色 ========*/
.formColor {
	border: 1px solid #ff0000;
	background-color: #ffffff;
	color:#969696;
}

/* 削除ボタン */
.btn1 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 32px;
}

/* 確認ボタン */
.btn2 {
	padding-top: 15px;
	padding-bottom: 12px;
}

/* トラックバックボタン */
.btn3 {
	padding-top: 15px;
	padding-bottom: 18px;
}

/* 2つボタン入れ物 */
.checkBtnsDiv {
	margin-top: 20px;
	margin-bottom: 5px;
}

/* ----------------------------------------
　ページャー（記事一覧ページの下方）
---------------------------------------- */
/* ページャーエリア */
.pagerArea {
	height: 50px;
}
/* ページャーテキスト */
.pagerAreaText {
	color:#ff0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 前へ（widthは100px） */
.pagePrev {
	padding-left: 15px;
}
/* 次へ（widthは100px） */
.pageNext {
	padding-right: 15px;
}

/* ページャーリンク */
a.pagerLink:link {color:#ff0000; text-decoration:none;}
a.pagerLink:visited {color:#ff0000; text-decoration:none;}
a.pagerLink:active {color:#ff0000; text-decoration:underline}
a.pagerLink:hover {color:#ff0000; text-decoration:underline}


/* ///////////////////////////////
///
/// LINKカラー
///
/////////////////////////////// */
/* メインエリアのリンク */
a:link {color:#ff0000; text-decoration:none;}
a:visited {color:#ff0000; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:underline;}
a:active {color:#ff0000; text-decoration:underline;}

/* 左右カラムのリンク */
a.sideLink:link {color:#969696; text-decoration:none;}
a.sideLink:visited {color:#969696; text-decoration:none;}
a.sideLink:hover {color:#969696; text-decoration:underline;}
a.sideLink:active {color:#969696; text-decoration:underline;}

/* コメント（1）｜ トラックバック（1）←のリンク部分スタイル */
a.commentLink:link {color:#8c7864; text-decoration:none; font-weight: bold;}
a.commentLink:visited {color:#8c7864; text-decoration:none; font-weight: bold;}
a.commentLink:active {color:#8c7864; text-decoration:underline; font-weight: bold;}
a.commentLink:hover {color:#8c7864; text-decoration:underline; font-weight: bold;}

/* スタイルネームのリンク部分スタイル */
a.userLink:link {color:#969696; text-decoration:none; font-weight: bold;}
a.userLink:visited {color:#969696; text-decoration:none; font-weight: bold;}
a.userLink:active {color:#969696; text-decoration:underline; font-weight: bold;}
a.userLink:hover {color:#969696; text-decoration:underline; font-weight: bold;}

/* ブログタイトルカラー（ブログ記事一覧ページ（TOP）のみ） */
a.main_titleLinkText:link {color:#94816e; text-decoration:none; font-weight: bold;}
a.main_titleLinkText:visited {color:#94816e; text-decoration:none; font-weight: bold;}
a.main_titleLinkText:active {color:#94816e; text-decoration:underline; font-weight: bold;}
a.main_titleLinkText:hover {color:#94816e; text-decoration:underline; font-weight: bold;}

/* Alert系文字色 */
.color_chk{
	color:#f74b88;
}
