﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Handlee');

/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#000000;

 Verdana, sans-serif;
    background-color:#ffffff;
    background-image:url(http://www.geocities.jp/main_pb88/10.gif
);
    background-repeat: repeat-y;
    background-position: left; 
    margin:0px 10px;
}

.base{
    margin:0 auto;
    width:800px;
}

.header{
    padding:5px;
}

.footer{
    padding:5px;
}

.work{
    float:left;
    padding:5px;
    width:800px;
}

.menu{
    float:right;
    width:180px;
    padding:5px;
}

.text{
    margin:5px 15px;
    padding:10px;
    background-color:#ffffff;
    box-shadow:1px 1px 3px -1px #999999;
    -moz-box-shadow:1px 1px 3px -1px #999999;
    -webkit-box-shadow:1px 1px 3px -1px #999999;
    line-height:180%;
}

.textmenu{
    padding:5px;
    margin:5px 15px;
    word-spacing:20px;
    font-family: 'Handlee', cursive;
    font-size:130%;
}

.box{
    overflow: hidden ;		/* floatを解除する */
}

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


/* ↓タグ↓ */

h1{
    font-size:180%;
    font-weight:normal;
    font-family: 'Handlee', cursive;
    margin:10px 0px;
}

h1:before{
    content:'\2665';
    font-size:90%;
    position:relative;
    bottom:10px;
    color:#000000;
    margin:0px 10px;
}

h1:after{
    content:'\2665';
    font-size:90%;
    position:relative;
    bottom:10px;
    color:#d6eaff;
    margin:0px 10px;
}

h2{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px 50px 20px;
}

h3{
    font-size:120%;
    font-weight:normal;
    font-family: 'Handlee', cursive;
    margin:10px 0px;
}

h3:before{
    content:'\2665';
    font-size:90%;
    color:#d6eaff;
}

h4{
    font-size:100%;
    font-weight:normal;
    border-bottom:1px;
    border-style:dashed;
    border-color:#cccccc;
    margin:10px 0px;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px;
}

em{
    border-color:#47a3ff;
    border-width:0px 0px 1px 0px;
    border-style:solid;
}

strong{
    background-color:#3983cc;
    color:#fff;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
    color:#000;
}

a{
    background-color:#f9fcff;
    color:#0000ff;
}

a:link{
    text-decoration:border;
}

a:visited{
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
    color:#ff0000;
}

blockquote{
    padding:5px;
    font-size:90%;
    margin:5px 10px;
    color:#778899;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

li{
    padding:5px;
}

dl{
    padding-left:3px;
    margin:10px 5px;
}

dt{
    padding-left:5px;
    font-size:100%;
}

dd{
    padding-left:10px;
    font-size:90%;
}

address{
    font-size:80%;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.list1{
    list-style:none;
    text-align:center;
    font-family: 'Handlee', cursive;
    font-size:120%;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
    text-align:center;
    font-family: 'Handlee', cursive;
    font-size:120%;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:20px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:90%;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
    border-color:#3983cc;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:4px;
    margin:5px 0px;
    font-size:90%;
    border-color:#d6eaff;
    background-color:#fbfaf5;
}

.dl1{
    background-color:#d6eaff;
}

.dt1{
    background-color:#ffffff;
}
.dd1{
    background-color:#ffffff;
}

.memo{
    background-color:#f9fcff;
    font-size:80%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 0px;
}

.img1{
    box-shadow:1px 1px 3px -1px #999999;
-moz-box-shadow:1px 1px 3px -1px #999999;
-webkit-box-shadow:1px 1px 3px -1px #999999;
}

.counter{
    font-family: 'Handlee', cursive;
}


/*↓ディスプレイ790px以下用↓*/

@media screen and (max-width:790px) 

{
    
.base{
    width:auto;
}

.work{
    float:none;
    width:auto;
}

.menu{
    float:none;
    width:auto;
}

.text{
    float:none;
    width:auto;
    margin:0px;
}

.list1 li{
    display: inline-block;
    margin-bottom:15px;
    font-size:120%;
}

h1{
    font-size:170%;
    margin:0px;
}


}

