@charset "utf-8";

/* --背景-- */

html {
	background: url(../images/all/privacy_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* --コンテンツ-- */

p.outline{
	margin: 20px 15px 0 25px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.2em;
}

.in_box h2{
	margin-top: 50px;
}

.in_box p,
.in_box ul{
	margin-left: 10px;
	margin-right: 10px;
}

/*--header--*/
header#top_header{
	position: absolute;
	width: 60%;
	height: 350px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -30%;
	text-align: center;
	background: #ffcccc;
	
}

header#top_header h1 a{
	text-decoration: none;
	color: #003300;
	font: 4em "HG行書体","HGP行書体",cursive;
	font-weight: 900;
	letter-spacing: 5px;
	text-shadow:2px 2px 3px rgba(255,255,255,0.8) ;
}

header#top_header h2{
	color: #ffffff;
	font: 3em "HG行書体","HGP行書体",cursive;
	font-weight: 900;
	letter-spacing:3px;
	text-shadow:2px 2px 2px rgba(0,51,0,0.8);
}

/*--footer--*/

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	min-width: 960px;
	background-color: #fffaf0;
	box-shadow: 0px -1px 2px 2px rgba(0,0,0,0.4);
	z-index: 15;
}
