*
{
margin: 0;
padding:	0;
}

body, div, p, table, th, td,
h1, h2, h3, h4, h5, h6, blockquote, pre, address,
ul,li,ol,dl, dt, dd, form, fieldset, img
{
margin: 0;
padding:	0;
color: black;
font-size: 12px;
line-height: 160%;
font-family:
Verdana, Arial, Meiryo, メイリオ, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", ＭＳ　Ｐゴシック, sans-serif;
}

table
{
border-collapse: collapse; /* セル間のボーダーを重ねて表示 */
border-spacing: 0; /* セル間のボーダーの間隔 */
}
	
a:link 
{ 
color: #c00;
text-decoration: none;
}

a:hover  
{ 
color: #900;
text-decoration: none;
}


a:visited 
 {
color: #c00;
 text-decoration: none;
}

body
{
margin: 0 auto;
padding:0;
background-color:#f3f2ee;
text-align: center;
}

 #container
{
width: 740px;
margin:0 auto;
padding:0;
text-align:center;
background-image:url(imgs/bg_container.gif);
}

#header
{
width: 650px;
margin: 0 auto;
}

#header_navi
{
width: 650px;
padding: 3px 0 3px 6px;
margin:0 0 20px 0;
background-color: #ccc;
text-align: left;
}

#header_navi a
{
color: #666;
font-weight: bold;
}

#header_navi a:hover
{
color: #ececec;
}

h1
{
width: 650px;
height: 120px;
background-image: url(imgs/head01.gif);
text-indent: -20000px;
}

h2
{
width: 650px;
height: 148px;
background-image: url(imgs/head02.gif);
text-indent: -9999px;
}

#contents
{
width:650px;
height:120px;
margin:80 auto 0 auto;
text-align:center;
background-repeat:no-repeat;
}


