﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
	word-break: normal;
}

html,
body {
	/*?t?b?_?[???*/
	height: 100%;
	font-family: "MS Pゴシック", sans-serif;
	word-break: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header_link:link {
	color: #aaaaaa;
}

.header_link:visited {
	color: #AAAAAA;
}

.header_link:hover {
	color: #AAAAAA;
}

.header_link:active {
	color: #AAAAAA;
}

/* ------------------------------------------- */

.menu_def {
	width: 100%;
	color: #FFFFFF;
	/* border--- */
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
	background-image: -webkit-linear-gradient(top, #646464, #282828);
	background-image: -moz-linear-gradient(top, #646464, #282828);
	background-image: -ms-linear-gradient(top, #646464, #282828);
	background-image: -o-linear-gradient(top, #646464, #282828);
	background-image: linear-gradient(to bottom, #646464, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#646464, endColorstr=#282828);
}

.menu_def_txt {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

/* ------------------------------------------- */

.button_def {
	width: 99%;
	margin: 0px 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	background-color: #666666;
	/* border--- */
	border-bottom: 1px solid #dddddd;
	/* ?t?H???g */
	font-size: 16px;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

.button_def:hover {
	background-color: #26759e;
}

.button_def_txt {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}