body {
	font-size: 1.0em;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 0;
	margin: 0;
	line-height:1.5em;
	background:#f6f6f6;
}

h1,h2,h3,h4,h5,h6,p,div,ul,li {
	padding: 0;
	margin: 0;
}

a{
	color: #1d3994;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}

img {
	max-width:100%;
	height:auto;
}

.template001_description_wrap,h2:after,.template001_footer_wrap,.template001_pageup{
	background:linear-gradient(135deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 100%);
}

.template001_description_wrap,h2:after,.template001_pageup{
	background-color:#ff6969;
}

.template001_description_wrap,h2:after,.template001_pageup{
	box-shadow:0px 3px 10px rgba(0,0,0,.2);
}

.template001_description_wrap{
	width:100%;
}

.template001_description{
	max-width:770px;
	padding:15px;
	margin:0 auto;
	color:#fff;
}


.template001_sitetitle{
	max-width:800px;
	margin:0 auto;
}

h1{
	font-size: 1.8em;
	line-height: 1.3em;
	padding:15px;
	margin:35px 0;
}

.template001_siteimg{
	line-height:1em;
}


.template001_content{
	max-width:800px;
	margin:0 auto 25px;;
	box-shadow:0px 0px 8px rgba(0,0,0,.15);
}

.template001_main{
	max-width:770px;
	padding:15px 15px 40px;
	margin:0 auto;
	background:#fff;
}

h2{
	font-size:1.5em;
	line-height:1.3em;
	padding:3em 5px 1.2em;
	margin:0 -5px 1em;
	position:relative;
}

h2:nth-of-type(1){
	padding:1em 5px 1.5em;
}

h2:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	border-radius:99px;
}

.template001_footer_wrap{
	margin:25px 0 0;
	background-color:#555;
	color:#fff;
	box-shadow:0px -3px 10px rgba(0,0,0,.2);
}

.template001_footer{
	max-width:770px;
	padding:15px;
	margin:0 auto;
}

.template001_copy{
	text-align:center;
}

.template001_pageup{
	position:fixed;
	right:10px;
	bottom:10px;
	border-radius:99px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
}

.template001_pageup a{
	color:#fff;
	text-decolation:none;
	font-size:2em;
	display:block;
}

@media screen and (max-width:780px){
	h1{
		font-size: 1.5em;
		line-height: 1.3em;
		margin:15px 0;
	}
	h2{
		font-size:1.25em;
		line-height:1.3em;
	}
}