﻿@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");

* {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    background-image: url(https://asena.site/img/wall/bubble.png);
    background-repeat: repeat;
    background-attachment: scroll;
    letter-spacing: normal;
    text-align: center;
    font-size: 15px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    line-height : 20px;
}

img {
    border: none;
    vertical-align: top;
}

a {
    text-decoration: underline;
    overflow: hidden;
}

a:link {
    color: #696969;
    text-decoration: none;
    background-color: rgba(231,220,252,0.5);
}

a:visited {
    color: #696969;
    text-decoration: none;
    background-color: rgba(232,246,231,0.5);
}

a:active {
    color: #696969;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(105,105,105,0.5);
}

p {
    padding: 10px;
    letter-spacing: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
}

strong {
    border-bottom: 1px dashed #99CCFF;
    font-weight: bold;
}

small {
    font-size: 12px;
    font-weight: normal;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
    font-weight: bold;
}

li {
    padding-left: 20px;
    line-height : 1.2em;
}

dl {
    padding: 5px;
}

dt {
    padding-left: 20px;
	font-weight: bold;
    line-height : 1.2em;
}

dd {
    padding-left: 30px;
}

blockquote {
    padding: 40px;
    letter-spacing: normal;
    line-height : 18px;
    border: 2px dashed #FFC8FF;
}

hr {
    padding: 15px;
    display:block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #FFC8FF;
}

br.clear {
    clear:both;
}

#wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#header {
	width: 100%;
	height: 333px;
    text-align: center;
}

#site-title {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: rgba(231,220,252,0.5);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #663366;
}

.uva {
    margin-top: 15px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
}

#site-description {
    background-color: rgba(231,220,252,0.5);
}

#main {
    background: #fff;
}

section {
    border: 1px dashed orange;
    margin: 5px;
    padding-bottom: 5px;
}

.grape {
    display: inline-block;
    text-decoration: none;
    background-color: rgba(231,220,252,0.5);
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
}

.grape:hover {
    background-color: rgba(105,105,105,0.5);
}

#sidebar {
    text-align: center;
}

.right {
    float:right;
}

.footer {
    text-align: center;
    margin: 20px 0 0 0;
}

.copyright {
    font-size: 10px;
    padding: 0 0 10px 0;
}
