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

ul,li{ margin: 0; padding: 0; }
body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fded36;
	color: #333333;
	letter-spacing:1px;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base_send.gif) repeat-y center top; 
	text-align: center;
	}

.credit {
	color: #333333;
	font-size: 10px;
	line-height: 1.3;
}

.small {
	font-size: 12px;
	letter-spacing:1px;
	line-height: 1.2;
}

.midashi {
	font-size: 16px;
	color: #D72D21;
	line-height: 1.2;
	font-weight: bold;
}

.midashi2 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}

/*　リンク　*/

a:link{ color: #D72D21; text-decoration: none; }
	 
a:visited{ color: #ec8f35; text-decoration: none; }
	 
a:hover{ color: #fb7c72; text-decoration: none; }
