@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http: //cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http: //cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http: //cakefoundation.org)
 * @link          http: //cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http: //www.opensource.org/licenses/mit-license.php)
 */

/**
 *
 * トップメニューボタンデザイン
 *
 */
.topmenu_button {
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
	background-color: #000000;
	color: white;
	font-size: 16px;
	border: outset 2px #f5f5f5;
	float: left;
	vertical-align: middle;
}
.topmenu_button:hover {
	background-color: #FFD700;
	color: black;
	cursor: pointer;
}
.topmenu_button:active {
	background-color: #FF0000;
}



/**
 *
 * サブメニューボタンデザイン
 *
 */
.submenu_button {
	width: 100%;
	padding: 8px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: outset 2px #f5f5f5;
	background-color: #008000;
	vertical-align: middle;
}

.submenu_button:hover {
	background-color: #FFA500;
	cursor: pointer;
}

.submenu_button:active {
	background-color: #FF0000;
}

/**
 *
 * 通常ボタンデザイン
 *
 */
.button {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	min-width: 40px;
	font-size: 14px;
	background-color: #C0C0C0;
	text-align: center;
	border: outset 2px #f5f5f5;
	vertical-align: middle;
}
.button:hover {
	cursor: pointer;
}
.button:active {
	background-color: #FF0000;
}

.link {
	color: #0000cd;
	text-decoration: none;
}
.link:hover {
	background-color: #FFDEAD;
	cursor: pointer;
}

.helperButton {
	margin: 0px;
	padding-bottom:0px;
	min-width: 40px;
	font-size: 14px;
	background-color: #C0C0C0;
	text-align: center;
	border: outset 2px #f5f5f5;
	vertical-align: middle;
}

.helperButton:hover {
	cursor: pointer;
}
.helperButton:active {
	background-color: #FF0000;
}
