@charset "utf-8";

/*  ビズパルカラー
--------------------------------------*/

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #163EC5;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}

/* ヘッダ
--------------------------------------*/
#bizpal_header {
	background-color: #FFFFFF;
	background-image: url(image/logo_back.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: rignt;
}

#bizpal_header a:link,#bizpal_header a:visited{
	color:#163EC5;
	text-decoration: none;
	border: none;
}

#bizpal_header a:hover{
	color:#cc0000;
	text-decoration: none;
	border: none;
}

/* メニュー
--------------------------------------*/
#bizpal_menu {
	height: 26px;
	background-image: url(image/menu.gif);
	background-repeat: repeat-x;
	clear: left;
	color: #D40000;
}

#bizpal_menu ul {
	margin: 0 0 0 0px;
	list-style: none;
	width: auto;
	text-align: left;
	vertical-align: baseline;
}

#bizpal_menu li {
	display: block;
	height: 26px;
	float: left;
}

#bizpal_menu a:link,#bizpal_menu a:visited {
	font-size: small;
	text-align: left;
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
	vertical-align: baseline;
}

#bizpal_menu a:hover {
	font-size: small;
	color: #333333;
	text-decoration: none;
	width: auto;
	text-align: left;
	font-weight: bold;
}

#bizpal_menu a:active {
	font-size: small;
	text-align: left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_menu .currentmenu {
	font-size: small;
	padding: 0em 0.7em;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(image/menu_current.gif);
	background-repeat: repeat-x;
}

#bizpal_menu .notselected {
	font-size: small;
	padding: 0em 0.7em;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_menu .currentmenu a:link, #bizpal_menu .currentmenu a:visited {
	color: #ffffff;
}

/* サブメニュー
--------------------------------------*/
#bizpal_submenu {
	clear: left;
	color: #333333;
	background-image: url(image/submenu.gif);
	height: 25px;
}

#bizpal_submenu ul {
	margin: 0 0 0 0px;
	list-style: none;
	width: auto;
	text-align: left;
	vertical-align: baseline;
}

#bizpal_submenu li {
	display: block;
	height: 24px;
	float: left;
}

#bizpal_submenu a:link, #bizpal_submenu a:visited, #bizpal_submenu a:active {
	text-align: left;
	color: #333333;
	text-decoration: none;
}

#bizpal_submenu a:hover {
	color: #cc3300;
	text-decoration: none;
	width: auto;
	text-align: left;
}

#bizpal_submenu .currentmenu {
	padding: 0em 0.7em;
	text-align: left;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_submenu .notselected {
	padding: 0em 0.7em;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

#bizpal_submenu .currentmenu a:link, #bizpal_submenu .currentmenu a:visited, #bizpal_submenu .currentmenu a:active {
	color: #333333;
	font-weight: bold;
}

/* フッタ
--------------------------------------*/
#bizpal_footer {
	padding: 10px 10px 0px 3px;
	height: 40px;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	line-height: 130%;
	background-image: url(image/footer.gif);
	clear: both;
	vertical-align: middle;
}

#bizpal_footer a:link, #bizpal_footer a:visited{
	font-size: small;
	color:#FFFFFF;
	text-decoration: none;
}

#bizpal_footer a:hover{
	color: #EFEFEF;
	text-decoration: none;
}

/* poweredロゴ
--------------------------------------*/
.powered {
	padding: 0px 10px 3px 3px;
	border: none;
	align: absmiddle;
	text-align: left;
	float: left;
}

/* 見出し
--------------------------------------*/
h1 {
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-color: #999999;
	font-size: medium;
	padding-left: 5px;
	text-align: left;
}

/* サイトバー
-----------------------------------------------------------------------------------------*/
/* 写真の枠
--------------------------------------*/

.photo_top {
	background-repeat: no-repeat;
	background-image: url(image/photo_top.gif);
	height: 13px;
}

.photo {
	background-image: url(image/photo_middle.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.photoname {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 8px;
	line-height: 100%;
	width: 170px;	
	word-break: break-all;
}


.photo_bottom {
	background-image: url(image/photo_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
}

/* サイドメニュー
--------------------------------------*/
#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;
	display: block;
	background-color: #FFFFFF;
	width: 193px;
}

#bizpal_sidemenu a:hover{
	text-decoration: none;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#bizpal_sidemenu .currentmenu{
	color:#333333;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#bizpal_sidemenu .nolink{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	color: #333333;
}

.sidebar_title{
	color: #FFFFFF;
	background-color: #ff0033;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(image/sidebar_img.gif);
}

.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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* たのめーるバナー
--------------------------------------*/
#bn_tanomail {
	width: 200px;
	height:70;
	text-align: left;
	background-color: #FFFFFF;
}

/* テーブル関連
--------------------------------------*/
TD.cell_entry
{
	color:#006699;
	background-color:#F7F7F7;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

TD.cell_entry_unread
{
	color:#003399;
	background-color:#F7F7F7;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
}

TD.cell_title_oshirase{
	color: #006600;
	font-weight: bold;
	padding-left: 3px;
	vertical-align: middle;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_oshirase a:link,TD.cell_title_oshirase a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_oshirase a:hover {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_rss{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	vertical-align: middle;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_rss a:link,TD.cell_title_rss a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_photo {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

TD.cell_photo_me {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #EEEEFF;
}

TD.cell_photo_mypal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #EEF7FF;
}

TD.cell_photo_mygroup {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #E7FCCD;
}

TD.cell_photo_admin {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
}

TD.cell_entry_category
{
	color:#003399;
	background-color:#EFEFEF;
	padding:3px;
	line-height: 100%;
	word-break: break-all;
	border: 1px solid #CCCCCC;
}
/* ブログ
-----------------------------------------------------------------------------------------*/

/* リンク不可文字色
--------------------------------------*/
.nolink {
	color: #999999;
}

/* ブログ用背景
--------------------------------------*/
#bizpal_blogcontainer {
	background-color: #FFFFFF;
}

/* ブログタイトル
--------------------------------------*/
.blogtitle {
	color: #CCCCCC;
	background-color: #B9B9B9;
	background-image: url(image/blogtitle.gif);
	background-repeat: repeat-y;
}

/* ブログタイトル文字色
--------------------------------------*/
.blogtitle a:link, .blogtitle a:visited, .blogtitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ブログ記事ヘッダ
--------------------------------------*/
.blogheader {
	color: #000000;
	background-color: #D1D1D1;
	padding-left: 5px;
}

/* ブログ記事タイトル文字色
--------------------------------------*/
.blogheader a:link, .blogheader a:visited, .blogheader a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* ブログ記事
--------------------------------------*/
.blogtext {
	color: #333333;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

/* 記事フッタ
--------------------------------------*/
.blogfooter {
	border-top: 1px dotted #999999;
}

/* 記事コメントヘッダ
--------------------------------------*/
.blogcommentheader {
	color: #000000;
	background-color: #D1D1D1;
}

/* 記事タイトル(コメント)文字色
--------------------------------------*/
.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-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;
}

/* 承認待ち記事内容
--------------------------------------*/
.blogunidentifiedtext {
	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: #FAF7ED;
	word-break: break-all;
}

/* カレンダー
DayStyle:何もない日
DayHeaderStyle:
NextPrevStyle：月を移動するリンクボタン
OtherMonthStyle：前月と翌月の日
SelectedStyle:選択した日
SelectorStyle:左端列（なし）
TitleStyle：月の名前
TodayDayStyle：本日
DayStyle：なにもない日(必要なし？)
--------------------------------------*/
#bizpal_calendar {
	line-height: 140%;
	font-size: small;
	padding: 2px;
	text-align: center;
	color: #333333; 
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#bizpal_calendar a:link,#bizpal_calendar a:visited{
	color:#ff0033;
}

#bizpal_calendar .DayStyle {
}

#bizpal_calendar .DayHeaderStyle {
}

#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 {
	background-image: url(image/calendar_bg.gif);
	color: #FFFFFF;
}
	
#bizpal_calendar .TitleStyle a:link,#bizpal_calendar .TitleStyle a:visited{
	color:#FFFFFF;
}

#bizpal_calendar .TodayDayStyle {
}

#bizpal_calendar .WeekendDayStyle{
}

/* 公開レベル
--------------------------------------*/
.open_level {
	color:#003366;
}

/* ブログ概要
--------------------------------------*/
.bloginfo {
	color: #FFFFFF;
}

/* トラックバック
--------------------------------------*/
.trackbacktitle {
	color: #CC0000;
}

.trackbackline {
	border-top: 1px solid #CC0000;
}

/* コメント用罫線
--------------------------------------*/
.keisen_vert
{
	border-right-color: #CCCCCC;
}
.keisen_hotz
{
	border-bottom-color: #999999;
}

.blog_image_comment {
	color: #003366;
}
