@charset "utf-8";
/* ボックスの内側の領域にボックスシャドウを設定 */
body{
 font-family: 16px/1.6 "メイリオ",Meiryo,  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
 margin:0;
 padding: 10px 30px;
 background:url(images/photo/bg_photo2.jpg) no-repeat;
 color:#444;
}
h2{
 color: #3e84b5;
 text-shadow: 0 2px 1px #ffffff;
 font-size: 21px;
 text-align:center;
}
#style{
 background:#fff;
 height:100%;/* 300 */
 width: 650px;
 text-align:left;
 padding: 15px;
 -webkit-box-shadow: 0 0 10px #666 inset;
 -moz-box-shadow: 0 0 10px #666 inset;
 box-shadow: 0 0 10px #666 inset;
 border:1px solid #ccc;
 margin: 0 auto;
 margin-top: 20px;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px;
 behavior: url(PIE.htc);
}

