@import url(http://mplus-fonts.sourceforge.jp/webfonts/general-j/mplus_webfonts.css);

body{
	font-size: 74%;
	text-align: center;
font-family:'M+ Type-2 (general-j) Regular', sans-serif;
	line-height: 1.9;
	letter-spacing: 2.3px;
  background: linear-gradient(-135deg, #00467F, #A5CC82) fixed;}

#wrp{
	width: 500px;
	margin: 0 auto;
	padding: 0;
}

#header{
	margin-bottom: 15px;
	padding:15px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
color: #fff;
}

#nav{
padding:20px 0 10px 0;
	margin:0;
	height: 30px;
	text-align:center;
	vertical-align: middle;
}

#content{
margin:2em 0;
position: relative;
padding: 1.5em 1.5em;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}
#content:before, #content:after{
content: '';
position: absolute;
top: -10px;
width: 1px;
height: -webkit-calc(100% + 20px);
height: calc(100% + 20px);
background-color: #000;
}
#content:before {left: 10px;}
#content:after {right: 10px;}
#content p {
margin: 0;
padding: 0;
} 

ul {
list-style: none;
text-align: center;
width: 82%;
margin-left: 10px;
margin-right: 10px;
padding-right: 30px;
background-color: rgba(255,255,255,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffff', endColorstr='#33ffffff');
}

li {
display: inline-block;
position: relative;
text-align:center;
margin: 0 10px;
}

li a{
position: relative;
border: 0;
color:#000;
text-decoration:none;
font-size: 15px;
}h1 {
width: auto;
color: #fff;
font-family: 'Dancing Script', cursive;
padding: 10px;
margin: 15px 0;
border-bottom: solid 1px #000;
text-align: center;
font-size:35px;
}

h2{
padding: 10px;
font-size: 20px;
font-family: 'Dancing Script', cursive;
letter-spacing: 5px;
margin: 0 ;
color: #fff;
text-shadow: 0 0 3px #ccc,0 0 6px #ccc;
}

h3{
position: relative;
display: inline-block;
padding-left: 300px;
font-size: 20px;
font-family: 'Dancing Script', cursive;
letter-spacing: 5px;
margin: 0 ;
color: #fff;
}

h3:before{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 280px;
height: 1px;
background-color: black;
}

h3:before {left:0;}

h4 {
position: relative;
padding: 5px 20px 10px;
left: 0;
top: 0;
font-size: 15px;
color: #fff;
line-height: 1.5;
z-index:-2;
text-align: left;
margin-bottom: -5px;
}

h4:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
width: 0;
height: 0;
border: none;
border-left: solid 20px #000;
border-bottom: solid 19px transparent;
z-index: -1;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.note {
  color: #fff;
  font-size:14px;
  text-indent: 1em;
margin: -3.5em 0 10px;
padding-right: 20px;
      line-height: 1.5;
      text-align: right;
}

p {
  color: #fff;
  font-size:14px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin:0 0 15px 0
}

.box{
	width: 449px;
	height:auto;
	margin: -17px 0 -18px -7px;
	padding: 15px;
	text-align:left;
background-color: rgba(0,0,0,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
color: #fff;
}

a{
position: relative;
border: 0;
color:#fff;
text-decoration:none;
}

a:hover {
color:#cccccc;
}

strong {
text-shadow: 0 0 2px #ccc,0 0 5px #ccc;
}