@charset "utf-8";
/**
 * index.css
 */
 
/* html, body
--------------------------------------------------*/
    html, body {
    width: 100%;
    min-width:1000px;
    text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background: url(../../top_imgs/bg02.gif);
    background-position: center top;
    background-repeat: repeat-x;
    background-color:#fff;
    }  
       
/* layout
--------------------------------------------------*/
	#text_nav {
    margin-bottom:25px;
    }