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