@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	color: black;
}

img{
	border: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

a{	
	text-decoration:none
	color: black;
}
a:hover{
	text-decoration: underline;
	color: gray;
}


/* 各ページ共有スタイル */
div#header {
	height: 83px;
	width: 100%;
	background: white;
	text-align: center;
}

div#menu {
	height: 35px;
	width: 100%;
	background: url(../images/menu_back.png) repeat-x;
}
	div#menuButtons {
		margin: 0px auto;
		width: 750px;
		height: 35px;
	}
	div.menuButton {
		padding: 5px 7px;
		width: 136px;
		height: 25px;
		float: left;
		background: url(../images/menu_back.png) repeat-x;
	}
		div.menuButton a img {
			margin: 0px 21px;
		}
		div.menuButton:hover {
			background: url("../images/menu_button/menu_selected.png") center no-repeat;
		}
	div.menuButtonSelected {
		padding: 5px 7px;
		width: 136px;
		height: 25px;
		float: left;
	}
		div.menuButtonSelected img {
			margin: 0px 21px;
		}
	div#menuText {
	}

div#content {
	margin: 0px auto 0px auto;
	height: auto;
	width: 800px;
}
	div#contentMain {
		margin: 0px auto;
		height: auto;
		width: 800px;
	}

div#footer {
	clear: both;
	height: 25px;
	width: 100%;
	background: black url("../images/footer_copyright.png") center no-repeat;
}
