@charset "utf-8";
/* CSS Document */

/* ヘッダー */
#header h1 {
	background-image: url(../images/header.jpg);
}

/* サイドメニュー */

#menuBox01 p,#menuBox01 li,#menuBox01 li a {background-image: url(../images/menu01.gif);}
#menuBox02 p,#menuBox02 li,#menuBox02 li a {background-image: url(../images/menu02.gif);}
#menuBox03 p,#menuBox03 li,#menuBox03 li a {background-image: url(../images/menu03.gif);}
#menuBox04 p,#menuBox04 li,#menuBox04 li a {background-image: url(../images/menu04.gif);}
#menuBox04 li#menuBox04menu02 {background-position: -2px -57px;}

.sideBunner01,.sideBunner02 {
	width: 180px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 7px 0 0;
}
.sideBunner01 {background-image: url(../images/side_bunner01.jpg);}
.sideBunner02 {background-image: url(../images/side_bunner02.jpg);}
.sideBunner01 a,.sideBunner02 a {
	width: 180px;
	height: 38px;
	display: block;
}

/* 見出し */
h2 {
	width: 640px;
	height: 85px;
	text-indent: -9999px;
	margin: 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

h3 {
	width: 640px;
	height: 25px;
	text-indent: -9999px;
	margin: 0 0 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
}






