﻿@charset "utf-8";
/*
theme Name: 長野合気会
Author: D
Description: original theme
version： 1.0.0
*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  list-style:none;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body{
    background-color: #000000;
    color:#FFFFFF;
    margin-left: 50px;
    margin-top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
strong {
    font-size: 120%;
}
header {
    height: 120px;
    position: relative;
}
header img{
    width: 400px;
}
header dd{
    position: absolute;
    bottom: 0;
    margin-left: 400px;
}
nav {
    margin-top: 50px;
    float: left;
}
nav li {
    font-size: 200%;
    font-weight: bold;
    width: 350px;
}
li a{
    color: #cccccc;
    text-decoration: none;
    display: block;
    padding-left: 10px;
}
li a:hover{
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
    border-left: #fff solid 5px;
}
main {
    width: 600px;
    margin-top: 30px;
    margin-left: 400px;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
}
main h1{
    font-size: 140%;
    margin-bottom: 10px;
}
main p{
    margin-bottom: 10px;
}
a{
    color: aquamarine;
}
a:hover{
    color: white;
}
.left{
	float: left;
	margin-right: 20px;
}
footer{
    display: none;
}