@charset "UTF-8";

/* ページ全体 */

body{
	width : 100%;
	background-color : #fff;
	color : #556;
	font-size : 16px;
	font-family : "Hiragino Kaku Gothic ProN","ヒラギノ 角ゴ ProN W3","Meiryo","メイリオ",sans-serif;
}

.headertitle{
	font-size : 20px;
	color : #A0522D;
	font-weight : bold;
}

/* ナビのレイアウト */
nav{
	position: fixed; 
 	z-index: 999;
  
  	width : 100%;
	min-width : 960px;
	background-color : #c96;
	color : #fff;
	font-size : 14px;
	list-style-type : none;
	overflow : hidden;
}



nav ul li{
	width : 159px;
	height : 40px;
	line-height : 40px;
	text-align : center;
	border-right : solid 1px #fff;
	float : left;

}

/* 1つ目のセルにボーダー */
nav ul li:nth-child(1){
	border-left : solid 1px #fff;
}

/* 6つ目のセル幅調整 */
nav ul li:nth-child(6){
	width :158px;
}

nav ul li a{
	text-decoration : none;
	color : #fff;
	display : block;
}

nav ul li a:hover{
	background-color : #fff;
	color : #556;
}


/* 内側のレイアウト */
.inner{
	width : 960px;
	margin : 0 auto;
}


/* ヘッダのレイアウト */
header{
	min-width : 960px;
	background-color : #ffc;
	color : #556;
	padding : 40px 0 30px 0;
	position: relative; 
	top : 40px;
}


/* コンテンツ全体のレイアウト */
#contents{
	min-width : 960px;
	margin : auto;
	position: relative; 
	top : 40px;
	/*background-color : #cff;*/
}




/* 見出し */
h1{
	width : 940px;
	border : double #c96;
	border-width : 3px 0 3px 0;
	padding : 10px;
	font-size : 20px;
	margin : 20px auto;
}


h2{
	width : 460px;
	border : double #c96;
	border-width : 3px 0 3px 0;
	padding : 0 0 0 10px;
	font-size : 18px;
	margin : 50px 0 30px 0;
}


/* コピーライト*/
.copy {
	text-align : right;
	padding : 10px 0 10px 0;
}


/* フッターのレイアウト */
footer{
	min-width : 960px;
	background-color : #fff;
	border-style : solid;
	border-color : #c96;
	border-width : 1px 0 1px 0;
	margin : 30px 0 10px 0;
}

/* フッター*/
footer table{
	margin : 20px 0 0 50px;
}

footer table td{
	width : 200px;
	font-size : 12px;
	line-height : 2;
}

#foot{
	overflow : hidden;
}

#foot img{
	float : left;
	margin : 0px 50px 0px 0px;
	
}
