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

ul,li{ margin: 0; padding: 0; }
body {
	background: url(images/back.gif) repeat-y center bottom;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing:1px;
	color:#000000;
        -webkit-text-size-adjust:none;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.png) repeat-y center top; 
	text-align: center;
	}


.cap {
	font-size: 11px;

}

.b {
	font-size: 22px;
	font-weight:bold;

}

.b2 {
	font-size: 16px;
	font-weight:bold;

}

.g {
	color: #009245;

}

.r {
	color: #FF0000;
	font-weight:bold;
	font-size: 16px;

}

.r2 {
	color: #FF0000;
	font-weight:bold;
	font-size: 14px;

}

/*　リンク　*/

a:link{ color: #F15A24; text-decoration: none; }
	 
a:visited{ color: #A48D79; text-decoration: none; }
	 
a:hover{ color: #FBB03B; text-decoration: none; }
