@charset "UTF-8";

/* theater */

*{
margin:0;
padding:0;
}

body{
text-align:center;
/*background:url("../img/bg.jpg") center top  #ffffff;*/
background-color:#e7f5fa;
font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", ;
font-size:12px;
color:#2c3436;
line-height:1.5;
/*letter-spacing:0.1em;*/
}

img{
border:none;
}

a:link{
color:#FFFF33;
text-decoration:none;
}
a:visited{
color:#FFCC66;
text-decoration:none;
}
a:hover{
color:#FFFF33;
text-decoration:underline;
}
a:active{
color:#FFFF33;
text-decoration:none;
}


h1{
margin:10 auto;
margin-top:30px;
margin-bottom:60px;
}


h2{
margin:10 auto;
margin-top:30px;
margin-bottom:30px;
}

#mainparts{
text-align:center;
}

#mainparts .block{
margin:0 auto 30px;
text-align:left;
width:600px;
}

#mainparts .block01{
margin:0 auto 0;
text-align:left;
width:600px;
}


#mainparts p .matsu{
display:block;
font-weight:bolder;
margin:10px 0 30px;
}

#mainparts .shopping{
	width:244px;
margin:30px auto;
}


.ornament{
margin-bottom:30px;
}
.ornament2{
margin:30px 0 40px;
}








