@charset "UTF-8";
.Outline{
                    width: 980px;
			              font-size:1em;
                    line-height:1.4;
                    margin:0 auto;
}

.SpaceOut{
	                   margin:0;
	                   padding:0;
	                   position: relative ; /*指定しないとZ-INDEXが効かない*/
                     width: 100%;
	                   background: #ecf3ff;
	                   text-align: center;   /* センター指定 */
	                   z-index: -2;
                     background: -moz-linear-gradient(top,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Firefox用 */
                     background:      -o-linear-gradient(rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Opera */
                     background:        -webkit-gradient(linear,left top,left bottom,from(rgba(236, 243, 255,0.3)),to(rgba(221, 231, 254,1))); /* Safari,Google Chrome用 */
                     background:           linear-gradient(to bottom,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1));
}

.Space1 {
	                    margin:0;
                    	padding:0;
	                    position: relative ;/*指定しないとZ-INDEXが効かない*/
                    	display: -moz-inline-box;  /*ファイアーフォックス*/
                    	display: inline-block;  /* MODERN */
                    	/display: inline;   /* IE5-IE7 settei01*/
	                    /zoom: 1;    /* IE5-`IE7 settei02*/
                      text-align: center;   /* センター指定 */
	                    height: 430px;
	                    width: 860px;
	                    background: #ecf3ff;
	                    z-index: -2;
                      background: -moz-linear-gradient(top,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Firefox用 */
                      background:      -o-linear-gradient(rgba(236, 243, 255,0.3),rgba(221, 231, 254,1)); /* Opera */
                      background:        -webkit-gradient(linear,left top,left bottom,from(rgba(236, 243, 255,0.3)),to(rgba(221, 231, 254,1))); /* Safari,Google Chrome用 */
                      background:           linear-gradient(to bottom,rgba(236, 243, 255,0.3),rgba(221, 231, 254,1));
}

.Menutext {
                       margin: 0;
                       padding: 0 45px 7px  36px;
                       text-align: center;
                       background: #dde7fe;
}

.Menutext p{
												color: #131010;
                        font-weight:600;
												font-size: 1.3em;
												line-height: 1.4;
                        padding-top: .25em;
                        border-top: 3px double #868585;
                        padding-bottom: .25em;
	                      border-bottom: 3px double #868585;
                        text-shadow: 1px 1px 1px  #f8f8ff,
                                     0px 6px 5px rgba(0,0,0,0.15),
                                     0px 11px 1px rgba(0,0,0,0.1),
                                     0px 15px 15px rgba(0,0,0,0.1);
}
