@charset "UTF-8"; 
@import url(reset-fonts.css);	/* フォント設定 */

/*=== 修飾 ===============*/
 
/*=== レイアウト ===============*/ 
	 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	text-align: center;
	background-color: #fff;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#container {
}
 
/*--- ヘッダ ---*/ 
#header {
}

/* サイトタイトル */
#siteTitle {
	padding: 20px 0;
	text-align:center;
}

/* ヘッダメニュー */
#headMenu {
}
#headMenu li {
	float: left;
	width: 160px;
}
#headMenu li a {
	display: block;
	width: 160px;
	text-align: center;
}

#headerEnd {
	clear: both;
	height: 1px;
}
 	
/*--- フッタ ---*/ 
#footer {
	clear: both;
	width: 780px;
	border-top: 2px solid #001a4d;
	padding: 10px 10px 5px;
}

#footMenu {
	float: left;
	width: 400px;
}

#copyright {
	float: right;
	width: 300px;
	text-align: right;
}

#footerEnd {
	clear: both;
	height: 1px;
}
 
/*--- コンテンツ枠 ---*/ 
#contents {
}

/* 本文 */
#main {
}

/* サブメニュー */
#submenu {
}
 
/* ページの先頭へ戻る */ 
.gotoPagetop {
	clear: both;
	padding-top: 1em;
	font-size: 80%;
	text-align: right;
}
.gotoPagetopBottom {
	clear: both;
	padding: 1em 10px;
	font-size: 75%;
	text-align: right;
}
.gotoPagetopBottom a {
	color: #666;
	text-decoration: none;
}
.gotoPagetopBottom a:hover {
	text-decoration: underline;
}
 
/*--- 一般設定 ---*/ 
	 
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
   
/*=== トップページ ===============*/ 
	 
/* イメージ写真表示 */ 
#topContents {
	padding-top: 15px;
}
#blockImagesTop {
}
#blockImagesBottom {
}

.blockLeft {
	float: left;
	width: 265px;
	overflow: hidden;
}
.blockCenter {
	float: left;
	width: 270px;
	overflow: hidden;
}
.blockRight {
	float: right;
	width: 265px;
	text-align: right;
	overflow: hidden;
}


#iblockTL,
#iblockTR {
	width: 265px;
	height: 270px;
}
#iblockTC {
	width: 270px;
	height: 270px;
}
#iblockBC {
	width: 270px;
	height: 270px;
}

.iblock {
	background-color: #1d0306;
}
 
/* お知らせ */ 
#newsTitle {
	padding: 10px 0 5px;
}
  
