@charset "shift_jis"; 

/*	--- sub.css ---	*/

/*	---サブエリアの各種設定ここから---	*/

/*	サブエリア--タイトル帯	*/

#subBox h2 {
	width: 224px;
	margin: 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: dotted 1px #333333;
	color: #333333;
	font-size: 12px;
}

/*	サブエリア--リスト	*/
.subList {
	list-style-type: none;
	margin: 0px 10px 20px 5px;
	padding-left: 0px;
	color: #333333;
	font-size: 12px;
}
.subList li {
	margin-bottom: 7px;
	line-height: 140%;
}
.subListSmall {
	font-size: 10px;
}

/* ---カレンダ用の設定ここから--- */
#calBox {
	font-size:16px;
	color:#000000;
	filter: glow(color=#ffffff);
	width:204px;
	height:210px;
	margin: 0px 0px 10px;
	padding: 10px 10px 0px;
	background-color:#ccffff;
	text-align:center;
	background: url(../images/calender_bg.gif) no-repeat;
}
/*	年月・前後月のリンク	*/
#calHeader {
	width: 160px;
	margin: 0px 10px;
}
/*	月	*/
#month {
	font-size:20px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
/*	年	*/
#year {
	font-weight:bold;
	float: left;
	width:80px;
	margin: 0px;
	text-align:center;
}
/*	前月リンク	*/
#calPrevLink {
	float: left;
	width: 40px;
	height: 20px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
}
/*	次月リンク	*/
#calNextLink {
	float: left;
	width: 40px;
	height: 20px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}

/*	カレンダー日付部分のテーブル	*/
.cTable {
	width: 180px;
	margin: 0px 10px;
}
/*	カレンダー曜日部分	*/
.cWeek {
	padding: 4px;
	color: #333333;
	font-size: 10px;
	text-align: center;
}
/*	カレンダー日曜日	*/
.cWeek0 {
	color: #990000;
}
/*	カレンダー土曜日	*/
.cWeek6 {
	color: #000099;
}
/*	カレンダー空欄	*/
.cOpen {
	text-align: center;
}
/*　記事のある日付　*/
.cLink, .cLink0, .cLink1, .cLink2, .cLink3, .cLink4, .cLink5, .cLink6 {
	background-color:#ffcc00;
	text-align:center;
}

/*　記事の無い日付　*/
.cNone , .cNone0, .cNone1, .cNone2, .cNone3, .cNone4, .cNone5, .cNone6 {
	text-align: center;
}
/* ---カレンダ用の設定ここまで--- */

/*	プロフィール画像	*/
#profileImg {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*	プロフィール所属	*/
#profilePosition {
	margin: 0px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

/*	プロフィール肩書き	*/
#profileTitle {
	margin: 0px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

/*	プロフィール名前	*/
#profileName {
	margin: 5px 0px 10px 0px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

/*	プロフィールテキスト	*/
#profileText {
	margin: 5px 0px;
	color: #333333;
	font-size: 11px;
	line-height: 140%;
}

/* リンク集エリアのボックス */
.linkBox {

}

/*	リンク集サブカテゴリ名	*/
.linkCatTitle {
	margin-bottom: 5px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	/*text-align: center;*/
}

/*	検索フォーム	*/
#searchForm {

}

/*	検索カテゴリリスト	*/
#searchCat {
	width: 175px;
}

/*	バナー用のボックス	*/
.bannerBox {
	text-align: center;
	margin: 0px auto 8px auto;
	padding: 5px 0px;
}

/*	サブエリアのフッタ(RSS、ログイン、バナー)	*/
#subFooterBox {
	padding-top: 5px;
	border-top: dotted 1px #333333;
	margin-bottom:10px;
}

/*　RSSファイルへのリンク　*/
#rssBtn {
	float: left;
	width: 44px;
	margin: 10px 0px;
	padding: 0px;
	border: none;
}

/*	ログイン	*/
#login {
	width: 170px;
	float: left;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
}


/*	スクリプト名用ボックス	*/
#ablog {

}
#a-blogBanner {

}



/*	---サブエリアの各種設定ここまで---	*/