/* @override http://www.urakaze.net/stylesheets/screen.css */

/* Designed by Takeshi Suzuki (Cl.)
 * Edited with CSSEdit(http://macrabbit.com/cssedit/)
 */

/* @group basic markup */

* {
	margin: 0px;
	padding: 0px;
	
}

body {
	text-align: center;
	color: #000000;
	font-family: "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.9em;
	background: url(background.png) repeat;
}

div#container {
	width: 720px;
	text-align: left;
	border: 1px solid #000000;
	margin: 30px auto;
	background: #fff;
}

h1, h2, h3, h4{

}

h2 {
	margin: 10px;
}

h3 {
	margin-top: 1.4em;
}

h4 {
	margin: 1.2em;
}

p {
	margin: 1.2em 0;
}

label {
	font-weight: bold;
}

tr {
	margin: 3px 0px;
}

th {
	text-align: center;	
}

input#account {
	width:120px;
	ime-mode: disabled;
}

input#password {
	width: 120px;
}

a img{
	border-style: none;
}



/* @end */

/* @group header */

div#header {
	height: 150px;
	width: 720px;
	background: url(urakazebanner.jpg);	
}

div#header h1 {	
	display: none;
}

/* @end */

/* @group content */

.notice {
	color: #fa1c1c;
}

div#content {
	width: 500px;
	float: left;
	padding: 30px 20px 30px;
}

div#content ul.ancestors li{
	display: inline;
	margin: 0;
	padding: 2px;
}

#content h1 {
	margin: 10px;
}

#content p {
	text-indent: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

#content blockquote {
	border: 1px solid #777;
	background-color: #e9e9e9;
	padding: 8px;
	font-size: smaller;
	font-style: italic;
	color: #2f2f2f;
}

#content form p{
	text-indent: 0;
}

#content ul {
	margin: 6px 0;
}

#content li {
	margin: 0 0 0 2em;
	padding: 4px;
}

#content li p{
	text-indent: 0;
	margin: 0 0 3px;
}

#content p.by {
	text-align: right;
	font-weight: bold;
}

.entry label {
	margin: 0 1em;
}

#content a{
	text-decoration: underline;
	color: #3f62b1;
}

#content a:visited{
	color: #666;
}

#content a:hover{
	color: #155dae;
	background-color: #d9fda8;

}

#content .entry-info p{
	text-align: right;
	color: #666666;
	font-style: italic;
	font-size: smaller;
}

#content .entry-info{
	margin: 1em 0;
}

/* @group individual pages */

/* @group show */

.show div.member {
	background: url(member.png) no-repeat 0 28px;
}

.show div.guest {
	background: url(guest.png) no-repeat 0 28px;
}

.show .programnote dt{
	float: left;
	font-weight: bold;
}
.show .programnote dd{
	margin-left: 6em;
}

dd strong{
	font-size: 1.3em;
}

/* @end */

/* @group about list */

.list .admin {
	background-color: #fca7a6;
}

.list .member {
	background-color: #fcedd7;

}

.list .guest {
	background-color: #fcfebd;
}

.list .anonymous {
	background-color: #fff;
}

div.list_info {
	margin: 8px;
}

.list_info span {
	padding: 5px;
	border: 1px solid #000;

}

#list ul{
	margin: 0;
	padding: 1px 0;
}

#list li{
	margin: 0 0 0 36px;
	padding: 1px 0 1px 0;
}

#list .handle{
	margin-right: 4px;
	margin-left: 0;
}

#list .controls{
	font-style: italic;
	font-size: smaller;
}


/* @end */

/* @group schedule */

#content ul.schedule li.sun {
	color: #bb1414;
}

#content ul.schedule li.sat {
	color: #1b3a7e;
}

#content ul.schedule li.concertday {
	color: #fd5800;
}

#content ul.schedule li.concertday a {
	color: #fc5800;
}



/* @end */

/* @group recruit table */

#recruit table {
	margin: 10px auto;
	border: 1px outset #888888;
	border-spacing: 0;
}

#recruit tr{
	padding: 0;
	margin: 0;
}

#recruit td, #recruit th {
	border: 1px inset #888888;
	padding: 4px;
}

#recruit col.part {
	width: 9em;
}

#recruit col.people{
	width: 6em;
}


#recruit col.note{
	
}

/* @end */



/* @end */
	
/* @end */

/* @group menus */

div#menu {
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
	padding: 30px 0 30px;
}

#menu p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: smaller;
}

#menu h2{
	display: none;
}

#menu ul {
	padding-right: 15px;
}

#menu li {
	list-style-type: none;
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 0.8em;
}

#menu ul a {
	display: block;
	color: #333333;
	margin: 0;
	text-decoration: none;
}

#menu ul a:hover {
	color: #000000;
	text-decoration: underline;
}


#menu li.admin {
	background-color: #fca7a6;
}

#menu li.member {
	background-color: #fcedd7;
}

#menu li.guest {
	background-color: #fcfebd;
}

/* @end */

/* @group footer */

div#footer {
	clear: both;
	margin: 0;
	text-align: center;
	background: #aeaeae;
	padding: 8px;
	color: #ffffff;
}

div#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #393939;	
}



/* @end */