@charset "utf-8";

/* CSS Document */

/*  マイページ
--------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F8F8F8;
}

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}

/* 枠(影付き)
--------------------------------------*/
#bizpal_wrapper {
	background-color: #F8F8F8;
	width: 748px;
	text-align: left;
	background-image: url(image/shadow_right_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* 枠(固定)
--------------------------------------*/
#bizpal_container {
	border-right: 1px solid #999999;
	font-size: small;
	line-height: 150%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* メイン(右)
--------------------------------------*/
#bizpal_main {
	margin-left: 215px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* エラー
--------------------------------------*/
#bizpal_error {
	text-align: center;
	padding: 100px 0px;
}

/* ヘッダ
--------------------------------------*/
#bizpal_header {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(image/LogoBg.gif);
	background-repeat: repeat-x;
}

#bizpal_header a:link,#bizpal_header a:visited{
	color:#fff;
	text-decoration: none;
	border: none;
}

#bizpal_header a:hover{
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}

/* フッタ
--------------------------------------*/
#bizpal_footer {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	background-color: #555555;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

#bizpal_footer a:link, #bizpal_footer a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#bizpal_footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

/* メニュー
--------------------------------------*/
#bizpal_menu {
	height: 24px;
	background-image: url(image/menu.gif);
	background-repeat: repeat-x;
	clear: left;
	color: #999999;
}

#bizpal_menu ul {
	margin: 0 0 0 7px;
	padding:0;
	list-style: none;
	width: auto;
	text-align: left;
}

#bizpal_menu li {
	display: block;
	height: 24px;
	float: left;
}

#bizpal_menu a:link,#bizpal_menu a:visited,#bizpal_menu a:active {
	font-size: small;
	text-align: left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_menu a:hover {
	font-size: small;
	color: #999999;
	text-decoration: none;
	width: auto;
	text-align: left;
	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_my.gif);
	background-repeat: repeat-x;
}

#bizpal_sidemenu .nolink{
	padding-left: 5px;
	color: #666666;
	word-break: break-all;
}
#bizpal_menu .notselected {
	font-size: small;
	padding: 0em 0.7em;
	text-align: left;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_menu .currentmenu a:link, #bizpal_menu .currentmenu a:visited, #bizpal_menu .currentmenu a:active {
	color: #ffffff;
}

/* サブメニュー
--------------------------------------*/
#bizpal_submenu {
	clear: left;
	color: #FFFFFF;
	background-color: #BBC6D2;
	height: 24px;
}

#bizpal_submenu ul {
	margin: 0 0 0 7px;
	padding:0;
	list-style: none;
	width: auto;
	text-align: left;
}

#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_sidebar {
	width: 200px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

.sidebar_box{
	text-align: left;
	padding: 5px;
	word-break: break-all;
}

.sidebar_box a:link,.sidebar_box a:visited,.sidebar_box a:hover{
	text-decoration: underline;
}

.sidebar_title{
	text-align: left;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	word-break: break-all;
}

.sidebar_title a:link, .sidebar_title a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.sidebar_title a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

/* テーブル関連
--------------------------------------*/
.my_table
{
	border-collapse: collapse;
	border:none;
	width:99%;
	margin:0;
	text-align: left;
}

.blog_table
{
	padding:0;
	border:0;
	width:99%;
	margin: 0px;
}

.error_table
{
	border-collapse: collapse;
	border:none;
	width:600px;
	margin:0;
	background-color: #FFFFFF;
	text-align: left;
}

TD.cell_title{
	color: #003399;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space:nowrap;
}

TD.cell_title a:link,TD.cell_title a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_myblog{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_myblog a:link,TD.cell_title_myblog a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_myblog .open_level {
	float: right;
	padding: 0px;
}

TD.cell_title_profile{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_profile a:link,TD.cell_title_profile a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_profile .open_level {
	float: right;
	padding: 0px;
}

TD.cell_title_rss{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	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_title_rss .open_level {
	float: right;
	padding: 0px;
}

TD.cell_title_mygroup{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_mygroup .open_level {
	float: right;
	padding: 0px;
}

TD.cell_title_mygroup a:link,TD.cell_title_mygroup a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_mypal{
	color: #003399;
	font-weight: bold;
	padding-left: 3px;
	background-image: url(image/table_head.gif);
	background-repeat: no-repeat;
	word-break: break-all;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.cell_title_mypal a:link,TD.cell_title_mypal a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

TD.cell_title_mypal .open_level {
	float: right;
	padding: 0px;
}

TD.cell_entry
{
	color:#003399;
	background-color:#eff7fd;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

TD.cell_entry_unread
{
	color:#003399;
	background-color:#eff7fd;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
}

TD.cell_entry_pal
{
	color:#003399;
	background-color:#EFEFEF;
	padding:3px;
	line-height: 100%;
	word-break: break-all;
	border: 1px solid #CCCCCC;
}

TD.cell_entry_group
{
	color:#000066;
	background-color:#EFEFEF;
	padding:3px;
	line-height: 100%;
	word-break: break-all;
	border: 1px solid #CCCCCC;
}

TD.cell_entry_category
{
	color:#003399;
	background-color:#CCCCCC;
	padding:3px;
	line-height: 100%;
	word-break: break-all;
	border: 1px solid #999999;
}


TD.cell_entry_category_edit
{
	color:#003399;
	background-color:#CCCCCC;
	padding:3px;
	line-height: 100%;
	text-align: center;
	border: 1px solid #999999;
	word-break: break-all;
}

TD.cell_entry_set
{
	color:#003399;
	background-color:#EFEFEF;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

TD.cell_entry_set_wrap
{
	color:#003399;
	background-color:#EFEFEF;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

TD.cell_entry_setmenu
{
	color:#333333;
	background-color:#CCCCCC;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	font-weight: bold;
	word-break: break-all;
}

TD.cell_entry_set_center
{
	color:#003399;
	background-color:#EFEFEF;
	padding:3px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	text-align: center;
	word-break: break-all;
}

TD.cell {
	padding: 2px;
	word-break: break-all;
	color: #FFFFFF;
	background-color: #000000;
}

TD.cell_error {
	padding: 5px;
	background-image: url(image/icon_error.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 60px;
	word-break: break-all;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_warning {
	padding: 5px;
	background-image: url(image/icon_warning.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 60px;
	word-break: break-all;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_info {
	padding: 5px;
	background-image: url(image/icon_info.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 60px;
	word-break: break-all;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_item {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 2px;
	line-height: 100%;
	word-break: break-all;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_item .open_level {
	float: right;
	padding: 0px;
}

TD.cell_item_unread {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_item_new {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_item_update {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	font-style: normal;
}

TD.cell_item_add {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	word-break: break-all;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	font-style: normal;
}

TD.cell_message_read {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	vertical-align: top;
	word-break: break-all;
	background-color: #FFFFFF;
	color: #000000;
}

TD.cell_message_unread {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	vertical-align: top;
	font-weight: bold;
	word-break: break-all;
	color: #000000;
	background-color: #FFFFFF;
}

TD.cell_item_center {
	border: 1px solid #CCCCCC;
	padding: 2px;
	line-height: 100%;
	text-align: center;
	word-break: break-all;
	background-color: #FFFFFF;
}

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: #D8ECFD;
}

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_bookmark_me {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #D8ECFD;
	background-image: url(image/icon_bookmark_p.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_meblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #D8ECFD;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_person {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-image: url(image/icon_bookmark_p.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_personblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_mypal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #EEF7FF;
	background-image: url(image/icon_bookmark_p.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_mypalblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #EEF7FF;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_group {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-image: url(image/icon_bookmark_g.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_groupblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_mygroup {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #E7FCCD;
	background-image: url(image/icon_bookmark_g.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_mygroupblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #E7FCCD;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_admingroup {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
	background-image: url(image/icon_bookmark_g.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_admingroupblog {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
	background-image: url(image/icon_bookmark_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_bookmark_adminperson {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
	background-image: url(image/icon_bookmark_p.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*テーブル背景の公開レベル
---------------------------------------*/

TD.cell_open_net {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/open_net.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_open_bizpal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/open_bizpal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_open_mypal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/open_mypal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_open_group {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/open_group.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

TD.cell_open_close {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../image/open_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*サイトコモングループの背景
---------------------------------------*/
TD.cell_commongroup_none {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

TD.cell_commongroup_mygroup {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #E7FCCD;
}

TD.cell_commongroup_admin {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
}

TD.cell_commongroup_none_bookmark {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(image/icon_bookmark_g.gif);
}

TD.cell_commongroup_mygroup_bookmark {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #E7FCCD;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(image/icon_bookmark_g.gif);
}

TD.cell_commongroup_admin_bookmark {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
	background-color: #DCFFB0;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(image/icon_bookmark_g.gif);
}

TD.cell_entry_commongroup {
	color:#000066;
	background-color:#EFF7FD;
	/*background-image: url(../Image/open_bizpal_b.gif);*/
	padding:3px;
	line-height: 100%;
	word-break: break-all;
	border: 1px solid #CCCCCC;
}

/*デザインテンプレート
---------------------------------------*/

TD.cell_designitem
{
 color:#003399;
 background-color:#FFF6E9;
 padding:14px 3px;
 border: 1px solid #CCCCCC;
 line-height: 100%;
 text-align: center;
 word-break: break-all;
}

TD.cell_designitem_set
{
 color:#003399;
 background-color:#FFE3A8;
 padding:14px 3px;
 border: 1px solid #CCCCCC;
 line-height: 100%;
 text-align: center;
 word-break: break-all;
}

/*BizPalカード
---------------------------------------*/

.Card_Cell_Item {
	color: #333333;
	padding: 2px;
	background-color: #EFEFEF;
	border:1px white solid;
	width: 25%;
	vertical-align: top;
}

.Card_Cell_Entry {
	color: #333333;
	padding: 2px;
	background-color: #FFFFFF;
	width: 75%;
	vertical-align: top;
}

.Card_Cell_List {
	color: #333333;
	padding: 2px;
	background-color: #FFFFFF;
	border:1px #EEEEEE solid;
	vertical-align: top;
	text-align: left;
	word-break: break-all;
}

.Card_Cell_ListSortUp {
	color:#003399;
	background-color:#EFEFEF;
	background-image: url(image/btn_arrowup.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

.Card_Cell_ListSortDown {
	color:#003399;
	background-color:#EFEFEF;
	background-image: url(image/btn_arrowdown.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	word-break: break-all;
}

/* 写真
--------------------------------------*/
.photo_top {
	height: 20px;
	background-image: url(image/photo_top.gif);
	background-repeat: no-repeat;
}

.photo {
	background-image: url(image/photo_middle.gif);
	background-repeat: repeat-y;
}

.photo_bottom {
	height: 20px;
	background-image: url(image/photo_bottom.gif);
	background-repeat: no-repeat;
}

.photoname {
	text-align: center;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	word-break: break-all;
}

.profile_menu {
	text-align: center;
	padding-top: 3px;
	line-height: 100%;
	width: 170px;	
	word-break: break-all;
}

/* サイドメニュー
--------------------------------------*/
#bizpal_sidemenu {
	width: 200px;
	text-align: left;
	word-break: break-all;
}

#bizpal_sidemenu a:link,#bizpal_sidemenu a:visited{
	color:#000099;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	word-break: break-all;
}

#bizpal_sidemenu a:hover{
	text-decoration: none;
	padding-left: 5px;
}

#bizpal_sidemenu a:active{
	text-decoration: none;
	padding-left: 5px;
}

#bizpal_sidemenu .currentmenu{
	color:#666666;
	padding-left: 5px;
	word-break: break-all;
}

#bizpal_sidemenu .nolink{
	padding-left: 5px;
	color: #333333;
	word-break: break-all;
}

/* サイドメニュー(お知らせ)
--------------------------------------*/
#bizpal_sidemenu_info {
	width: 200px;
	text-align: left;
	background-color: #FFFFFF;
	word-break: break-all;
}

#bizpal_sidemenu_info a:link,#bizpal_sidemenu_info a:visited{
	color:#000099;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	width: 193px;
	word-break: break-all;
}

#bizpal_sidemenu_info a:hover{
	text-decoration: none;
	background-color: #EFF7FD;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#bizpal_sidemenu_info .currentmenu{
	color:#000099;
	text-decoration: none;
	background-color: #EFF7FD;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	word-break: break-all;
}

#bizpal_sidemenu_info .new{
	font-weight: bold;
	word-break: break-all;
}

/* サイドメニュー(ブログ)
--------------------------------------*/
#bizpal_sidemenu_blog {
	width: 200px;
	text-align: left;
	word-break: break-all;
}


#bizpal_sidemenu_blog .menu{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	word-break: break-all;
}

/* サイドメニュー(検索)
--------------------------------------*/
#bizpal_sidemenu_search {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

/* サイドメニュー(タイトル一覧)
--------------------------------------*/
#bizpal_sidemenu_articlelist {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

/* サイドメニュー(トラックバック一覧)
--------------------------------------*/
#bizpal_sidemenu_tracklist {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

/* サイドメニュー(フリーボックス)
--------------------------------------*/
#bizpal_sidemenufreebox {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

/* サイドメニュー(カテゴリ別)
--------------------------------------*/
#bizpal_sidemenu_category {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}


/* サイドメニュー(アクセスランキング)
--------------------------------------*/
#bizpal_sidemenu_ranking {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

/* サイドメニュー(新しいメンバー)
--------------------------------------*/
#bizpal_sidemenu_newmember {
	width: 200px;
	text-align: left;
	background-color: #FFFFFF;
}

#bizpal_sidemenu_newmember .newmember_table
{
	border-collapse: collapse;

	border:1;
	padding:0;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

#bizpal_sidemenu_newmember .cell_photo_newmember {
	border: 1px solid #CCCCCC;
	text-align: center;
}

/* カウンタ
--------------------------------------*/
.counter {
	font-size: x-small;
	text-align: left;
}

/* 訪問者
--------------------------------------*/
.visitor_count {
	font-size: x-small;
	text-align: center;
}

/* 足跡時刻
--------------------------------------*/
.foot_time {
	font-size: x-small;
}

/* RSS
--------------------------------------*/
.rss {
	text-align: left;
}

/* イメージ
--------------------------------------*/
img {
	border: none;
}

/* 見出し
--------------------------------------*/
#bizpal_main h1 {
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 5px;
	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;
}

#bizpal_main h2 {
	color: #666666;
	font-size: medium;
	padding-left: 5px;
	text-align: left;
}

/* 区切り
--------------------------------------*/
p {
	margin-top: 10px;
}

/* 必須項目
--------------------------------------*/
.hissu {
	color: #CC0000;
}


/* リンク不可文字色
--------------------------------------*/
.nolink {
	color: #CCCCCC;
}

/* poweredロゴ
--------------------------------------*/
.powered {
	padding-left: 10px;
	text-align: left;
}

/* エラー文字
--------------------------------------*/
.error_text {
	color: #CC0000;
}

/* 下げインデント
--------------------------------------*/
.sageindent {
	text-indent: -1em;
	padding-left: 1em;
}

/* CSS Document */
/*  ブログ
--------------------------------------------------------------------------------------------------*/

/* ブログ用枠(100%)
--------------------------------------*/
#bizpal_blogcontainer {
	font-size: small;
	line-height: 150%;
	font-family: Arial,z Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
}

/* ブログタイトル枠
--------------------------------------*/
.blogtitlebox {
	text-align: right;
	vertical-align: top;
}

/* ブログタイトル
--------------------------------------*/
.blogtitle {
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	word-break: break-all;
	text-align: left;
	padding-bottom: 10px;
}

/* ブログタイトル文字色
--------------------------------------*/
.blogtitle a:link, .blogtitle a:visited, .blogtitle a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* 公開レベル
--------------------------------------*/
.blogtitlebox .open_level {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	vertical-align: top;
}

.blogtitlebox .open_level a:link,.blogtitlebox a:visited {
	color: #FFFFFF;

}

.blogtitlebox .open_level a:hover {
	color: #EE0000;
	text-decoration: underline;
}

/* アイコン(凡例)
--------------------------------------*/
.icon {
	float:right;
	font-size: xx-small;
	margin: 10px 15px -10px 0px;
	height: 2em;
	clear:both;

}

/* 記事を書く
--------------------------------------*/
.edit_new {
	float: right;
	clear: both;
	background: url(image/icon_edit.gif) no-repeat;
	width:17px; height:17px;
	margin:0; padding:0;
	display:block;
}

.edit_new:hover {
	background: url(image/icon_edit_over.gif) no-repeat;
}

/* 設定変更
--------------------------------------*/
.setup {
	float: right;
	clear: both;
	background: url(image/icon_set.gif) no-repeat;
	width:17px; height:17px;
	margin:0; padding:0;
	display:block;
}

.setup:hover {
	background: url(image/icon_set_over.gif) no-repeat;
}

/* 設定変更のタブ
--------------------------------------*/
#table_tab {
	height: 24px;
	margin-top: 0px;
	margin-bottom:-2px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
}

TD.cell_tab {
	text-align: center;
	dispaly:block;
}

TD.cell_tab a:link, TD.cell_tab a:visited {
	color: #003366;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
}

TD.cell_tab a:hover {
	color: #CC0000;
	background-color: #CCCCCC;
}

TD.cell_tab_current {
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(image/tab.gif);
	background-position: top;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: solid 1px #CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	dispaly:block;
	text-decoration: none;
}

TD.cell_tab_current a:link, TD.cell_tab_current a:visited {
	color: #003366;
}

/* ブログ概要
--------------------------------------*/
.bloginfo {
	color: #333333;
	word-break: break-all;
	font-size: small;
	line-height: 120%;
	font-weight: normal;
	margin-top: 10px;
}

/* 記事
--------------------------------------*/
.blogbox {
	width: 99.5%;
}

.blogbox h1 {
	color: #333333;
	font-size: xx-large;
	padding: 0px;
	border: none;
	vertical-align: top;
}

.blogbox h2 {
	color: #333333;
	font-size: x-large;
	padding: 0px;
	vertical-align: top;
}

.blogbox p {
	margin: 0px;
	padding: 0px;
}

/* 記事内容のリンク文字
--------------------------------------*/
.blogbox a:link,.blogbox a:visited,.blogbox a:hover{
	text-decoration: underline;
}

/* 記事タイトル
--------------------------------------*/
.blogheader {
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: medium;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	word-break: break-all;
}

/* 記事タイトル文字色
--------------------------------------*/
.blogheader a:link, .blogheader a:visited, .blogheader a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* 記事内容
--------------------------------------*/
.blogtext {
	color: #333333;
	padding: 5px;
	line-height: 1.5;
	word-break: break-all;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/* 承認待ち記事内容
--------------------------------------*/
.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: #FFECC4;
	word-break: break-all;
}

/* 記事タイトル(コメント)
--------------------------------------*/
.blogcommentheader {
	color: #666666;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
	padding-left: 5px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	word-break: break-all;
}

/* 記事タイトル(コメント)文字色
--------------------------------------*/
.blogcommentheader a:link, .blogcommentheader a:visited, .blogcommentheader a:hover {
	color: #666666;
	text-decoration: none;
}

/* 記事タイトル(コメント)タイトルなし
--------------------------------------*/
.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;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5;
	word-break: break-all;
}

/* 記事日付
--------------------------------------*/
.blogdate {
	font-size: x-small;
	text-align: right;
	clear: both;
	padding-top: 5px;
}

.blogdate a:link,.blogdate a:visited,.blogdate a:hover{
	text-decoration: none;
}

/* 記事日付(スレッドBBS用)
--------------------------------------*/
.blogdate_thread {
	text-align: left;
	padding-bottom: 5px;
}

/* 記事フッタ
--------------------------------------*/
.blogfooter {
	font-size: x-small;
	border-top: 1px dotted #999999;
	text-align: right;
}

.blogfooter a:link,.blogfooter a:visited,.blogfooter a:hover{
	text-decoration: none;
}

/* 記事フッタ(未読)
--------------------------------------*/
.blogunread {
	font-weight: bold;
	float: left;
	color: #CC0000;
}

/* 記事フッタ(承認待ち)
--------------------------------------*/
.blogunidentified_footer {
	border-top: 1px dotted #999999;
	font-weight: bold;
}

.blogunidentified_footer a:link,.blogunidentified_footer a:visited,.blogunidentified_footer a:hover{	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* 記事(承認待ち発言ありますリンク)
--------------------------------------*/
.blogunidentified {
	font-weight: bold;
	float: left;
}

/* 記事(承認待ち発言ありますリンク)文字色
--------------------------------------*/
.blogunidentified a:link,.blogunidentified a:visited,.blogunidentified a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* 回り込みのクリア
--------------------------------------*/
.clear {
	clear: both;
}

/* カレンダー
DayStyle:何もない日
DayHeaderStyle:
NextPrevStyle：月を移動するリンクボタン
OtherMonthStyle：前月と翌月の日
SelectedStyle:選択した日
SelectorStyle:左端列（なし）
TitleStyle：月の名前
TodayDayStyle：本日
DayStyle：なにもない日(必要なし？)
--------------------------------------*/
#bizpal_calendar {
	line-height: 20px;
	font-size: small;
	padding: 2px;
	text-align: center;
	color: #333333;
}

#bizpal_calendar th, #calendar td {
	text-align: center;
	font-weight: normal;
}

#bizpal_calendar a:link,#bizpal_calendar a:visited{
	text-decoration: none;
	font-weight: bold;
}

#bizpal_calendar a:hover{
	text-decoration: underline;
}

#bizpal_calendar .DayStyle {
	font-size: small;
	background-color: #FFFFFF;
}

#bizpal_calendar .DayHeaderStyle {
	font-size: small;
	background-color: #FFFFFF;
}

#bizpal_calendar .NextPrevStyle {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#bizpal_calendar .NextPrevStyle a:link,#bizpal_calendar .NextPrevStyle a:visited{
	text-decoration: none;
}

#bizpal_calendar .NextPrevStyle a:hover{
	text-decoration: underline;
}

#bizpal_calendar .OtherMonthStyle {
	font-size: small;
	color: #999999;
	background-color: #FFFFFF;
}

#bizpal_calendar .SelectedStyle {
	font-size: small;
	background-color: #FFFFFF;
}

#bizpal_calendar .SelectorStyle{
	font-size: small;
	background-color: #FFFFFF;
}

#bizpal_calendar .TitleStyle {
	font-size: small;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
}
	
#bizpal_calendar .TitleStyle a:link,#bizpal_calendar .TitleStyle a:visited{
	text-decoration: none;
	font-weight: bold;
}

#bizpal_calendar .TitleStyle a:hover{
	text-decoration: underline;
}

#bizpal_calendar .TodayDayStyle {
	background-image: url(image/today.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

#bizpal_calendar .WeekendDayStyle{
	font-size: small;
	background-color: #FFFFFF;
}

/* トラックバック
--------------------------------------*/
.trackbacktitle {
	color: #CC0000;
}

.trackbackhead {
	text-indent: -1.5em;
	color: #333333;
	word-break: break-all;
	padding-left: 1.5em;
}

.trackbackhead a:link,.trackbackhead a:visited,.trackbackhead a:hover{
	text-decoration: underline;
}

.trackbacktext {
	color: #333333;
	word-break: break-all;
	margin-left: 1.5em;
}

.trackbacktext a:link,.trackbacktext a:visited,.trackbacktext a:hover{
	text-decoration: underline;
}

.trackbacktext p {
	margin: 0px;
	padding: 0px;
}

.trackbackline {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px solid #999999;
}

/* 記事編集枠
--------------------------------------*/
.blogedit_frame {
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

/* 添付画像
--------------------------------------*/
.blog_image {
	padding: 5px;
	float: right;
	text-align: center;
	vertical-align: middle;
}

.blog_image_comment {
	font-size: xx-small;
	text-align: center;
	color: #000000;
	width: 120px;
	word-break: break-all;
}

/* 添付画像(位置選択)
/* ・デフォルト(左寄せ)
/* ・左寄せ
/* ・左寄せ回り込み
/* ・右寄せ
/* ・右寄せ回り込み
/* ・中央
--------------------------------------*/
.blog_image_default {
	padding: 5px;
	vertical-align: middle;
}

.blog_image_left {
	padding: 5px;
	vertical-align: middle;
}

.blog_image_left_float {
	padding: 5px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.blog_image_right {
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

.blog_image_right_float {
	padding: 5px;
	float: right;
	text-align: center;
	vertical-align: middle;
}

.blog_image_center {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/* その他の添付ファイル
--------------------------------------*/
.blog_attach {
	padding: 5px;
	float: left;
	text-align: center;
}

.blog_attach_comment {
	font-size: xx-small;
	text-align: center;
	color: #000000;
	width: 60px;
	word-break: break-all;
}


/* コメント用罫線
--------------------------------------*/
.keisen_vert
{
	border-right: 2px solid #CCCCCC;
}
.keisen_hotz
{
	border-bottom: solid 2px #cccccc;
}
	
/* IE用障害対策(No.437)
--------------------------------------*/
.forIE
{
}

/* サインインページ
-----------------------------------------------------------------------------------------*/
.midashi {  font-weight: bold; color: #0066CC}

.main_imgpos {  ; margin-left: 10px}

.imgpos {  float: left; margin-right: 15px; margin-bottom: 10px}

.leftpane {  background-color: #F3F3F3; padding: 5px; text-align: left;}

.signin {
	background-color: #FFFFDD;
	border: 1px #FF9900 dotted;
	padding: 5px;
	text-align: left;
}

.signinmemo {  font-size: smaller; color: #CC6600}

.midashi2 {  font-weight: bold; color: #663300; padding-top: 5px; background-image:  url(image/midashi2bg.gif); background-repeat: repeat; height: 20px; 
background-position: center center; padding-bottom: 5px; }

.midashi3{
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 5px;
	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;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ブログサイズ変更用コントロール
--------------------------------------*/
.Splitter{
	width:99%;
	height:14px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #999999;
	background-color: #CCCCCC;
	background-image: url(image/splitter.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* 透かしテキスト */
.watermarkedText {
	color:#d3d3de;
}

/* モーダルポップアップ時の背景 */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	color:#000000;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Blog Calendar View 関連
   calendarviewHeader Header部のブロック要素
   calendarview カレンダー表示領域
   calendarview div.line_V 縦の罫線
   calendarview div.line_H 横の罫線
   calendarview .dateLabel 日付部分のテキスト
   calendarview .today 本日に表示する枠
   calendarview .anotherMonthDay 該当月以外の日付部分のテキスト
   calendarview .cellHolder カレンダー表示領域の親要素
   calendarview .cell 個々の日付のセル
   calendarview .event 個々の記事
   calendarview .cell span 終日かつ日をまたがない記事
   calendarview .holiday 祝日の色
   calendarview .sunday 日曜日の色
   calendarview .weekday 平日の色
   calendarview .saturday 土曜日の色
   calendarview .bizpalEvent BizPalで作成した記事の色
   calendarview .externalEvent 外部リンクから取得した記事の色
   calendarview .bizpalEvent_daylong BizPalで作成した終日及び日をまたぐ記事の色
   calendarview .externalEvent_daylong 外部リンクから取得した終日及び日をまたぐ記事の色
   calendarview .new 未読記事
   calendarview .update 更新された記事
   calendarview .showOverflow 表示しきれない記事を表示する場合にトリガとなる領域
   calendarview .overflowPopup 表示しきれない記事をホバーして表示する領域
　 calendarview .overflowCellHolder 表示しきれない記事を表示する領域の親要素
   calendarview .overflowColor 表示しきれない記事を表示する領域のデフォルト色
   calendarview .dayorver_left 記事の期間が１週間を越えたケースで過去に続く場合に左隅に表示する矢印
   calendarview .dayorver_right 記事の期間が１週間を越えたケースで未来に続く場合に右隅に表示する矢印 
   calendarview .head_dot 終日イベントの開始日付に表示するマーク
   calendarview .head_dot_right 終日イベントの終了日付に表示するマーク
   ※ カーソルを "customized/xxx/Image/write.ico" に変更する設定はプログラム側でやっています
--------------------------------------*/
.calendarviewHeader {
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding: auto 15px auto 15px;
}

.calendarview {
	width:100%;
}

.calendarview div.line_V {
	position:absolute;
	height:100%;
	width:1px;
	top:0px;
	border-left: 1px solid #c0c0c0;
	z-index:1;
}

.calendarview div.line_H {
	position:absolute;
	width:100%;
	height:1px;
	left:0px;
	border-top: 1px solid #c0c0c0;
	z-index:1;
}

.calendarview .dateLabel {
	font-weight:bold;
}

.calendarview .today {
	z-index:0;
	border-top: solid 3px #FFF04C;
	border-left: solid 3px #FFF04C;
	border-right: solid 2px #FFF04C;
	border-bottom: solid 2px #FFF04C;
	background-color:#FFFFBB;
	height:100%;
	width:100%;
}

.calendarview .anotherMonthDay {
	color:#CCCCCC;
}

.calendarview .cellHolder {
	position:relative;
}

.calendarview .cell {
	position:absolute;
	white-space:nowrap;
	word-break:keep-all;
	cursor:default;
	overflow:hidden;
	overflow-x:hidden;
	z-index:1;
}

.calendarview .event {
	width:100%;
	height:20px;
	overflow:hidden;
	overflow-x:hidden;
	white-space:nowrap;
	word-break:keep-all;
	line-height:20px;
	padding-left:2px;
	z-index:2;
}

.calendarview .cell span {
	margin-left:2px;
}

.calendarview .holiday {
	background-color:#FCEBED;
	color:#ff0000;
}

.calendarview .sunday {
	background-color:#FCEBED;
	color:#ff0000;
}

.calendarview .weekday {
	color:#0000ff;
}

.calendarview .saturday {
	background-color:#D6EFFF;
	color:#0000ff;
}

.calendarview .bizpalEvent {
	color: gray;
}

.calendarview .bizpalEvent:hover {
	color: gray;
}

.calendarview .externalEvent {
	color:#a0522d;
}

.calendarview .externalEvent:hover {
	color:#CC3300;
	text-decoration:none;
}

.calendarview .bizpalEvent_daylong {
	background-color:#FFEECD;
	background-image:url(image/event_daylong.gif);
	background-repeat:repeat-x;
	color:#0033FF;
	border-left:solid 1px #FDA15A;
	border-top:solid 1px #FED0AA;
	border-bottom:solid 1px #FFB030;
	cursor:pointer;
}

.calendarview .bizpalEvent_daylong_hover {
	background-color:#ffd700;
	background-image:url(image/event_daylong_mo.gif);
	background-repeat:repeat-x;
	color:#cc3300;
	border-left:solid 1px #FDA15A;
	border-top:solid 1px #FED0AA;
	border-bottom:solid 1px #FDA15A;
	cursor:pointer;
}

.calendarview .externalEvent_daylong {
	background-color:#FFEECD;
	background-image:url(image/event_daylong.gif);
	background-repeat:repeat-x;
	color:#0033FF;
	border-left:solid 1px #FDA15A;
	border-top:solid 1px #FED0AA;
	border-bottom:solid 1px #FFB030;
	cursor:pointer;
}

.calendarview .externalEvent_daylong_hover {
	background-color:#ffd700;
	background-image:url(image/event_daylong_mo.gif);
	background-repeat:repeat-x;
	color:#cc3300;
	border-left:solid 1px #FDA15A;
	border-top:solid 1px #FED0AA;
	border-bottom:solid 1px #FDA15A;
	cursor:pointer;
}

.calendarview .new {
	font-weight:bold;	
}

.calendarview .update {
	font-weight:bold;	
}

.calendarview .showOverflow {
	text-align:right;
	cursor:default;
	text-decoration:underline;
}

.calendarview .overflowPopup {
	white-space:nowrap;
	word-break:keep-all;
	cursor:default;
	visibility:hidden;
	position:absolute;
	z-index:1000;
}

.calendarview .overflowCellHolder {
	position:relative;
	border-top: none 0px #FFFFFF;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	display:block;
}

/* blogTextのbackground-colorを変えたらこれも変えてください! */
.calendarview .overflowColor {
	background-color:#FFFFFF;
}

.calendarview .head_dot_right {
	background-image:url(image/head_dot_r.gif);
	background-repeat:no-repeat;
	background-position: 100% center;
	overflow:hidden;
}
.calendarview .head_dot_right_hover {
	background-image:url(image/head_dot_r_mo.gif);
	background-repeat:no-repeat;
	background-position: 100% center;
	overflow:hidden;
}
.calendarview .head_dot_left {
	padding-left:13px;
	margin-right:13px;
	background-image:url(image/head_dot.gif);
	background-repeat:no-repeat;
	background-position: 0% center;
	overflow:hidden;
}
.calendarview .head_dot_left_hover {
	padding-left:13px;
	margin-right:13px;
	background-image:url(image/head_dot_mo.gif);
	background-repeat:no-repeat;
	background-position: 0% center;
	overflow:hidden;
}
.calendarview .dayorver_right {
	margin-right:4px;
	background-image:url(image/icon_right.gif);
	background-repeat:no-repeat;
	background-position: 100% center;
	overflow:hidden;
}
.calendarview .dayorver_left {
	padding-left:11px;
	margin-left:2px;
	margin-right:9px;
	background-image:url(image/icon_left.gif);
	background-repeat:no-repeat;
	background-position: 0% center;
	overflow:hidden;
}

/* 時刻入力コントロール */
.setTimePopup {
	background-color:#FFFFFF;
	border: solid 1px #000000;
}

.setTimePopup td {
	cursor:pointer;
	padding:2px 10px 2px 10px;
}

.setTimePopup td:hover {
	cursor:pointer;
	background-color:#808080;
	color:#FFFFFF;
	padding:2px 10px 2px 10px;
}

/* ブログ全体検索
--------------------------------------*/
.search_result {
	color: #333333;
	background-image: url(image/searchResult.gif);
	height:23px;
	margin-top:5px;
	width:100%;
}

.search_article {
	margin:auto auto 20px auto;
}

.search_article_title {
	font-size:120%;
	margin-bottom:5px;
}