@charset "utf-8";

/*  ビズパルカラー
--------------------------------------*/

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #0064fb;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}

/* サイトバー
-----------------------------------------------------------------------------------------*/

/* サイドメニュー
--------------------------------------*/
#bizpal_sidemenu a:link,#bizpal_sidemenu a:visited, #bizpal_sidemenu a:active{
	color:#000099;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	width: 193px;
}

#bizpal_sidemenu a:hover{
	color:#3399FF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#bizpal_sidemenu .currentmenu{
	color:#666666;
    border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#bizpal_sidemenu .nolink{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #666666;
}
.sidebar_title{
	color: #FFFFFF;
	background-color: #3FA0F0;
	padding-left: 28px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(image/sidebar_title.gif);
	background-repeat:no-repeat;
}

.sidebar_title a:link, .sidebar_title a:visited, .sidebar_title a:hover{
	color: #FFFFFF;
}

.sidebar_box{
	background-image: url(image/sidebar_box.gif);
	background-repeat:repeat-x;
	background-color: #FFF;		
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top:7px;
}

/* サイドメニュー(ブログ)
--------------------------------------*/
#bizpal_sidemenu_blog .menu{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/* 写真の枠
--------------------------------------*/
.photo {
	text-align: center;
	padding: 0px 5px;
	background-image: url(image/photo_middle.gif);
	background-repeat: repeat-y;
}

.photo_top {
	background-repeat: no-repeat;
	background-image: url(image/photo_top.gif);
}
.photo_bottom {
	background-image: url(image/photo_bottom.gif);
	background-repeat: no-repeat;
}

/* ブログ
-----------------------------------------------------------------------------------------*/

/* リンク不可文字色
--------------------------------------*/
.nolink {
	color: #5F5F5F;
}

/* ブログ用背景
--------------------------------------*/
#bizpal_blogcontainer {
	background-image: url(image/blog_bg.gif);
	background-repeat:repeat-x;
	background-color: #D4E9FF;
}

/* ブログタイトル
--------------------------------------*/
.blogtitle {
	background-color: #235CAA;
	border:solid 1px #3378D6;
	background-image: url(image/blogtitle.gif);
	background-repeat:repeat-x;
	background-position: left top;
	color: #FFFFFF;
}

/* ブログタイトル文字色
--------------------------------------*/
.blogtitle a:link, .blogtitle a:visited, .blogtitle a:hover {
	color: #FFFFFF;
}

/* ブログ概要
--------------------------------------*/
.bloginfo {
    border-top:dotted 2px #FFF;
	padding-top:8px;
	color: #EEEEEE;
}

/* 公開レベル
--------------------------------------*/
.blogtitlebox .open_level {
	color: #EEEEEE;
}

/* ブログ記事タイトル文字色
--------------------------------------*/
.blogheader {
	background-image: url(image/blogheader.gif);
	background-repeat:repeat-x;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	color: #0064FB;
	background-color: #E9E9E9;
	padding-left: 10px;
}

/* ブログ記事タイトル文字色
--------------------------------------*/
.blogheader a:link, .blogheader a:visited, .blogheader a:hover {
	color: #0064FB;
	text-decoration: none;
	font-weight: bold;
}

/* ブログ記事
--------------------------------------*/
.blogtext {
	background-image: url(image/blogtext.gif);
	background-repeat:repeat-x;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* 記事フッタ
--------------------------------------*/
.blogfooter {
	border-top: 1px dotted #CCC;
}

/* 記事コメントヘッダ
--------------------------------------*/
.blogcommentheader {
	background-image: url(image/blogheader.gif);
	background-repeat:repeat-x;
	background-color: #E9E9E9;
	border:solid 1px #CCC;
    color: #666666;
}

/* 記事タイトル(コメント)文字色
--------------------------------------*/
.blogcommentheader a:link, .blogcommentheader a:visited, .blogcommentheader a:hover {
	color: #666666;
}

/* 記事タイトル(コメント)タイトルなし
--------------------------------------*/
.blogcommentheader_notitle {
	color: #666666;
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* 記事コメント
--------------------------------------*/
.blogcommenttext {
	color: #333333;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	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-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

/* カレンダー
DayStyle:何もない日
DayHeaderStyle:
NextPrevStyle：月を移動するリンクボタン
OtherMonthStyle：前月と翌月の日
SelectedStyle:選択した日
SelectorStyle:左端列（なし）
TitleStyle：月の名前
TodayDayStyle：本日
DayStyle：なにもない日(必要なし？)
--------------------------------------*/
#bizpal_calendar{
    padding:0;
	border:solid 1px #CCCCCC;
	background-color: #D4E9FF;
}

#bizpal_calendar a:link,#bizpal_calendar a:visited{
	color:#0099FF;
}

#bizpal_calendar .DayStyle {
	background-color: #FFF;
	color: #333;
}

#bizpal_calendar .DayHeaderStyle {
	background-color: #E9E9E9;
	background-image: url(image/cal_dayheader.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:2px;
	font-weight:bold;
}

#bizpal_calendar .NextPrevStyle{
	color:#FFFFFF;
}

#bizpal_calendar .NextPrevStyle a:link,#bizpal_calendar .NextPrevStyle a:visited{
	color:#FFFFFF;
}

#bizpal_calendar .OtherMonthStyle {
	color: #999999;
}

#bizpal_calendar .SelectedStyle {
}

#bizpal_calendar .SelectorStyle{
}

#bizpal_calendar .TitleStyle {
    border:none;
	background-image: url(image/calender_title.gif);
	background-repeat:no-repeat;
	background-color: #3585ff;
	color: #FFFFFF;
}
	
#bizpal_calendar .TitleStyle a:link,#bizpal_calendar .TitleStyle a:visited{
	color:#FFFFFF;
}

#bizpal_calendar .TodayDayStyle {
}

#bizpal_calendar .WeekendDayStyle{
}

/* トラックバック
--------------------------------------*/
.trackbacktitle {
	color: #E76C00;
}

.trackbackline {
	border-top: 1px solid #ff8c00;
}

/* コメント用罫線
--------------------------------------*/
.keisen_vert
{
	border-right-color: #999999;
}
.keisen_hotz
{
	border-bottom-color: #999999;
}

/* 添付画像コメント
--------------------------------------*/
.blog_image_comment {
	color: #666666;
}

/* 承認待ち記事内容
--------------------------------------*/
.blogunidentifiedtext {
	background-image: url(image/blogtext.gif);
	background-repeat:repeat-x;
	color: #333333;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	background-color: #FFF8E8;
	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 #CCC;
	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;
}
