@import url("html5reset-1.6.1.css");

/* «CAEg« */

*{
    line-height:1.7;
}

body{
    color:#555;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
    background:#e2f0dd;
    font-size:1.1em;
}

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

.header{
    margin:0 auto;
    text-align:center;
    background:#ffffff;
    height:50px;
    max-width:800px;
    padding:10px 5px;
}

.footer{
    padding:5px;
    text-align:center;
    margin:10px 0px 0px 0px;
}

.work{
    float:left;
    width:600px;
    padding:10px;
    margin:15px;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.menu{
    float:right;
    width:300px;
    padding:10px;
    margin:15px;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.box{
    overflow: hidden ;		/* floatππ·ι */
}

.text{
    margin:30px 15px;
    padding:10px;
    line-height:180%;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Libre Baskerville', serif;
}

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


/* «^O« */

h1{
    color:#000;
    font-size:150%;
    font-weight:normal;
    font-family: 'Libre Baskerville', serif;
    margin-top:80px;
}

h2{
    color:#000;
    font-size:80%;
    font-weight:normal;
    margin:15px 0px;
}

h3{
    color:#ffffff;
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    padding:6px;
    background:#82a5d9;
    font-family: 'Libre Baskerville', serif;
    text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #3ea6dd, 0 0 7px #3ea6dd, 0 0 8px #3ea6dd, 0 0 5px #3ea6dd, 0 0 5px #3ea6dd;
}

h4{
    color:#ffffff;
    font-size:130%;
    font-weight:normal;
    margin:10px -10px;
    padding:3px 10px;
    background:#e2f0dd;
    text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #7ec05a, 0 0 7px #7ec05a, 0 0 8px #7ec05a, 0 0 5px #3ea6dd, 0 0 5px #7ec05a;
}

h5{
    font-weight:normal;
    position:relative;
    padding:5px;
    text-align:left;
    color:#ffffff;
    border-top:1px dashed #387877;
    border-bottom:1px dashed #387877;
    background:#c7e2bc;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #3d692c, 0 0 7px #3d692c, 0 0 8px #3d692c, 0 0 5px #3d692c, 0 0 5px #3d692c;
}

h6{
    font-size:85%;
    font-weight:normal;
    color:#a58f86;
}

em{
   background: linear-gradient(transparent 60%, #fff799 60%);
}

strong{
    background-color:#ffe4e1;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
}

a:link{
    color:#239d60;
    text-decoration:none;
}

a:visited{
    color:#239d60;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

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{
    margin:5px 10px;
}

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

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
    font-family: 'Libre Baskerville', serif;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.list1{
    list-style:none;
    text-align:center;
    font-family: 'Libre Baskerville', serif;
}

.list1 li{
display: inline-block;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
}

.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%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    border-color:#cccccc;
    font-size:100%;
}

.dt1{
    font-family: 'Libre Baskerville', serif;
    font-size:110%;
    border-width:0px 0px 1px 0px;
    border-style:dotted;
}

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

.memo{
    background-color:#eee;
    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: 'Libre Baskerville', serif;
    text-align:center;
    font-size:90%;
}

/*«fBXvC768pxΘΊp«*/

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

{
    
.base{
    width:auto;
    font-size:1.1em;
}

.work{
    float:none;
    width:auto;
    margin:15px 5px;
}

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

.menu{
    float:none;
    width:auto;
    margin:15px 5px;
}

}

/*«fBXvC480pxΘΊp«*/

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

{

.header{
    background:#ffffff;
    height:100px;
}

h1{
    font-size:110%;
    margin-top:50px;
}

h2{
    font-size:70%;
}


}
