@charset "utf-8";

/******************************************************

hashimotonet.com
last mod 061115


*****************************************************/

@import "base.css";
@import "footer.css";



/*****************************************************

mainimg

*****************************************************/

#mainimg{
	margin:0;
	padding:0;	
	width:540px;
	height:280px;
	float:right;
}

/*****************************************************

navi

*****************************************************/

#navi{
	float:left;
	margin:0 0 0 20px;
	padding:0;
	width:240px;
	height:100%;
	background:none;
	background : url(../img/navi_bg.jpg) no-repeat 0 0;
	display:inline;/*for IE only*/
	}
	
#navi ul{
	margin : 0 0 0 25px;
    padding : 0;
    list-style : none;
	}


#navi ul li{
    text-indent : -9999px;
	}

#nv00 {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 40px;
	background : url(../img/navi_top.jpg) no-repeat;
	display : block;
	text-decoration : none;
}

#nv000 a{
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/top_off.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}
#nv000 a:hover{
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/top_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nv01{
	margin : 0;
	padding : 0;
	width : 190px;
	height : 36px;
	background : url(../img/greeting_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nv02 a {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 34px;
	background : url(../img/course_off.jpg) no-repeat;
	display : block;
	text-decoration : none;
}
#nv02 a:hover {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 34px;
	background : url(../img/course_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nv03 a {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 34px;
	background : url(../img/drink_off.jpg) no-repeat;
	display : block;
	text-decoration : none;
}
#nv03 a:hover {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 34px;
	background : url(../img/drink_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nv04 a {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/interior_off.jpg) no-repeat;
	display : block;
	text-decoration : none;
}
#nv04 a:hover {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/interior_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nv05 a {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/contact_off.jpg) no-repeat;
	display : block;
	text-decoration : none;
}
#nv05 a:hover {
	margin : 0;
	padding : 0;
	width : 190px;
	height : 35px;
	background : url(../img/contact_on.jpg) no-repeat;
	display : block;
	text-decoration : none;
	}

#nvbot{
	margin : 0;
	padding : 0;
	width : 190px;
	height : 170px;
	background : url(../img/navi_bot.jpg) no-repeat;
	display : block;
	text-decoration : none;
}
	
/*****************************************************

container

*****************************************************/

#container{
	margin:0;
	padding:0;
	width:799px;
	height:100%;
	background: url(../img/container_bg.jpg) repeat-y 0 0;
	border-right:1px solid #ccc;
}

/*****************************************************

main

*****************************************************/

#main{
	float:right;
	margin:40px 30px 0 0;
	padding:0;
	width:480px;
	display:inline;/*for IE only*/
}

.photo{
	float:right;
	margin:20px 0 20px 20px ;
	padding:1px;
	border:1px solid #666;
	}

#name{
	float:right;
	margin:20px 0 20px 20px ;
	padding:0;
	}



#greeting_cap {
	margin :0 0 15px 0;
	padding : 0;
	width : 480px;
	height : 35px;
	background : url(../greeting/img/greeting_cap.jpg) no-repeat;
	display : block;
	text-indent:-9999px;
	}





/*****************************************************

footer

*****************************************************/

#footer{
	margin:20px 0 0 0;
	padding:0;
	background:url(../img/footer_bg.jpg) repeat-x 0 0;
	width:480px;
}



#credit {
	float:right;
	margin :5px 0 0 0;
	padding : 0;
	width : 200px;
	height : 20px;
	background : url(../img/credit.jpg) no-repeat;
	display : block;
	text-indent:-9999px;
	}

