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

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img{
    margin:0;
    padding:0;
}


ul,li{ margin: 0; padding: 0; list-style:none; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing:1px;
	color: #000000;
	background: url(images/back.gif) repeat-x center top; 
	background-attachment: fixed;
	background-color:#FFDCE2;
	}

#wrapper{
	margin: 0 auto;
	text-align: center;
	width:1004px;
	background: url(images/base.png) repeat-y center top; 
	background-attachment: fixed;
	}

.day {
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	margin:50px;
	}
	
.cap {
	font-size: 12px;
	line-height: 2;
	color: #888888;
}

.cap-r {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	color: red;
}

.mokuji {
	font-size: 12px;
	line-height: 2;
}

.s_title{
	padding:40px;}

.bangumi {
	font-size: 30px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ED1E49;
	font-weight: bold;
	}
	
/* talk --------------- */
.conv {
	width: 550px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	display: block;
}

.conv dt {
	float: left;
	text-align: left;
	padding-left: 50px;
}

dl {
	padding-top:20px;
	padding-bottom:40px;
	margin:0;
}

.conv dd {
	width: 430px;
	float: right;
	text-align: left;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

.ayaya {
	color: #009245;
}

.arai{
	color: #284871;
}

.morishita{
	color: #EA005D;
}

.hobonichi{
	letter-spacing:0px;}
	
.p-50{
	padding:50px;}
	


/* photo --------------- */
.photo {
	margin: 5px 0 40px 0;
	text-align: center;
}

.conv:before,
.conv:after {
    content: " ";
    display: table;
}
.conv:after {clear: both;}

/* arichive --------------- */

#archive{
	width:550px;
	text-align:left;
	margin:0 auto;
}

#archive_s{
	float:left;
	text-align:left;
	margin-left:50px;}

#archive_a{
	float:right;
	text-align:left;
	margin-left:50px;}


/*　リンク　*/

a:link{ color: #147B2A; text-decoration: none; }
	 
a:visited{ color: #B5B5B5; text-decoration: none; }
	 
a:hover{ color: #124B93; text-decoration: none; }



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}