﻿* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

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

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

html,
body {
	height: 100%;
}

input[type="text"] {
	padding: 5px;
	height: 50px;
	font-size: 24px;
}

select {
	padding: 5px;
	height: 50px;
	font-size: 24px;
}

textarea {
	padding: 5px;
}

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

.left_menu_td {
	border: solid 1px;
	width: 250px;
	display: table-cell;
	vertical-align: top;
}

#double_size {
	width: 960;
	vertical-align: top;
}

.header_link:link {
	color: #aaaaaa;
}

.header_link:visited {
	color: #AAAAAA;
}

.header_link:hover {
	color: #AAAAAA;
}

.header_link:active {
	color: #AAAAAA;
}

/* ??p???j???[?^?C?g??------------------------------------------------------------------------------------------- */

.menu_def {
	width: 280px;
	text-align: left;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	padding: 13px 8px 12px 15px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFFFFF;
	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_full {
	width: 600px;
	text-align: left;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	padding: 13px 8px 12px 15px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFFFFF;
	/* border--- */
	border: 1px solid #4a4b4a;
	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);
}

/* ?{?^??------------------------------------------------------------------------------------------- */

.button_def {
	width: 280px;
	padding: 15px 8px 15px 15px;
	margin: 0px 0px;
	margin-left: 0px;
	display: inline-block;
	background-color: #666666;
	/* border--- */
	border-right: 1px solid #dddddd;
	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_cmin {
	padding: 15px 15px 15px 15px;
	margin: 0px 0px;
	margin-left: 0px;
	display: inline-block;
	background-color: #666666;
	/* ?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_cmin:hover {
	background-color: #26759e;
}

.left_menu {
	display: inline-block;
	background: #555555;
	width: 250px;
	height: 48px;
	color: #ffffff;
	line-height: 48px;
}

.left_menu_button {
	display: inline-block;
	background: #eeeeee;
	width: 250px;
	height: 48px;
	line-height: 48px;
	color: #000000;
}

.left_menu_button:hover {
	background-color: #0000ff;
	color: #ffffff;
}

.center_menu {
	display: inline-block;
	background: #555555;
	width: 600px;
	height: 48px;
	color: #ffffff;
	line-height: 48px;
}