@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

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

*{
    line-height:150%;
}

body{
    color:#555;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
    background-color:#ede9e2;
    background-color:#eee;
    background-image:url(../img/IIS_bg.gif);
}

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

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

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

.work{
    float:right;
    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:left;
    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:0px;
}

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

h3{
    color:#000000;
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    padding:15px;
    background:#b6a689;
    font-family: 'Libre Baskerville', serif;
    border-top: solid 3px #7d6c4d;/*γό*/
    border-bottom: solid 3px #7d6c4d;/*Ίό*/

}

h4{
    font-size:110%;
    font-weight:normal;
    margin:10px -10px;
    background-color:#ded5c4;
    padding:3px 10px;
}

h5{
    font-size:100%;
    font-weight:normal;
}

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

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

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

small{
    font-size:80%;
}

i{
    font-style:italic;
}

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

a:visited{
    color:#c06c84;
    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;
    background-color:#ded5c4;
    border-color:#cccccc;
    font-size:90%;
}

.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:#e4ded3;
    font-size:90%;
    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:right;
    font-size:90%;
}

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

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

{
    
.base{
    width:auto;
}

.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{
    height:200px;
}

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

h2{
    font-size:70%;
}

}

