@charset "utf-8";
/* ===================================================================
CSS information

 file name  :main.css
 author     :lassic(admin)
 style info :トップページ用スタイルシート

=================================================================== */

/* -----------------------------------------------------------
	#main-image
		トップページの画像イメージ
----------------------------------------------------------- */

#main-image{
	width: 760px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #555555;
}

/* -----------------------------------------------------------
	#mainNav
		アコーディオンバナー
----------------------------------------------------------- */
#mainNav .linklist {
	padding:2px 5px 2px 255px;
	width:348px;
}

#mainNav .mark {
	background-color:#FFCC66;
	color:#ffffff;
	font-size:10px;
	margin: 0px 5px 0px 0px;
	padding: 1px 1px 1px 1px;
}

#mainNav .linklist .link {
	margin-bottom:1px;
	font-size:12px;
	line-height:14px;
	vertical-align:middle;	
}

#mainNav .linklist a {
	color:#ffffff;
}

.linklist_l, .linklist_r {
	width: 150px;
	height: 100px;
}

.linklist_l {
	float:left;	
/*	margin-left:30px;*/
}

.linklist_r {
	float:right;
/*	margin-right:30px;*/
}

.listalign{
	margin-left: 20px;
}


/* -----------------------------------------------------------
	#contents
		トップページのコンテナ配置
----------------------------------------------------------- */


#contents {
	margin-right: 10px;
	width: 760px;
}

#contents #main{
	width: 600px;
	float: left;
}


#contents #sub{
	width: 150px;
	float: right;
}

/* -----------------------------------------------------------
	#project-case_list
		事業事例一覧
----------------------------------------------------------- */
.project-case_list {
	padding-left:1px;
	margin-bottom:0px;
}
/* _on カレントページで常に選択状態にする */
#sideNav_list .on{
	background: url(../img/item/sideNav_back_over_projectcase.gif) no-repeat;
}
/* _off マウスオーバー時は選択状態にする */
#sideNav_list .off{
	background: url(../img/item/sideNav_back_projectcase.gif) no-repeat;
}


#mainNav {
	width: 760px;
	margin-right: 10px;
}

#sm li {
	margin: 0;
	padding: 0;
}

#sm a {
	margin-right: 2px;
}

#contents {
	margin-top: 20px;
}

#subject {
	width: 600px;
	height: 92px;
}



#subject-image {
	float: left;
	width: 228px;
	height: 92px;
}

#subject-case{
	float: right;
	width: 372px;
}

#subject-case p{
	margin: 0;
}

#solution {
	margin-top: 15px;
	width: 600px;
}

.solution-case {
 	width: 600px;
 	height: 73px;
	margin-top: 10px;
}

.solution-image {
	float: left;
	width: 118px;
	height: 73px;
	margin: 0px;
}

.solution-details {
	float: right;
	width: 467px;
	height: 73px;
}

.solution-title {
	width: 447px;
	background: url('../img/parts/list-style_green.gif') left top repeat-y;
	padding: 3px 0 3px 20px;
	margin: 3px 0 7px 0;
}

.solution-title .blanklink {
	background: url('../img/item/targetblank.gif') no-repeat right;
	padding-right:22px;
}

.solution-case-details {
	width: 467px;
	height: 30px;
	font-size: 12px;
	margin: 0px;
}

#company-profile, #project-case, #service-solution {
	width:600px;
	height:100px;
	cursor:pointer;
}

#company-profile {
	background:url('../img/button/topNav_company-profile.gif') 0px 0px no-repeat;

}

#project-case {
	background:url('../img/button/topNav_project-case.gif') 0px 0px no-repeat;
}

#service-solution {
	background:url('../img/button/topNav_service-solution.gif') 0px 0px no-repeat;
}


/* -----------------------------------------------------------
	#sub
		サブ
----------------------------------------------------------- */

#sub ul li{
	margin-bottom: 8px;
}



/*しょうがい者雇用支援*/


.banner {
	float: right;
	width: 150px;
	margin-top:20px
}




/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */

#footer{
	clear: both;
}

#footer-wrap{
	position: relative;
}

#subNav {
	background: url('../img/item/footer-upper-bg.gif') no-repeat top;
	padding-top: 10px;
}

#lassic_address{
	width: 655px;
}

#lassic_address p{
	float: left;
}

#footerprivacy{
	position: absolute;
	top: 40px;
	right: 29px;	
}

#copyright{
	clear: left;
}




/* ===================================================================
	clearfix
	floatclear
=================================================================== */


/* clearfix */
#contents:after,
#subject:after,
.solution-case:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents,
#subject,
.solution-case,
#obstacle { display: inline-block; }

/* Hide from IE-mac \*/
*html #contents,
*html #subject,
*html .solution-case,
*html #obstacle { height: 1%; }
#contents,
#subject,
.solution-case,
#obstacle { display: block; }
/* End hide from IE-mac */




