@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}








/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */






/*================================================
 *  ボタン
 ================================================*/
.btn a {
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #808080;
	border-radius: 5px;
	border: solid 1px #808080;
}
.btn a:hover {
	color: #808080  !important;
	background: #fff;
}

/*================================================
 *  フッター
 ================================================*/
 footer {
	clear: both;
	margin-top: 80px;
	background: #696969;
	color: #fff;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #696969;
}






