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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	letter-spacing:1px;
	background-color: #0d3654;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: center bottom;
	}

form {
       margin:0;
       padding:0;
       }
#wrapper{
	margin: 0 auto;
	text-align: center;
	}
	

.date {
	font-size: 11px;
	letter-spacing:1px;
}

.cap {
	font-size: 13px;
	line-height: 1.5;
}

.midashi {
	font-size: 18px;
	line-height: 1.5;
	font-weight:bold;
	color: #124777;
}


/*　リンク　*/

a:link{ color: #94272D; text-decoration: none; }
	 
a:visited{ color: #B2801C; text-decoration: none; }
	 
a:hover{ color: #124777; text-decoration: none; }
