@charset "shift_jis";
body{

  padding: 0px;
  background-color: #fff7d9;
  background-image: url(../image/paper-e6.png);

}
.red{
     text-align: center;
     padding: 0px;
     color : red;
}
#container{
     width: 850px;
     margin: 20px auto;
     max-width: 100%;
     font-size: 100%;
}
.text-box{
     background: #fffbfc none repeat scroll 0% 0%;
     border: 1px solid rgb(221, 221, 221);
     padding: 1% 2% 1% 5%;
}
.summary{
	color:navy;
     border: 1px solid rgb(221, 221, 221);
     padding: 10px 20px 10px 20px;
}

.summary2{
	color : #663300;
     font-size: 90%;

     padding: 10px 30px 10px 30px;
}


.summary2 p{
     line-height : 180%;
}

.update{
     font-size: 90%;
     font-family: Verdana;
     color: #cc0000;
     text-align: right;
     position: relative;
     top: 0px;
     margin-right: 25px;
}
.top{
     text-align: left;
     font-size: 100%;
     padding: 10px;
     background-color: rgb(244, 244, 238);
     border-radius: 6px;
     border-top-width: 1px;
     border-left-width: 1px;
     border-top-style: solid;
     border-left-style: solid;
     border-top-color: silver;
     border-left-color: silver;
     border-right-width: 2px;
     border-right-style: ridge;
     border-right-color: rgb(180, 180, 180);
     border-bottom-width: 2px;
     border-bottom-style: ridge;
     border-bottom-color: rgb(180, 180, 180);
     box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
     margin-top : 10px;
     margin-bottom : 10px;
}
/*     ȁE  Mac  IE ł́E   \*/

.top p.dropcap::first-letter{
     /*----- h   b v L   b v----------*/
	font-size: 230%;
     background-color: #cc0000;
     color: white;
     float: left;
     line-height: 1;
     padding: 3px;
     margin-right: 3px;
}
/*      ܁E */

/* ՁE  E      */

.info{
     background: #fdfee7;
     clear: both;
     padding: 5px 10px 5px 10px;
     width: 80%;
     margin: 10px 10px 0px 20px;
     font-size: 90%;
     font-weight: normal;
     color: #585858;
}
/*    ̘g  */

.info dl{
     width: 80%;
     margin: -5px 0 30px 0;
     padding: 5px 0px 5px 0px;
     border-top: solid 1px #FFADAD;
     border-left: solid 1px #FFADAD;
     font-weight: normal;
     color: maroon;
}
.info dt{
     clear: both;
     float: left;
     font-style: normal;
     line-height: 1.7;
     margin: 0px;
     padding: 0px 0px 0px 10px;
     width: 100px;
     border-bottom-style: solid;
     border-top-style: none;
     border-bottom-width: 1px;
     border-bottom-color: #f0f0f0;
     color: maroon;
}
.info dd{
     margin: 0px;
     padding: 0px;
     line-height: 170%;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #f0f0f0;
}
.info_tyuui{
     background: #fdfee7;
     clear: both;
     padding: 5px 10px 5px 10px;
     width: 80%;
     margin: 10px 10px 0px 20px;
     font-size: 90%;
     font-weight: normal;
     color: red;
}
a{
     color : rgb(86, 86, 199);
     text-decoration: none;
}
a:hover{
     color: rgb(204, 0, 0);
     text-decoration: none;
}
.clear{
     clear: both;
     padding: 0px;
     margin: 0px;
}
p{
     font-size: 95%;
     padding : 7px 5px 5px 7px;
     line-height : 160%;
}
h1, h2, h3, h4{
     color: #000;
}
h1{
     font-family: " l r  o    ",Verdana;
     color: red;
     text-align: center;
     font-size: 140%;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
}
h2{
     color : #c60000;
     text-align: left;
     font-size: 120%;
     padding-top: 0px;
     padding-left: 20px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 10px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: red;
     font-weight : normal;
}
.imagebox-r{
     float: right;
     color: navy;
     text-align: center;
     padding: 10px 10px 10px 10px;
     font-weight: normal;
     font-size: 80%;
     line-height: 120%;
     display: inline;
}
.imagebox-c{
     color: navy;
     text-align: center;
     padding: 10px 10px 10px 10px;
     font-weight: normal;
     font-size: 80%;
     line-height: 120%;
     margin-left: auto;
     margin-right: auto;
     display: inline;
}
.imagebox-l{
     float: left;
     color: navy;
     text-align: center;
     padding: 10px 10px 10px 10px;
     font-weight: normal;
     font-size: 80%;
     line-height: 120%;
     display: inline;
}
figure{
     margin: 0;
}
/* html5 elements */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
     display: block;
}
/*************************
MIN & MAX WIDTH
**************************/
/* max width container */

.cbox{
     width: 700px;
     max-width: 90%;
     margin: 0 auto;
     background: #eee;
     border: solid 1px #ddd;
     height: 200px;
}
/* responsive image */

img{
     border: none;
     max-width: 100%;
     height: auto;
}
@media \0screen {
     img{
     width: auto;
/* for ie 8 */	
}
}
textarea{
     width: 96%;
     height: 180px;
}
.sankou{
     float: right;
     color: navy;
     text-align: left;
     padding: 3px 3px 3px 3px;
     font-weight: normal;
     font-size: 80%;
     line-height: 120%;
     width: 360px;
     background-color: #f9f9f9;
     border-width: 1px;
     border-style: solid;
     border-color: #666666;
}

