@charset "utf-8";
/* --------------------------------------------
	CSS Reset
-------------------------------------------- */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/* ---------------------------------------------
	Base
--------------------------------------------- */
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 95%;
	line-height: 1.8;
	color: #333;
	width:100%;
}


a:link {
	color:#4D4D4D;
	text-decoration: none;
}
a:visited {
	color:#4D4D4D;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #29ABE2;
	text-decoration: underline;
	}
a:active {
	color:#0071BC;
}


/*===========================*/


#wrapper-end {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#wrapper-end h1{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	background-color: #F2F2F2;
	padding: 7px 20px;
}
#wrapper-end .copy_a{
	margin-bottom: 35px;
}
#wrapper-end .copy_b{
	font-size: 85%;
}
