@charset "utf-8";

/*  サインイン
--------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: auto;
	background-color: #F8F8F8;
}

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}

/* 写真の枠
--------------------------------------*/
.photo {
	background-image: url(image/photo_middle_my.gif);
	background-repeat: repeat-y;
}

.photo_top {
	background-repeat: no-repeat;
	background-image: url(image/photo_top_my.gif);
}
.photo_bottom {
	background-image: url(image/photo_bottom_my.gif);
	background-repeat: no-repeat;
}

/* メニュー
--------------------------------------*/
#bizpal_menu .currentmenu {
	color: #FFFFFF;
	background-color: #555555;
	background-image: url(image/menu_current_my.gif);
	background-repeat: repeat-x;
}

#bizpal_menu .currentmenu a:link, #bizpal_menu .currentmenu a:visited, #bizpal_menu .currentmenu a:active {
	color: #ffffff;
}

/* サブメニュー
--------------------------------------*/
#bizpal_submenu {
	color: #FFFFFF;
	background-color: #555555;
}

#bizpal_submenu a:link, #bizpal_submenu a:visited, #bizpal_submenu a:active {
	color: #FFFFFF;
}

#bizpal_submenu a:hover {
	color: #FFFFFF;
}

#bizpal_submenu .currentmenu {
	color: #FFFFFF;
}

#bizpal_submenu .notselected {
	color: #FFFFFF;
}

#bizpal_submenu .currentmenu a:link, #bizpal_submenu .currentmenu a:visited, #bizpal_submenu .currentmenu a:active {
	color: #FFFFFF;
}

/* メイン(左)
--------------------------------------*/
#bizpal_main {
	width: 535px;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* サイドバー(左)
--------------------------------------*/
#bizpal_sidebar {
	width: 195px;
	text-align: center;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	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;
}

/* サインインページ
-----------------------------------------------------------------------------------------*/
.midashi {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(image/midashi.gif);
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.text {
	text-align: justify;
	text-justify: auto;
	font-weght: normal;
	padding-left: 15px;
	padding-right: 10px;
}

.text_small {
	text-align: justify;
	text-justify: auto;
	font-size: xx-small;
	font-weght: normal;
	text-align: right;
	margin-right: 5px;
}

.more {
	float: right;
	font-size: xx-small;
	font-weight: nomal;
	margin-top: 6px;
	margin-right: 2px;
}

.main_imgpos {
	float: right;
	margin: 5px;
	clear: both;
}

.imgpos {
	height: 195px;
	width: 545px;
	float: left;
	background-image: url(image/topimg_02.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding:10px 0px 0px 0px;
}

.leftpane {
	background-color: #f6f6e4;
	padding: 5px;
	text-align: left;
}

.signin {
	height:195px;
	background-color: #FFFFFF;
	background-image: url(image/topimg_01.jpg);
	background-repeat: no-repeat;
	border: 0px solid #666666;
	margin: 0px 0px 10px 0px;
	text-align: left;
	padding: 10px 0px 0px 10px;
	line-height: 103%;
}

.table_topimg {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(image/topimg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.table_top {
	width: 99%;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

.table_top_cell {
	text-align: justify;
	text-justify: auto;
	vertical-align: top;
	padding: 2px;
	display-block: block;
}

.table_top_cell2 {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
	padding-left: 5px;
	display-block: block;
}

.table_plan {
	width: 90%;
	text-align: left;
	margin-left: 30px;
	margin-right: 5px;
	background-color: #EFEFEF;
}

.table_function {
	border-collapse: collapse;
	border:0;
	width: 95%;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
}

.table_function_cell {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	display-block: block;
	border: solid 1px gray;
	word-break: break-all;
}

.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;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}

.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: 5px;
}

.li {
	display: list-item;
	margin-left: 30px;
}