div.form,
div.index,
div.view {
	float:right;
	width:750px;
	/*border-left:1px solid #ccc;*/
	padding: 0 0 0 10px;
}
div.users h2{
	line-height: 110%;
}

input#UrlSetUrl { /* URL */
	width: 99%;
}

input#UserUsername, input#UserUsernameConfirm{ /* メールアドレス */
	width: 350px;
}

p {
	font-size: 12px;
	margin-left: 0;
	margin-bottom: 10px;
}

div.actions {
	font-size: 12px;
	float:left;
	width:180px;
}
div.actions li, span.button {
	margin-bottom: 3px;
	padding: 5px;
	border-top: solid 1px #aaaacc;
	border-left: solid 1px #aaaacc;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeff), to(#ccccdd)); /* Safari,Google Chrome用 */
	background-image: -moz-linear-gradient(top, #eeeeff, #ccccdd); /* Firefox用 */
	background-color: #eeeeee;
}
div.actions li {
	display : block;
}
div.actions li.active
{
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#aaaadd)); /* Safari,Google Chrome用 */
	background-image: -moz-linear-gradient(top, #ccccff, #aaaadd); /* Firefox用 */
	background-color: #ccccff;
}
span.button {
	padding: 5px 30px;
	margin-top: 5px;
}

div.users table {
	border-collapse: sepalate;
	border-spacing:0px;
	width: 100%;
}
div.users table th{
	vertical-align: bottom;
	font-weight: normal;
	padding: 5px;
	background-color: #ccc;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
div.users table td{
	padding: 5px;
	background-color: #eee;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

div.actions ul {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

div.actions h3 {
	font-size: 11px;
	padding-top:0;
	color:#999;
	margin-bottom: 5px;
	display: none;
}

/** Forms **/
form {
	margin: 0;
	clear: both;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	padding: 16px 20px;
	margin: 0;
	margin-top: -8px;
}
fieldset legend {
	background:#fff;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	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 .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	padding: 5px;
	margin: 0;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
/*
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}*/

div.radio label {
/* fukaura margin: 0 0 6px 20px;*/
}

.submit input {
	display: inline;
	font-size: 110%;
	width: auto;
	margin: 0;
}
form .submit input {
	margin-bottom: 3px;
	padding: 5px 30px;
	min-width: 150px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeff), to(#ccccdd)); /* Safari,Google Chrome用 */
	background-image: -moz-linear-gradient(top, #eeeeff, #ccccdd); /* Firefox用 */
	background-color: #eeeeee;
	height: 30px;
}
div.actions .submit input {
	padding: 0 32px;
	height: 24px;
}

form .submit input[type=submit]:hover {
	color: #CC0000;
	background:#ccc;
}
#content {
	font-size: 11px;
	padding: 15px;
	background-color: white;
}
#container {
	border: 1px solid #AAAAAA;
	background-color: white;
}

.error-message {
	color: red;
}
#authMessage, #flashMessage {
	font-weight: bold;
	background-color: #fff0f0;
	padding: 5px;
	color: red;
	font-size: 15px;
	z-index: 1000;
	border: dotted 1px red;
	clear: both;
	margin-bottom: 15px;
}
#sns_button {
	position: absolute;
	left: 745px;
	top: 170px;
}

ul.head_message {
	margin-left: 0;
	background-color: #f0f0ff;
	border: solid 1px #bbd;
	padding: 10px;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

ul.head_message li {
	margin-left: 20px;
	font-size: 13px;
}

ul.head_message h2 {
	margin-bottom: 15px;
}

