@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Kosugi', sans-serif;
}
article{
	font-family: 'Kosugi', sans-serif;
}
img{
	max-width: 100%;
}
/*
font-family: 'Sawarabi Mincho', sans-serif;
font-family: 'Kosugi', sans-serif;
font-family: 'Kosugi Maru', sans-serif;
*/
.header01 {
  height: 300px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-bottom: 0 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
  background-image: url("../images/background/green-earth.jpg");
  background-size: cover;
  background-position: center center;
}
.header01 h1{
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #fff;
	margin-top: 120px;
	text-shadow: 0 1px 0 #bbb,
               0 2px 0 #b0b0b0,
               0 3px 0 #aaa,
               0 4px 0 #a0a0a0,
               0 5px 0 #888,
               0 6px 1px rgba(0, 0, 0, .1),
               0 0 5px rgba(0, 0, 0, .1),
               0 1px 3px rgba(0, 0, 0, .3),
               0 3px 5px rgba(0, 0, 0, .2),
               0 5px 10px rgba(0, 0, 0, .25),
               0 10px 10px rgba(0, 0, 0, .2),
               0 20px 20px rgba(0, 0, 0, .15);
}
.footer {
  margin-top: 12px;
  margin-bottom: 0px !important;
}
#pararax01{
	background-image:url("../images/background/broadcast.jpg") ;
	background-size: cover;
	background-position:center center;
	background-attachment: fixed;
	height: 350px;
	margin: 24px 0px;
	padding: 24px 0px;
}
.bg-info a {
  color: #fff !important;
}