@charset "utf-8";

/*=====================================
全般的なスタイル
=====================================*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: YuGothic, Meiryo, arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
body {
	text-align: center;
	hyphens: auto;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html {
/*	overflow-y: scroll; */
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: underline;
	color: #11c;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color:#551A8B;
}
ol {
	list-style: none;
}
.invisible {
	visibility: hidden;
}

/*=====================================
ページトップボタン
=====================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
	color: #FFF;
	font-size: 1px;
	width: 48px;
	height: 48px;
	background: url("images/scrollup.png") no-repeat;
}
#page-top a:hover {
	background: url("images/scrollup.png") no-repeat 0 -48px;
}
/*=====================================
戻るボタン
=====================================*/
#back {
	clear: both;
	text-align: center;
	margin: 50px;
	paddin: 50px;
}
#back a {
	display: block;
	color: #FFF;
	font-size: 1px;
	width: 178px;
	height: 59px;
	background: #FFF url("images/button_back.gif") no-repeat;
	margin: 0 auto;
}
#back a:hover {
	background: #FFF url("images/button_back.gif") no-repeat 0 -59px;
}