/*--------会社案内（index.php）の内容-----------*/
body{
	background-image:url(../image/back_subpage.jpg);
	background-repeat: repeat-x;
}



/*--右ボックスの中身--*/

div#company_contents{
	margin-bottom:20px;
	padding-bottom:10px;
	border:solid 1px #E1E1E1;
}
.side_about,
.side_history,
.side_support,
.side_about a,
.side_history a,
.side_support a{
	width:173px;
	height:26px;
	display:block;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.side_about,.side_about a{
	background:url(../image/side_about.jpg) no-repeat;
}
.side_history,.side_history a{
	background:url(../image/side_history.jpg) no-repeat;
}
.side_support,.side_support a{
	background:url(../image/side_support.jpg) no-repeat;
}
.side_about a,
.side_history a,
.side_support a{
	background-position: 0 0;
}
.side_about a:hover,
.side_history a:hover,
.side_support a:hover{
	background-position: -173px 0;
}


/*--------会社概要（company.php）の内容-----------*/
/*
h2.kaisyagaiyou{
	width:590px;
	height:36px;
	text-indent:-9999px;
	background:url(../image/kaisyagaiyou.jpg) no-repeat;
}
*/
#consept{
	background:url(../image/h4_company.jpg) no-repeat;
	text-align:left;
	text-indent:-9999px;
	width:513px;
	height:74px;
	padding:20px 0;
	margin:0;
}

dl.prof{
	margin:5px 0;
	font-size:0.8em;
	line-height: 1.3em;
	text-align:left;
	color:#333333;
	border-bottom: dotted 1px #A3A3A3;
}
dl.prof dt{
	width:8.7em;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 10px;
	float:left;
}
dl.prof dd{
	margin-left:8.8em;
	padding:10px 0px 10px 0px;
}




/*--------沿革（work.php）の内容-----------*/
/*
h2#kaihatsujisseki{
	width:590px;
	height:36px;
	text-indent:-9999px;
	background: url(../image/kaihatsujisseki.jpg) no-repeat;
}
table.works{
	width:500px;
	line-height:140%;
	font: normal 12px Osaka,sans-serif; 
	margin:20px auto 10px;
	padding:10px 10px 10px 10px;
	border-collapse:collapse;
	color:#666666;
	border:1px solid  #CFCCC4;
}
th{
	background-color:#EDECE8;	
	padding:5px 5px 5px 5px;
	border:1px solid  #CFCCC4;
}
td{
	padding:5px 5px 5px 10px;
	background-color:#FFFFFF;
	border:1px solid  #CFCCC4;
}
*/
/*--------チームマイナス6％（team6.php）の内容-----------*/
/*
h2#teamminus6{
	width:590px;
	height:36px;
	text-indent:-9999px;
	background: url(../image/teamminus6.jpg) no-repeat;
}
*/
div#support{
	width:623px;
	margin:auto;
	border:solid 1px #CCCCCC;
}
div#team6{
	font-size:0.75em;
	line-height:150%;
	letter-spacing:1px;
	background:url(../image/back_team6.jpg) no-repeat;
	padding:478px 234px 20px 34px;
}
div#team6 p{
	padding-bottom:10px;
}
div#btnbox{
	padding:20px 200px;
}
.btn,
.btn a{
	width:218px;
	height:61px;
	display:block;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.btn,.btn a{
	background:url(../image/btn_wirealls.jpg) no-repeat;
}
.btn,
.btn a{
	background-position: 0 0;
}
.btn a:hover{
	background-position: 0 -61px;
}
