@charset "utf-8";


a:link,a:visited {
	color: #0099CC;
}
a:hover {
	color: #cc0000;
}

/* サイドバー
-----------------------------------------------------------------------------------------*/

/* サイドメニュー
--------------------------------------*/
#bizpal_sidemenu a:link,#bizpal_sidemenu a:visited, #bizpal_sidemenu a:active{
	color:#000099;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	display: block;
	background-color: #FFFFFF;
	width: 193px;
}

#bizpal_sidemenu a:hover{
	text-decoration: none;
	background-color: #ebece6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#bizpal_sidemenu .currentmenu{
	color:#666666;
	background-color: #EBECE6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#bizpal_sidemenu .nolink{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-left: 5px;
	color: #666666;
	background-color: #FFFFFF;
}

/* サイドバータイトル
--------------------------------------*/
.sidebar_title{
	color: #333333;
	background-color: #AAAAAA;
	background-image: url(image/sidetitle.gif);
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 3px;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.sidebar_box{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	color: #333333;
}

/* サイドメニュー(ブログ)
--------------------------------------*/
#bizpal_sidemenu_blog .menu{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}

/* カウンタ
--------------------------------------*/
.counter {
	color: #666666;
}

/* 写真の枠
--------------------------------------*/
.photo {
	background-image: url(image/photo_middle.gif);
	background-repeat: repeat-y;
}

.photo_top {
	background-image: url(image/photo_top.gif);
	background-repeat: no-repeat;
}
.photo_bottom {
	background-image: url(image/photo_bottom.gif);
	background-repeat: no-repeat;
}

.photoname {
	color: #333333;
}

/* ブログ
-----------------------------------------------------------------------------------------*/

/* リンク不可文字色
--------------------------------------*/
.nolink {
	color: #CCCCCC;
}

/* ブログ用枠
--------------------------------------*/
#bizpal_blogcontainer {
	background-color: #FFFFFF;
	background-image: url(image/wall.gif);
}

/* ブログ用枠(固定)
--------------------------------------*/
#bizpal_container {
	background-color: #FFFFFF;
	background-image: url(image/wall.gif);
}

/* ブログタイトル
--------------------------------------*/
.blogtitle {
	background-color: #990000;
	color: #463626;
	border: 1px solid #333333;
	background-image: url(image/blogtitle.gif);
}

/* ブログタイトル文字色
--------------------------------------*/
.blogtitle a:link, .blogtitle a:visited, .blogtitle a:hover {
	color: #463626;
}

/* 公開レベル
--------------------------------------*/
.blogtitlebox .open_level {
	color: #333333;
}

/* ブログ概要
--------------------------------------*/
.bloginfo {
	color: #333333;
}

/* ブログ記事ヘッダ
--------------------------------------*/
.blogheader {
	color: #30324f;
	background-color: #660000;
	background-image: url(image/kijititle.gif);
	border: 1px solid #666666;
	padding-left: 5px;
}

/* ブログ記事タイトル文字色
--------------------------------------*/
.blogheader a:link, .blogheader a:visited ,.blogheader a:hover {
	color: #30324f;
	text-decoration: none;
	font-weight: bold;
}

/* ブログ記事
--------------------------------------*/
.blogtext {
	color: #333333;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* 記事フッタ
--------------------------------------*/
.blogfooter {
	border-top: 1px dotted #999999;
}

/* 記事コメントヘッダ
--------------------------------------*/
.blogcommentheader {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(image/commenttitle.gif);
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: none;
	border-left: 1px solid #666666;
}

/* 記事タイトル(コメント)文字色
--------------------------------------*/
.blogcommentheader a:link, .blogcommentheader a:visited, .blogcommentheader a:hover {
	color: #FFFFFF;
}

/* 記事タイトル(コメント)タイトルなし
--------------------------------------*/
.blogcommentheader_notitle {
	color: #666666;
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
}

/* 記事内容(コメント)
--------------------------------------*/
.blogcommenttext {
	color: #333333;
	background-color: #fffde6;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* 承認待ち記事内容
--------------------------------------*/
.blogunidentifiedtext {
	color: #333333;
	padding: 5px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	background-color: #fef4f4;
	word-break: break-all;
}

/* 記事(承認待ち発言ありますリンク)
--------------------------------------*/
.blogunidentified {
	font-weight: bold;
	float: left;
}

.blogunidentified a:link,.blogunidentified a:visited{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.blogunidentified a:hover{
	text-decoration: underline;
}

/* 記事フッタ(承認待ち)
--------------------------------------*/
.blogunidentified_footer {
	border-top: 1px dotted #999999;
	font-weight: bold;
}

.blogunidentified_footer a:link,.blogunidentified_footer a:visited{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.blogunidentified_footer a:hover{
	text-decoration: underline;
}

/* 記事画像コメント
--------------------------------------*/
.blog_image_comment {
	color: #4B7B8C;
}

/* カレンダー
DayStyle:何もない日
DayHeaderStyle:
NextPrevStyle：月を移動するリンクボタン
OtherMonthStyle：前月と翌月の日
SelectedStyle:選択した日
SelectorStyle:左端列（なし）
TitleStyle：月の名前
TodayDayStyle：本日
DayStyle：なにもない日(必要なし？)
--------------------------------------*/
#bizpal_calendar a:link,#bizpal_calendar a:visited{
	color: #0099cc;
}

#bizpal_calendar .DayStyle {
}

#bizpal_calendar .DayHeaderStyle {
}

#bizpal_calendar .NextPrevStyle {
	color: #333333;
}

#bizpal_calendar .NextPrevStyle a:link,#bizpal_calendar .NextPrevStyle a:visited{
	color: #333333;
}

#bizpal_calendar .OtherMonthStyle {
	color: #999999;
}

#bizpal_calendar .SelectedStyle {
}

#bizpal_calendar .SelectorStyle{
}

#bizpal_calendar .TitleStyle {
	color: #333333;
	background-image: url(image/sidetitle.gif);
	background-repeat: no-repeat;
}
	
#bizpal_calendar .TitleStyle a:link,#bizpal_calendar .TitleStyle a:visited{
	color: #333333;
}

#bizpal_calendar .TodayDayStyle {
}

#bizpal_calendar .WeekendDayStyle{
}

/* トラックバック
--------------------------------------*/
.trackbacktitle {
	color: #916D2C;
}

.trackbacktext {
	color: #666666;
}

.trackbackline {
	border: solid #916d2c;
}

/* コメント用罫線
--------------------------------------*/
.keisen_vert
{
	border-right-color: #666666;
}
.keisen_hotz
{
	border-bottom-color: #666666;
}

