@charset "UTF-8";

/*	フォント	*/
* {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html,body {
	height: 100%;
}

/* 	Clear	*/
.cl {
}

.cl:after {
	content:"";
	display:block;
	clear:both;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0%;
	background: #FF9900;
	margin-right: 50px;
	z-index: 100;
}

/* ------------------------------------------------- ページヘッダー */
#pageTop {
	width: 100%;
	height: 73px;
	background-color: white;
	border-bottom: 1px darkgray solid;
}

#pageTop .header-wrapper {
	width: 1000px;
	height:74px;
	margin: 0 auto;
}

#pageTop .logo {
	width : 175px;
	height: 60px;
	padding-top: 10px;
	margin-left: 10px;
	float: left;
}

#pageTop .menu {
	padding-top: 40px;
	margin-left: 15px; 
	width: 800px;
	height: 20px;
	border-bottom: 2px #a4d821 solid;
	float: left;
}

#pageTop .menu ul {
	height: 18px;
	float:right;
}

#pageTop .menu ul li {
	list-style:none;
	float: left;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #009933;
	padding: 0 3px;
	font-weight:bold;
	border-left: 1px #a4d821 solid;
}

#pageTop .menu ul li:first-child {
	border: 0;
	padding-left: 0;
}

#pageTop .menu ul li a {
	font-size: 12px;
	color: #009933;
	font-weight:normal;
	text-decoration:none;
}

#pageTop .menu ul li a:hover{
	color:#0033CC;
}

/* ------------------------------------------------- フッター */
footer {
	width: 1000px;
	height: 36px;
	margin: 0 auto;
}


/* ------------------------------------------------- コンテンツ */
#contents {
	width: 1000px;
	margin: 0 auto;
}

/* ------------------------------------------------- タイトル */
h1 {
	background: transparent url('../images/public/line.png') no-repeat scroll left top;
	width: 946px;
	height: 34px;
	line-height: 34px;
	color : #fff;
	font-size: 16px;
	font-weight:bold;
	padding-left: 20px;
	margin: 0 auto 20px auto;
}

/* ------------------------------------------------- Zoom */
.zoom {
	background: transparent url('/images/public/zoom.png') no-repeat left top scroll;
	margin: 0 auto;
	padding: 0;
	padding-left: 16px;
	width: 150px;
	height: 14px;
	font-size:12px;
	line-height:14px;
	text-align:left;
}

/* ------------------------------------------------- Zoom */
.bt-block {
	display:block;
	height:0;
	overflow:hidden;
}
