

body {
	background: rgb(235,225,242); /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTFmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmNiZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  rgba(235,225,242,1) 0%, rgba(210,203,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,225,242,1)), color-stop(100%,rgba(210,203,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,225,242,1) 0%,rgba(210,203,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,225,242,1) 0%,rgba(210,203,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,225,242,1) 0%,rgba(210,203,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,225,242,1) 0%,rgba(210,203,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1f2', endColorstr='#d2cbd8',GradientType=0 ); /* IE6-8 */


}

#main {
	width: 950px;
	height: 480px;
	margin: 0 auto 50px;
}

#yodogawa {
	width: 400px;
	margin: 50px 0;
	padding-left: 50px;
	font-weight: bold;
}


#article {
	width: 900px;
	margin: 0 auto;
}
	#article .item {
		position: relative;
		height: 450px;
		margin: 50px 0;
	}
	#article .item .photo {
		position: absolute;
		top: 85px;
		left: 350px;
		z-index: 0;
	}
	#article .item .text,
	#article .item h2 {
		position: relative;
		z-index: 0;
	}
	#article .item .text {
		width: 370px;
		padding: 25px;
		background: url(../images/bg_column.png);
		border-radius: 8px; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
	}
	#article .item h2 {
		margin: 25px 0;
	}

#article .item1  {
	height: 800px;
}
	#article .item1 .photo  {
		top: 65px;
		left: 275px;
	}
#article .item2 {
	height: 565px;
}
	#article .item2 .photo  {
		top: 200px;
		left: 320px;
	}
#article .item3 {
	height: 500px;	
	padding-left: 100px;
}
	#article .item3 .photo  {
		top: 125px;
	}
#article .item4 {
	height: 580px;
}
	#article .item4 .text  {
		left: 465px;
	}
	#article .item4 .photo  {
		left: 0;
		top: 105px;
	}
#article .item5 {
	height: 520px;
	padding-left: 100px;
}
	#article .item5 .photo  {
		top: 155px;
	}
#article .item6 {
	height: 630px;
}
	#article .item6 .photo  {
			top: 85px;
			left: 0;
	}
	#article .item6 .text  {
			top: 215px;
			left: 400px;
	}

#springInfo {
	background: url(../../../images/bg_dashedline_h.gif) repeat-x center top;
}
	#springInfo ul {
		height: auto;
		overflow: hidden;
		margin: 25px 0;
		padding-top: 25px;
	}
	#springInfo li {
		float: left;
		width: 290px;
		padding: 5px;
	}
	#springInfo li img {
	}
	#springInfo li p {
		font-size: 12px;
		line-height: 1.5em;
		text-align: center;
	}
	#springInfo li p strong {
		font-size: 13px;
	}