@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;
	background-image: url(image/logo_back.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: right;
}

#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 {
	height: 37px;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	background-color: #B2B2B2;
	clear: both;
	vertical-align: top;
}

#bizpal_footer a:link, #bizpal_footer a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#bizpal_footer a:hover{
	color: #EFEFEF;
	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;
	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 {
	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 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_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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#bizpal_menu .currentmenu a:link, #bizpal_menu .currentmenu a:visited {
	color: #ffffff;
}

/* サブメニュー
--------------------------------------*/
#bizpal_submenu {
	clear: left;
	color: #FFFFFF;
	background-color: #BBC6D2;
	height: 24px;
}

#bizpal_submenu ul {
	margin: 0 0 0 7px;
	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:0;
	width:99%;
	padding:15;
	margin:0;
	text-align: left;
}

.blog_table
{
	padding:0;
	border:0;
	width:99%;
	margin: 0px;
}

.error_table
{
	border-collapse: collapse;
	border:0;
	width:600px;
	padding:15;
	margin:0;
	background-color: #FFFFFF;
	text-align: left;
}

TD.cell_title{
	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;
	white-space:nowrap;
}

TD.cell_title .open_level {
	float: right;
	padding: 0px;
}

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;
	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_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;
	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_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;
	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_title_rss .open_level {
	float: right;
	padding: 0px;
}

TD.cell_title_mygroup{
	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_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;
	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_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;
	white-space: nowrap; 
}

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;
	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: #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_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;
}

/*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;
}

/* 写真
--------------------------------------*/
.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;
	line-height: 100%;
	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: #EFEFEF;
	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: #EFEFEF;
	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;
	background-color: #FFFFFF;
	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_blog .menu .open_level {
	float: right;
	padding: 0px 2px 0px 0px;
}

/* サイドメニュー(検索)
--------------------------------------*/
#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_articlelist a:link,#bizpal_sidemenu_articlelist a:visited,#bizpal_sidemenu_articlelist a:hover{
	text-decoration: underline;
}

/* サイドメニュー(トラックバック一覧)
--------------------------------------*/
#bizpal_sidemenu_tracklist {
	width: 200px;
	padding: 0px;
	text-align: left;
	word-break: break-all;
}

#bizpal_sidemenu_tracklist a:link,#bizpal_sidemenu_tracklist a:visited,#bizpal_sidemenu_tracklist a:hover{
	text-decoration: underline;
}

/* サイドメニュー(フリーボックス)
--------------------------------------*/
#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;
	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: 3px 10px 3px 3px;
	border: none;
	align: absmiddle;
	text-align: left;
	float: 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: bottom;
}

/* ブログタイトル
--------------------------------------*/
.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;
}

/* 公開レベル
--------------------------------------*/
.open_level {
	font-size: small;
	font-weight: normal;
	color: #000000;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/* 記事を書く
--------------------------------------*/
.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-bottom:-2px;
	font-size: small;
}

TD.cell_tab {
	text-align: center;
	width: auto;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: 1px solid #999999;
}

TD.cell_tab a:link, TD.cell_tab a:visited {
	color: #003366;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #EEEEEE;
	border-left: solid 1px #999999;
	border-right: 1px solid #EEEEEE;
	text-decoration: none;
}

TD.cell_tab a:hover {
	color: #CC0000;
	background-color: #CCCCCC;
}

TD.cell_tab_current {
	color: #003366;
	background-image: url(image/tab.gif);
	background-color: #FFFFFF;
	background-position: top;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: solid 1px #FCA601;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	dispaly:block;
	text-decoration: none;
}

/* ブログ概要
--------------------------------------*/
.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-left: 1px solid #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	line-height: 1.5;
	word-break: break-all;
}

/* 承認待ち記事内容
--------------------------------------*/
.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;
	clear: both;
}

/* 記事フッタ
--------------------------------------*/
.blogfooter {
	font-size: x-small;
	text-align: right;
	border-top: 1px dotted #999999;
}

.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: 140%;
	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 #666666;
}

/* 記事編集枠
--------------------------------------*/
.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;
}


/* ブログ全体検索
--------------------------------------*/
.search_result {
	color: #333333;
	background-image: url(image/submenu.gif);
	height:23px;
	margin-top:5px;
	width:100%;
}

.search_article {
	margin:auto auto 20px auto;
}

.search_article_title {
	font-size:120%;
	margin-bottom:5px;
}
