@charset "Shift_JIS";

/* ページ全体を常に左右中央に */

.mein 
{
position:absolute;
width:874px;
left: 50%;
margin-left: -437px;
}
