@charset "Shift_JIS";

#menu {
	float: right;
	width: 250px;
	padding-right: 50px;
}
	#menu .midashi {
		padding: 25px 0 15px;
	}
	
#headerRight {
	float: right;
	width: 222px;
}

#schedule {
	margin: 30px 0;
}

#ust {
	margin-bottom: 30px;
	background-color: #EEEEEE;
}
	#ust .left {
		float: left;
		width: 480px;
		padding: 20px 0;
	}
	#ust .right {
		float: right;
	}


#textlive {
	margin-bottom: 90px;
	border: 1px solid #CCC;
	padding: 19px;
}



#works {
	margin-bottom: 90px;
}
	#works h2 {
		margin-bottom: 30px;
	}
	#works .work {
		margin-bottom: 30px;
	}
		#works .work .article {
			float: right;
			width: 444px;
		}
			#works .work .article h3 {
				margin-bottom: 1em;
				font-size: 16px;
				font-weight: bold;
			}
			#works .work .article p {
			}
		#works .work .photo {
			float: left;
			width: 266px;
		}

#articles {
}
	#articles h2 {
		margin-bottom: 30px;
	}
	#articles p {
		margin-bottom: 30px;
	}
	#articles ul {
		margin-bottom: 30px;
	}
		#articles li {
			
		}
			#articles li a {
				font-size: 16px;
				font-weight: bold;
				line-height: 2em;
				background: url(../images/arrow_newwin.gif) no-repeat right center;
				padding-right: 20px;
			}
			#articles li a.mb {
				background: url(../images/arrow_mediabox.gif) no-repeat right center;
			}

#column1 {
	background-color: #FCF3EA;
	padding: 30px;
	margin-bottom: 30px;
}
	#column1 h2 {
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: bold;
	}
	#column1 p {
		margin-bottom: 1em;
	}
	
	#contents #column1 .photo {
		width: 500px;
		padding: 0;
		margin: 30px 0;
		text-align: left;
	}

#info {
	border: 1px solid #CCC;
	padding: 30px;
	margin-bottom: 30px;
}
	#info .article {
		float: left;
	}
		#info .article h2 {
			margin-bottom: 30px;
			font-size: 16px;
			font-weight: bold;
		}
		#info .article p {
			margin-bottom: 1em;
		}
	#info .photo {
		float: right;
	}

#support {
	font-size: 12px;
	color: #808080;
}

.space {
	height: 60px;
}

.attention {
	color: #C00;
}

/*--------------------------------------------------------------------

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
}

#header {
	position: relative;
	width: 740px;
	margin: 0 auto;
}
	#header h1 {
		margin-bottom: 30px;
	}

#yodogawa {
	float: left;
	width: 442px;
}

#contents {
	width: 740px;
	margin: 0 auto;
}

#update {
}

#date {
}

#footer {
	width: 740px;
}
	
#copyright {
	float: right !important;
	height: 30px;
	line-height: 30px;
	text-align: right;
}




a.external {
	background: url(../images/arrow_newwin.gif) no-repeat right center;
	padding-right: 20px;
}
a.mediabox {
	background: url(../images/arrow_mediabox.gif) no-repeat right center;
	padding-right: 20px;
}
