
body {
	background: url(../images/bgBody.jpg) 0 0 repeat-x;
}

#wrapper{
	border-top: solid 5px #97d450;
	padding:1em;
	font-size:15px;
	width:930px;
	margin:0 auto;
	text-align: left;
	line-height: 1.5em;
	background:#fff;
	}
p,ul,h2{
	color:#696969;
	}

strong{
	border-bottom: solid 1px #97d450;
	}

	#header{
		padding-top: 1em;
/*		background:red;
*/		overflow: hidden;
	}
		#lorem{
			float: left;
			width: 300px;
		}

		#ipsum{
			padding:10px;
			float:right;
			width: 580px;
			background: #f0ffdc;
			color:#555;
			border: dotted 1px #97d450;
			}
	
	#container{
			padding-top:1.5em;
			overflow: hidden;

	}
		#sidebar{
			float:left;
			width: 200px;
		}
			#earth{}
			#mokuji{}
		
		#contents{
			float:right;
			width:700px;
			}
		
			#contents_seitaigaku{}
			h2 {
				background-color: #f0ffdc;
				width:700px;
				font-size:18px;
				border-left:solid 5px #97d450;
				}
			.contents_element{
				padding:1em 0;
				}
			#earth{
				padding: 10px;
				border: dotted 1px #ccc;
				background:#eee;
				}
			#earth p{
				text-align: center;
				}
			#mokuji {
				padding-top:2em;
				}

			#mokuji p{
				background-color: #f0ffdc;
				width:195px;
				font-size:18px;
				border-left:solid 5px #97d450;
				}
			.item{
				margin-top:0.5em;
				background: url(../images/icoLeaf.png) 0 .2em no-repeat;
				padding-left:25px;
				}
			.contents_article{
				padding-left:25px;
				}

			#footer{
				padding:2em;
				}
