/*--------------------お約束--------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}



/*--------------------ボディ--------------------*/
body {
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background:  url(img/bg_chikaraya.jpg);
	
}
/*↑IEの互換性保持対策*/



/*--------------------黒潮会共通--------------------*/
html {
	line-height: 150%;
}

h2{
	width: 840px;
	height: 22px;
	padding: 3px 30px;
	background: #000;
	font-size: 1.2em;
	color: #fff;
	margin: 10px auto 10px;
}

table {
	margin: 0 auto 50px;
	border-collapse: collapse;
}



/*--------------------ヘッダー--------------------*/
#header {
	height: 50px;
}

/*--------------------コンテナトップ--------------------*/
#container_top {
	width: 980px;
	height: 100px;
	margin: auto;
	background: #fff;
}

#container_top a {
	width: 940px;
	height: 65px;
	text-align: left;
	display: block;
	padding: 35px 0 0 40px;
}

/*--------------------コンテナ--------------------*/
#container {
	width: 980px;
	margin: auto;
	background-color: #fff;
}



/*--------------------コンテナボトム--------------------*/
#container_bottom {
	width: 980px;
	height: 100px;
	margin: auto;
	background: #fff;
}


/*--------------------メインナビ--------------------*/

ul,li　{
	margin:0;
	list-style: none;
}

.navi {
	width: 980px;
	margin: auto;
	background: url(img/bg_main_navi.jpg) top no-repeat;
}

.navi li {
	float: left;
}

.navi li a {
	display: block;
	width: 326px;
	height: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}



#navi_top a:hover {
	background: url(img/bg_main_navi.jpg) top;
	background-position: 0 -40px;
}
#navi_seikatsusuru a:hover {
	background: url(img/bg_main_navi.jpg) top;
	background-position: -326px -40px;
}
#navi_kuroshiokai a:hover {
	background: url(img/bg_main_navi.jpg) top;
	background-position: -652px -40px;
}



#main_image {
	margin: 0 0 30px;
}



/*--------------------レフト--------------------*/
#index_left {
	width: 340px;
	height: 600px;
	float: left;
	text-align: center;
	margin: 0 0 0 20px;

}

#index_left h2{
	width: 340px;
	height: 24px;
	background: #000;
	color: #f90;
	font-size: 0.9em;
	padding: 2px 0 0 0;
	margin: 0;
}



/*--------------------レフト・ナビ--------------------*/

.sub_navi {
	width: 340px;
}

ul,li　{
	margin:0;
	list-style: none;
}

.sub_navi li a {
	display: block;
	width: 340px;
	height: 120px;
	margin: 0 0 5px 0;
}

#sub_navi_minna {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 26px;
}
#sub_navi_aiwa {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 -94px;
}
#sub_navi_anex {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 -214px;
}
#sub_navi_care {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 -334px;
}
#sub_navi_kuroshiokai {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 -454px;
}

#sub_navi_kodomo {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: 0 -574px;
}


#sub_navi_minna a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px 0;
}
#sub_navi_aiwa a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px -120px;
}
#sub_navi_anex a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px -240px;
}
#sub_navi_care a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px -360px;
}
#sub_navi_kuroshiokai a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px -480px;
}

#sub_navi_kodomo a:hover {
	background: url(../img/bg_sub_navi.jpg) top left;
	background-position: -340px -600px;
}


/*--------------------フッター--------------------*/
#footer {
	/*clear: both;は厳密には間違い*/
	/*↓のクリアフィクスでコンテナにクリアをかける。*/
	text-align: right;
}
#footer p {
	width:980px;
	height: 30px;
	margin: 10px auto 100px;
	padding:0 40px 0 0;
	text-align:right;
}



/*--------------------ライト--------------------*/
#index_right {
	width: 560px;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
}

#index_right h2{
	width: 480px;
	height: 22px;
	margin: 0;
	padding: 3px 30px;
	font-size: 1.2em;
	background: #000;
	color: #f90;
}

#index_right p{
	width: 480px;
	margin: 10px 0 50px 20px;
}

#index_right td{
	padding: 5px 50px;
}

#syouhin td{
	text-align: center;
}

#syouhin th{
	text-align: center;
	padding: 0;
}

/*--------------------フッター--------------------*/
#footer {
	/*clear: both;は厳密には間違い*/
	/*↓のクリアフィクスでコンテナにクリアをかける。*/
	text-align: right;
}
#footer p {
	width:980px;
	height: 30px;
	margin: 10px auto 100px;
	padding:0 40px 0 0;
	text-align:right;
}



/*--------------------クリアフィクス--------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/*--------------------力屋--------------------*/
#syouhin td {
	height: 60px;
	vertical-align: top;
}