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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing:1px;
	background-color: #DCEDF2;
	background-attachment: fixed;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #302B21;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.png) repeat-y center top; 
	text-align: center;
	}

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

.cap {
	font-size: 12px;
	font-weight:bold;
}

.red {
	font-size: 13px;
	font-weight:bold;
	color:#FF0000;
}

.midashi {
	font-size: 15px;
	line-height: 1.5;
	font-weight:bold;
	color:#586095;
	letter-spacing:2px;
}

.date_l {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing:2px;
	font-weight:bold;
	color:#8B9298;
}

.l_title {
	font-size: 20px;
	line-height: 1.4;
	color:#286DCA;
	font-weight:bold;
	letter-spacing:2px;
}

.ll_title {
	font-size: 26px;
	line-height: 1.4;
	color:#286DCA;
	font-weight:bold;
	letter-spacing:3px;
}

.photo {
  border: 7px solid #FFF;
  margin-bottom: 10px;
}

/*　リンク　*/

a:link{ color: #BF0060; font-weight:bold; text-decoration: none; }
	 
a:visited{ color: #666666; font-weight:bold; text-decoration: none; }
	 
a:hover{ color: #FF1E6F; font-weight:bold; text-decoration: none;}
