/*
monstar-lab CSS
*/

a.selected:hover {
	color: #FFCF47;
}

td.menu .sub_title {
	height: auto;
	padding-left: 10px;
	font-size: 90%;
	margin-top: 15px;
}

.sub_title#selected {
	background: #FFFFFF url(images/business_menu_bar.gif) no-repeat;
	color: #FFFFFF;
}

td.menu .item_title {
	width: 100%;
	/*height: 30px;*/
	text-align: left;
	padding: 2px 0 0 20px;
	vertical-align: middle;
	font-size: 80%;
}

td.menu .item_title#item_selected {
	/*border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF7335;*/
	background: #FFFFFF url(images/business_sub_menu_bar.gif) no-repeat;
	color: #FFFFFF;
}

.center_board .contents_board_biz {
	width: 565px;
	height: auto;
	text-aling:center;
	margin-top: 20px;
	/*padding-left: 35px;*/
	/*background-color: yellow;*/
}

td.contents .explanation_biz {
	float: left;
	width: 510px;
	height: auto;
	padding-left: 0px;
	text-align: left;
	font-size: 80%;
	/*background-color: pink;*/
}

div.biz_case {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}

div.biz_case_desc {
	margin-bottom: 1em;
	margin-left: 20px;
	margin-right: 10px;
}

div.sol_full {
	/*width: 240px;*/
	width: 100%;
}

div.sol_left {
	float:left;
	width: 240px;
	/*background-color:pink;*/
}

div.sol_right {
	float:left;
	width: 230px;
}

div.column {
	font-weight: bold;
	float: left;
	width: 50%;
}

div.v {
	margin-bottom: 1em;
	width: 100%;
	float: left;
	height:auto;
}

div.half_v {
	margin-bottom: 0.4em;
	width: 255px;
	float: left;
	height:auto;
}

div.comment {
	margin-bottom: 1em;
	background: #FF7335 url(images/comment.jpg) top left no-repeat;
	width: 450px;
	height: 130px;
	padding-left: 24px;
	padding-top: 10px;
	padding-right: 40px;
	float: left;
}

div.half_comment {
	background: #FF7335 url(images/comment_half.jpg) top left no-repeat;
	/*width: 50%;*/
	width: 195px;
	_width: 190px;
	height: 200px;
	padding-left: 23px;
	padding-right: 45px;
	_padding-right: 35px;
	padding-top: 10px;
	_padding-top: 2px;
	float: left;
}

div.staff_box {
	float: left;
	width: 60px;
	height: 120px;
	text-align: center;
	margin-right:2pt;
	padding: 0;
}

div.thumb_left {
	float: left;
	width: 240px;
	height: 210px;
	text-align: center;
}

div.thumb_right {
	float: left;
	width: 240px;	
	height: 210px;
	text-align: center;
}

div.no_image {
	padding-top: 80px;
	height: 120px;
}


.contents_board .contents_header {
	background: #FF7335 url(images/business_header.gif) no-repeat;
}

.contents_board .contents_body {
	padding-bottom: 20px;
	background: #FFFFFF url(images/business_body.gif) repeat-y;
}

.contents_board .contents_footer {
	height: 145px;
	background: #FFFFFF url(images/business_footer.gif) no-repeat;
}

td.menu a:hover {
	color: #FF7335;
}

h1#icon {
	background:transparent url(images/header_business.jpg) no-repeat scroll left center;
	float:left;
	font-size:140%;
	font-weight:bold;
	height:25px;
	margin:10px 0pt 15pt 0;
	padding-left:30px;
	padding-top:0pt;
	text-align:left;
	/*width:550px;*/
	width: 480px;
}

h2 {
	font-size: 100%;
	width: 500px;
	margin-top: 15px;
}

ul {
	/*margin-top: 5px;*/
	padding: 15px;
	width: 550px;
	list-style-type: square;
	list-style-position: outside;
}



.return a, .board a, .contents_body a, .contents_footer a {
	text-decoration: underline;
	color: #ffffff;
}

.return a:visited, .board a:visited, .contents_body a:visited, .contents_footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}

.return a:link, .board a:link, .contents_body a:link, .contents_footer a:link {
	text-decoration: underline;
	color: #ffffff;
}

.return a:hover,  .board a:hover, .contents_body a:hover, .contents_footer a:hover {
	text-decoration: underline;
	color: #A7C817;
}

.contents_body .image {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	/*background-color: red;*/
}

#imageContainer {
	position:relative;
	margin:auto;
	width:300px; /*画像の横幅*/
	border: 0px; /*画像のまわりのボーダー*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

