﻿.admin_flash{
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: DarkSeaGreen;
	color:#fff;
}
body{
	background-image:url(../img/bg.gif);
	background-attachment: fixed;
}

.outershell{
	text-align: left;
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
}
.topmenu{
	width:998px;
	height:180px;
}

.sidemenu{
	float: left;
	width:178px;
}
.mainarea{
	float:left;
	width: 818px;
	background-color: #;
}
.footer{
	font-size: .9em;
	width: 998px;
	background-color: #DDD;
	text-align: right;
}

h1 {
	font-size: .8em;
	color: #333;
	font-family: serif;
}



/* Menu */
ul.topmenu {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.topmenu li {
	float: left;
	width: 8em;
	margin-right: 5px;
	border: 1px #EEE solid;
	background-color: #ccc;
	text-align: center;
}

ul.topmenu li a {
	padding: 10px;
   text-decoration: none; /* 下線を消す */
   display: block; /* ブロックレベルに */
}
ul.topmenu li a:hover {
   background-color: #666; /* 背景色 */
   color: #FFF; /* 文字色 */
}
ul.topmenu li a:visited {
   color: #FFF; /* 文字色 */
}

ul.sidemenu {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul.sidemenu li {
   list-style-type: none; /* 先頭記号を消す */
   padding: 0px; /* 枠線と内容の距離をゼロに */
	background-color: #ccc;
	margin: 20px 0px 20px 0px;

}
ul.sidemenu li a {
	padding: 10px;
   text-decoration: none; /* 下線を消す */
   display: block; /* ブロックレベルに */
}
ul.sidemenu li a:hover {
   background-color: #666; /* 背景色 */
   color: #FFF; /* 文字色 */
}
ul.sidemenu li a:visited {
   color: #FFF; /* 文字色 */
}


.clearfloat { 
	clear: left; 
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
//	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 100%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

a.footer{
	color: #333;
	text-decoration: none;
}
a.footer:hover{
	color: #333;
	text-decoration: underline;
}
a.footer:visited {
	color: #333;
	text-decoration: none;
}
