*
{
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;
background-color: white;
text-align: center;
}

 #container
{
width: 740px;
margin:0 auto;
}

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

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

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

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

h1
{
width: 650px;

height: 66px;
background-image: url(imgs/head01.gif);
text-indent: -9999px;
}

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

h3
{
width: 650px;
height: 77px;
background-image: url(imgs/head03.gif);
text-indent: -9999px;
}

#contents
{
width: 740px;
height: 120px;
padding: 30px 0 30px 0;
background-repeat: no-repeat;
}



