/*--------------------------------
全体領域設定
--------------------------------*/
/*--------------------------------
全体背景設定
--------------------------------*/
body {
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;

}
p{
	padding:0px;
	margin:0px;

}

/*--------------------------------
全体領域設定
--------------------------------*/
#container {
	color:#646464;
	background: #FFFFFF;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

/*--------------------------------
ヘッダー領域設定
--------------------------------*/

#header-top{
	padding:20px 15px 20px 10px;
	background-color:#002D4C;
	margin:0px;
	overflow:hidden;
	height:61px;
}
.logo{
	float:left;
	padding:10px 0px 5px 0px;
	}
.topInf{
	float:right;
	}


/*--------------------------------
フッター領域設定
--------------------------------*/
#footer{
	margin:0px;
	padding:10px 0px 20px 20px;
	text-align:left;
	font-size: 12px;
	color: #ad9636;
	background: #002d4c;
	clear:both;
	line-height: 18px;
}

#footer a:link{
	color:#ad9636;
	text-decoration: none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:active{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:visited{
	color:#ad9636;
	text-decoration : none;
}
/*--------------------------------
ナビゲーション領域設定
--------------------------------*/
.navi {
	padding-top:20px;
	padding-bottom:5px;
	font-size:14px;
	color:#565656;
}
.naviTxt {
	color:#FF0000;
}
.naviComment {
	color:#666666;
	font-size:12px;
	margin-bottom: 10px;
	line-height: 18px;
}

/*--------------------------------
ナビゲーション下のタイトル領域設定
--------------------------------*/
.naviTitle {
	padding-bottom:5px;
	font-size:20px;
	color:#002D4C;

}
/*--イメージバナー画像領域設定--*/
.imgContents {
	width:880px;
	margin-top: 20px;

}

/*--------------------------------
メインの領域設定(右・左)移動可
--------------------------------*/
.sheet{
	width:880px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
.mainArea {
	width:585px;
	float: right;
	
}

.subArea {
	width:280px;
	float: left;
	
}

