

body {

  background-image: url(../img/decolife.jpg);
  background-attachment: fixed; 
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: 0.5% 0%; /* 背景画像の位置　左　上　*/  
font-family: Verdana, Chicago, sans-serif;


}

		
h1

{
 

  padding: .5em .75em;
  border: 0px solid #ccc;
  border-radius: 4px;

}








li

{
			font-weight: normal;
			margin-top: 0.5em;
		}
		
		li.dir
		{
			font-weight: bold;
			color: #006666;
			margin-top: 1.5em;
		}
		
		a:link		{ Color: #3333cc; text-decoration: none;}
		a:visited	{ Color: #cc3366; text-decoration: none;}
		a:hover		{ Color: #ff3366; text-decoration: underline; }
		a:active	{ Color: #3333cc; text-decoration: none;};









/* --------------------------------------------------------
	#footer
-------------------------------------------------------- */
#footer {
	clear: both;
	width: 1230px;
	margin-bottom: 15px;
	padding: 15px;
	background: #2e69ab;


}


#footer .copyright {
	text-align: center;
	color: #fff;
}
