
/************* gNavi *************/
#menu_yoko {
    background: url("./original/bg_gnavi.gif") repeat scroll center bottom transparent;
    border:none;
	}

#menu_yoko ul {
    margin:0;
	}

#menu_yoko li {
    height: 63px;
    width: auto;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
    }

#menu_yoko li a {
    background: url("./original/gnavi_off.gif") no-repeat scroll center bottom transparent;
    color: #208fc0;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    margin-right: 0;
    padding: 0 25px;
    text-decoration: none;
	border-right:1px dotted #bbb;
	}

#menu_yoko li a:hover {
	background: url("./original/gnavi_on.gif") no-repeat center bottom;
	color:#e96300;
	}

#menu_yoko li#on a{
	background: url("./original/gnavi_on.gif") no-repeat center bottom;
	font-weight:bold;
	color:#e96300;
	}


/************* h3 *************/
#content.con-w h3{
	background:none;
	border-left:11px solid #1e93c9;
	font-size: 20px;
    font-weight: bold;
    padding: 1px 0 1px 12px;
	margin-top:20px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	}

#content-body h3{
	background:none;
	border-left:11px solid #1e93c9; 
	font-size: 20px;
    font-weight: bold;
    padding: 7px 0 7px 12px;
	margin-top:20px;
	}



/************* h4 *************/
#content-body h4{
	background: url("./original/bg_h4.gif") repeat-x left bottom;
	border-bottom:none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	font-size:15px;
	}


/************* 料金表 *************/
#price .numId span{
	font-size: 30px;
    font-weight: bold;
    padding-right: 5px;
	}

#price .numPrice01 span{
	font-size: 30px;
    font-weight: bold;
    padding-right: 5px;
	}

#price .numPrice02 span{
	font-size: 30px;
    font-weight: bold;
    padding-right: 5px;
	}



