
/*** サイト共通 ****/

td {word-break:break-all;}

body {
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , sans-serif;
	line-height: 23px;
	text-align: center;
	margin: 0;
	padding: 0;
/*
	scrollbar-3dlight-color:#60ff00;
	scrollbar-arrow-color:#60ff00;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#60ff00;
*/
	background-color: #ffffff;
	color: #333333;
}

a:link{color: #255FA9;} 
a:visited{color: #255FA9;}
a:hover{color: #255FA9;}
a:active{color: #255FA9;}
a{text-decoration: underline;}

img {
	border:none;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
}

#main {
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
	width: 770px;
	/*
	background:url('/bbasic/contents/official_com/') ;
	*/
	background-color: #ffffff;
	padding-bottom: 8px;
}

#mbody {
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 auto 0 auto;
	width: 770px;
	color:#333333;
	background-color: #ffffff;
}

ul {
	margin-top: 4px;
}

li {
	margin: 0;
	padding: 0 6px 0 6px;
}

#left {
	width: 130px;
	float:left;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
}

div.spacer{
	display: block;
	height:5px;
}


/** ヘッダー **/
#header {
	width: 770px;
	/* height:90px; */
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	/*
	text-align:center;
	background-image: url(/bbasic/contents/official_com/015812265579429980758.gif);
	background-repeat: repeat-x;
	*/
	background-color: #ffffff;
	border-bottom: dotted 2px #333333;
}
#header_table {
	width: 100%;
}

.inner_header_left{
	font-size:12px;
	text-align: left;
}
.inner_header_right{
	text-align: right;
	font-size:12px;
}


/** フッター **/
#footer{
	width: 770px;
	padding: 1px 5px 1px 5px;
	text-align:left;
	vertical-align:bottom;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	float: left;
}
#footer2 {
	width: 770px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	vertical-align:bottom;
	background-color: #ffffff;
	color: #333333;
	float: left;
}
td.inner_footer_left{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #333333;
	color: #ffffff;
	font-size: 11px;
}
td.inner_footer_right{
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #333333;
	color: #ffffff;
	font-size: 11px;
}
.inner_footer_right a:link{color:#ffffff;}
.inner_footer_right a:visited{color:#ffffff;}
td.inner_footer2{
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
}


/** 左右カラムの要素 **/
.item {
	width:100%;
	font-size: 12px;
	background:#ffffff;
	/*
	border-right: #b4b4b4 1px solid;
	border-left: #b4b4b4 1px solid;
	border-bottom: #b4b4b4 1px solid;
	border-top: #b4b4b4 1px solid;
	*/
	vertical-align: top;
}

/** 左右カラムのバナー **/
.banner_left {
	width:100%;
	font-size: 12px;
	background:#ffffff;
	vertical-align: top;
	text-align: left;
	margin-bottom: 3px;
}

.banner_right {
	width:100%;
	font-size: 12px;
	background:#ffffff;
	vertical-align: top;
	text-align: right;
	margin-bottom: 3px;
}

/** メニュー **/
div.menu_box {
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	/*
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	*/
}
div.menu_item {
	vertical-align: middle;
	margin-bottom:3px;
}
.menu_item a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#333333;
}
.menu_item a:visited{color:#ffffff;}
.menu_item a:hover{background-color:#D00014;color:#ffffff;}

div.menu_item_active {
	vertical-align: middle;
	margin-bottom:3px;
}
.menu_item_active a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#D00014;
}
.menu_item_active a:visited{color:#ffffff;}
.menu_item_active a:hover{background-color:#D00014;color:#ffffff;}

div.menu_sub_item{
	vertical-align: middle;
	padding-bottom: 5px;
}
.menu_sub_item a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-right:7px;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#ffffff;
	line-height:18px;
}
.menu_sub_item a:visited{color:#333333;}
.menu_sub_item a:hover{background-color:#D00014;color:#ffffff;}




table.main_content_title_table{
	border-bottom: solid #333333 5px;
	width: 100%;
}
td.main_content_title_td{
	font-weight: bold;
	font-size: 13px;
}


/** 記事 **/
div.main_content_title {
	width:100%;
	font-weight: bold;
	font-size: 13px;
	background-color:#ffffff;
	border-bottom: #333333 5px solid;
	padding-top: 0px;
	padding-bottom: 3px;
	vertical-align: bottom;
}

div.topic_sub_title {
	font-size:12px;
	color:#00439A;
	font-weight:bold;
}

div.topic_title_box {
	width:100%;
	font-weight: bold;
	font-size: 13px;
	background:#ffffff;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 3px;
	margin-left: 5px;
}
table.topic_table{
	border-collapse: collapse;
	/*
	border-right: #b4b4b4 1px solid;
	border-left: #b4b4b4 1px solid;
	border-bottom: #b4b4b4 1px solid;
	border-top: #b4b4b4 1px solid;
	*/
	background:#ffffff;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.topic_td{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 23px;
}

hr.dotted_border{
	width: 100%;
	size: 4px;
	color: #333333;
	background-color: #ffffff;
	border-style: dotted;
}

/** 製品紹介 **/
div.introduction{
	padding-top:8px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	/*
	border-right: #b4b4b4 1px solid;
	border-left: #b4b4b4 1px solid;
	border-bottom: #b4b4b4 1px solid;
	border-top: #b4b4b4 1px solid;
	*/
	background:#ffffff;
	line-height:20px;
}
table.introduction_table{
	line-height: 20px;
}
td.introduction_td {
	vertical-align:top;
	text-align: left;
	font-size: 12px;
	padding-left:3px;
	padding-right:2px;
}
td.introduction_title_td {
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	vertical-align: middle;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
td.introduction_td_next{
	vertical-align:top;
	text-align: right;
	font-size: 12px;
	padding-left:8px;
	padding-right:2px;
}


/** 実績紹介 **/
td.results_col1{
	width: 125px;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 12px;
}
td.results_col2{
	width: 110px;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 12px;
}
td.results_col3{
	width: 140px;
	vertical-align: top;
	line-height: 18px;
	padding-right: 5px;
	font-size: 12px;
}
td.results_col4{
	width: 370px;
	vertical-align: top;
	line-height: 18px;
	font-size: 12px;
}
div.results_col3_title{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}


/** 機能紹介 **/
div.function_header{
	background-image: url(../img/function_note_top.gif);
	height: 70px;
	width: 600px;
}
div.function_bg{
	background-image: url(../img/function_note_middle.gif);
	text-align: left;
	padding-top: 5px;
	width: 600px;
}
div.function_footer{
	background-image: url(../img/function_note_under.gif);
	height: 20px;
	width: 600px;
}


/** 著書紹介 **/
td.commercial_list {
	vertical-align: top;
}

/** プレスリリース **/
div.press_release_date {
	font-weight: bold;
	margin-top: 10px;
}
img.press_release_img {
	width: 120px;
	vertical-align: top;
}

/** 社長の声.背景 **/
div.presidents_voice_bg{
	background-image: url(../img/presidentsvoice_message.jpg);
	background-repeat: no-repeat;
	text-align:left;
	width: 630px;
	height: 580px;
	padding-top: 80px;
	padding-left: 38px;
	padding-right: 55px;
}


/** 矢印 **/
td.arrow_area {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}


/** 機能詳細 **/
table.function_table {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	border-color: #ffffff;
}
td.function_title {
	background-color: #333333;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: top;
}
td.function_td_left {
	vertical-align: top;
	width: 170px;
	font-weight: bold;
	background-color: #E6E6E6;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;	
	line-height: 23px;	
}
td.function_td_right {
	vertical-align: top;
	width: 430px;
	background-color: #E6E6E6;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 23px;	
}

td.function_title_blue {
	background-color: #00439A;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;	
	text-align: center;
	vertical-align: top;
}
td.function_td_left_blue {
	vertical-align: top;
	width: 170px;
	font-weight: bold;
	background-color: #D8E8F5;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;	
	line-height: 23px;	
}
td.function_td_right_blue {
	vertical-align: top;
	width: 430px;
	background-color: #D8E8F5;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 23px;	
}

td.function_title_orange {
	background-color: #F15A24;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;	
	text-align: center;
	vertical-align: top;
}
td.function_td_left_orange {
	vertical-align: top;
	width: 170px;
	font-weight: bold;
	background-color: #FFF1E2;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;	
	line-height: 23px;	
}
td.function_td_right_orange {
	vertical-align: top;
	width: 430px;
	background-color: #FFF1E2;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 23px;	
}


td.function_title_green {
	background-color: #409f50;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;	
	text-align: center;
	vertical-align: top;
}
td.function_td_left_green {
	vertical-align: top;
	width: 170px;
	font-weight: bold;
	background-color: #e2f0e4;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;	
	line-height: 23px;	
}
td.function_td_right_green {
	vertical-align: top;
	width: 430px;
	background-color: #e2f0e4;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 23px;	
}






/*** 
未使用（後で精査） 
BeatOfficeのオフィシャルブログの機能で
吐かれたヤツをとっといてる
***/
.item_title {
	width:170px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#000040;
	background:#ff0040;
}

.item_title_img {
	width:170px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
	overflow: hidden;
}

.common_title {
	width:600px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
	background:#ff0040;
	color:#000040;
	line-height: 20px;
}

.common
{
  width:598px;
  border-right: #ff0040 1px solid;
  border-left: #ff0040 1px solid;
  border-bottom: #ff0040 1px solid;
  border-top: #ff0040 1px solid;
  font-size: 13px;
	background:#ffffff;
	color:#000000;
}

.wizard_menu {
  padding: 5px;
	font:14px;
  font-weight: bold;
	color:#000000;
	background-color: #ffffff;
	text-align: left;
}.wizard_menu a {
  padding: 5px;
	font:14px;
  font-weight: bold;
	text-decoration: underline;
	color: #0040ff;

}


.common_form_left {
	padding: 5px;
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
	border-right: #ff0040 1px solid;
	border-top: #ff0040 1px solid;
	text-align: left;
}
.common_form_right {
	font-size: 12px;
	padding: 5px;
	color:#000000;
	background-color: #ffffff;
	border-top: #ff0040 1px solid;
	text-align: left;
}
.common_list_left {
	padding: 5px;
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
	border-right: #ff0040 1px solid;
	border-top: #ff0040 1px solid;
	text-align: left;
}
.common_list_right {
	font-size:12px;
	padding: 5px;
	color:#000000;
	background-color: #ffffff;
	border-top: #ff0040 1px solid;
	text-align: left;
}

.common_next_event
{
	width:575px;
	text-align:right;
	padding:3px;

}

.topic_next_event
{
	width:450px;
	text-align:right;
	padding:3px;

}

.inner_menu
{
	width:407px;
	padding:3px;
}

.notice{
	padding:8px;
  font-weight: bold;
	width:600px;
}

.padding{
	padding:8px;
}

.required {
	color: rgb(228, 113, 154);
}
.main_clear {clear:both;both;height:1px;}
.btn {
	border: 1px solid;
	border-color: #ff0040;
	color:#ff0000;
	background-color: #ffffff;
	margin: 2px;
}

.textarea {
	width:420px;
	height: 7em;
/*
	scrollbar-3dlight-color:#60ff00;
	scrollbar-arrow-color:#60ff00;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#60ff00;
*/
}

.text {width:450px;}


