@charset "utf-8";
*{
	margin:0;
	padding:0;
	list-style-type:none;
    text-decoration: none;
}
 #wrapper{
 	width: 860px;
    height: 850px;
    margin:10px;
    background-color: #FFCCCC;
 }
 #index_header{
 	width: 800px;
 	height: 200px;
 	margin: auto;
 }
 #index_header img{
    width: 385px;
    height: 80px;
    display: block;
    margin:auto;
    padding-top: 15px
 }
 .info{
    display: block;
    width: 700px;
    height: 30px;
    color: #3a5b52;
    margin: auto;
 }
 #index_nav{
    width:788px;
    height: 30px;
    margin: auto;
 }
 #index_header li{
    margin:0;
    width: 193px;
    height: 35px;
    background-color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    border: 1px dotted brown;
    float: left;
 }
 .n1,.n2,.n3,.n4{
    display: block;
    color: #a25768;
    width: 100%;
    height:100%;
    padding-top: 3px;
    box-shadow: 5px 5px 5px #a58f86;
    -moz-box-shadow: 5px 5px 5px #a58f86;
    -webkit-box-shadow: 5px 5px 5px #a58f86;

 }
#index_section{
	width: 788px;
    height: 620px;
    background-color: rgba(64,224,208,0.5);
	margin: auto;
}
.p1{
    width: 750px;
    height: 285px;
    background-image: url("../images/back_m.jpg");
    float: left;
    margin: 10px 18px;
    padding-top: 10px;
    box-shadow: 3px 3px 3px #a58f86;
    -moz-box-shadow: 3px 3px 3px #a58f86;
    -webkit-box-shadow: 3px 3px 3px #a58f86;
}
.ja{
    font-size: 13px;
    color: #3a5b52;
    text-align: center;
 }
 .en{
    font-size: 18px;
    text-align: center;
    }
#intro{
    display: block;
    width: 700px;
    height: 60px;
    position: absolute;
    top: 260px;
    left: 100px;
}
#intro h1,h2{
    color: #3a5b52;
}
#news{ 
    width:240px;
    height:265px;
    border: 3px ridge yellowgreen;
    background-color:#faebd7;
    margin-left: 18px;
    float: left;
 }
 .en_title{
    text-align: center;
    font-weight: bolder;
    color: #bb5535;
 }
.p2,.p3{
    width: 235px;
    height:265px;
    border: 3px outset #47885e;
    margin-left: 10px;
    float: left;
}
#memo1,#credit,#sns,#memo2{
    width: 187px;
    height: 25px;
    padding-top: 5px;
    margin-left: 2px;
    text-align: right;
    float: left;
    /*border: 1px solid blue;*/
}
