/*--------------------お約束--------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}



/*--------------------ボディ--------------------*/
body {
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #fc9;
}
/*↑IEの互換性保持対策*/



/*--------------------黒潮会共通--------------------*/
p{
	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: 50px;
	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: 196px;
	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_about a:hover {
	background: url(../img/bg_main_navi.jpg) top;
	background-position: -196px -40px;
}
#navi_institution a:hover {
	background: url(../img/bg_main_navi.jpg) top;
	background-position: -392px -40px;
}
#navi_service a:hover {
	background: url(../img/bg_main_navi.jpg) top;
	background-position: -588px -40px;
}
#navi_access a:hover {
	background: url(../img/bg_main_navi.jpg) top;
	background-position: -784px -40px;
}

#main_image {
	margin: 0 0 30px;
}

#main_image p{
	margin: 10px 50px 0;
}

#main_image h2{
	width:880px;
}


/*--------------------レフト--------------------*/
#index_left {
	width: 300px;
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
}

#index_left p{
	width: 280px;
	margin: 10px 0;
	font-size: 0.6em;
	line-height: 2em;
}

/*--------------------ライト--------------------*/
#index_right {
	width: 600px;
	float: right;
	text-align: left;
	margin: 0 20px 0 0;
}

#index_right h2{
	width: 580px;
	height: 22px;
	background: #000;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 0 0 20px;
}

.news_phot {
	width: 340px;
	float: right;
	padding: 0 10px 0 10px;
}
.news_text {
	padding: 0 5px 50px 5px;
}



/*--------------------フッター--------------------*/
#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;
	/**/
}
