body {
	background: #FFF;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	overflow: hidden;
	zoom: 1;
}
/* 基本リンク色 */
a {
	color: #cb5c5c;
}
a:hover {
	color: #d68a8a;
}
a:active {
	color: #cb4545;
}
.header-base {
	border-top: solid 6px #000;
	background: #F1F2F4;
	height: 120px;
}
.header {
	margin: 0 0;
	max-width: 1000px;
}
.header h1 {
	margin: 30px 0 30px 0;
}
.wrapper-nav-global {
	background: #F1F2F4;
	border-bottom: solid 2px #000;
}
.nav-global {
	margin: 0 auto;
	max-width: 1000px;
}
.menu-title {
	background: #71BDEA;
	border-top: solid 5px #75b4c4;
}
.category {
	margin: 0 auto;
	max-width: 1000px;
}
.category p {
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom:  0;
	text-align: left;
}
.bottom-bar {
	background: #F1F2F4;
	height: 16px;
}
.login-win {
	width: 450px;
	text-align: center;
}

input.txtbox {
	width:  205px;
	height: 35px;
	font-size: 16pt;
	outline: 0;
	border-color: #a9e3b9;
}

.blueButton {
	display: inline-block;
	font-size: 16pt;
	width: 491px;
	height: 58px;
	border: 0;
	color: white;
	background: url(../img/blueMenu.png);
	text-shadow: 0 0 17px #1dc7f4;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	cursor: pointer;
}
.blueButton:hover {
	color: #59b1eb;
}
.orangeButton {
	display: inline-block;
	font-size: 16pt;
	width: 491px;
	height: 58px;
	border: 0;
	color: white;
	background: url(../img/orangeMenu.png);
	text-shadow: 0 0 17px #1dc7f4;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	cursor: pointer;
}
.orangeButton:hover {
	color: orange;
}

.pcButton {
	display: inline-block;
	font-size: 16pt;
	width: 337px;
	height: 47px;
	border: 0;
	color: blue;
	background: url(../img/pc.png);
	text-shadow: 0 0 17px #1dc7f4;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	cursor: pointer;
}
.blueButton:hover {
	color: #59b1eb;
}

/* nav-global */
.nav-global li {
	float: left;
	text-align: center;
	width: 15%;
}
.nav-global li a {
	border-right: solid 1px #ddd;
	color: #000;
	display: block;
	padding: 15px 0;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	border-bottom: solid 5px #8ac2d0;
	padding: 15px 0 10px 0;
}
.nav-global li a:active {
	border-bottom: solid 5px #75b4c4;
}
