@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
ul,li,dl,dt,dd{list-style:none;}

a:focus { -moz-outline-style: none; }


#container {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	background: url(../img/header.jpg) no-repeat  0 0;
	width : 900px;
	height :100px;
	overflow:hidden;
	border-bottom : 1px solid #ccc;
}

#header h1 {
	text-indent: -9999px;
	width : 183px;
	float : left;
	margin: 0;
	padding :0;
}

#tel {
	float : right;
	text-align : right;
}

#tel p {
	font-size : 12px;
	margin-top : 30px;
}

#flash {
	width : 700px;
	height : 450px;
	background : #ccc;
	float : left;
}

/*menu2 rev0301*/

#menu {
	float : right;
	width : 200px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	width:200px;
	margin: 0;
	padding:0;
}


#menu01 a {
	background: url(../img/menu-2.jpg) no-repeat  0 0;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu02 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -65px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu03 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -130px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu04 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -195px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu05 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -260px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu06 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -325px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :65px;
}

#menu07 a {
	background: url(../img/menu-2.jpg) no-repeat  0 -390px;
	text-indent :-9999px;
	display:block;
	width :200px;
	height :60px;
}

#menu01 a:hover{background-position:-200px 0;}
#menu02 a:hover{background-position:-200px -65px;}
#menu03 a:hover{background-position:-200px -130px;}
#menu04 a:hover{background-position:-200px -195px;}
#menu05 a:hover{background-position:-200px -260px;}
#menu06 a:hover{background-position:-200px -325px;}
#menu07 a:hover{background-position:-200px -390px;}



/*footer*/

#footer {
	float : right;
	width: 900px;
	border-top : 1px solid #ccc;
	text-align :right;
	font-size : 11px;
}