@charset "utf-8";
/* CSS Document */


/* ■基本要素スタイル■ */
/* =====================================================*/

strong {
	font-weight:bold;
	}

/*float指定--------------------------*/
.floatLEFT{float:left;
	}
.floatRIGHT{float:right;
	}

/*float指定したボックスに用いるハック*/
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

.clearfix{display:inline-block;
	}

/*非表示*/
.hidden {
	display: none;
}

a{outline:none;}

/* ■レイアウト■ */
/* =====================================================*/
div#bodyBack{background:url(../../img/back.jpg) repeat-y top center;
	width:820px;
	margin:0 auto;
	}

div#container {
	width:760px;
	height:100%;
	margin:0 auto;
	text-align:center;
	}

div#wrapper{margin:27px auto 0 auto;
	width:691px;
	text-align:left;
	}

div#container div#pagetop{width:725px;
	margin:10px auto;
	text-align:right;
	}

/* ■ヘッダー■ */
/* =====================================================*/
div#header{
	width:760px;
	height:71px;
	}

div#header h1#logo{float:left;
	padding:19px 0 0 17px;
	}

div#header p#pageback{float:right;
	padding:20px 10px 0 0;
	}

/* ■コピーライト■ */
/* =====================================================*/
div#footer{width:760px;
	text-align:center;
	padding:0 0 10px 0;
	}

p#copyright {
	clear: both;
	margin:0 auto;
	width:725px;
	text-align:right;
	padding:5px 0 0 0;
	border-top:1px solid #CCCCCC;
	}

