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: #35302C;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-position: center top;
	color: #ffffff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.png) repeat-y center top; 
	text-align: center;
	}

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


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

.itoi {
	font-weight:bold;
	color:#999999;
}

.so {
	font-weight:bold;
	color:#DC42A4;
}


/*　リンク　*/

a:link{ color: #E81C24; 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; }

.langWrapper {
	height: auto;
	overflow: hidden;
	width: 740px;
	padding: 5px 30px 0;
}
.lang {
	font-size: 10px;
}
.langWrapper .lang {
	float: right;
}


#yodogawa {
	padding: 25px;
	font-size: 16px;
	line-height: 2em;
	
}
#mokuji {
}
	#mokuji td {
		color: #000;
	}
	#mokuji td a {
		color: #000;
	}
	#mokuji td a:link,
	#mokuji td a:visited {
		color: #000;
	}
	#mokuji td a:hover,
	#mokuji td a:active {
		color: #E81C24;
	}
	.conv {
		width: 500px;
	}
	
	.next a:link,
	.next a:visited,
	.prev a:link,
	.prev a:visited,
	.profile a:link,
	.profile a:visited,
	.mail a:link,
	.mail a:visited,
	.tweet a:link,
	.tweet a:visited,
	.home a:link,
	.home a:visited {
		color: #000;
	}
	.next a:hover,
	.next a:active,
	.prev a:hover,
	.prev a:active,
	.profile a:hover,
	.profile a:active ,
	.mail a:hover,
	.mail a:active ,
	.tweet a:hover,
	.tweet a:active ,
	.home a:hover,
	.home a:active {
		color: #E81C24;
	}
	.next,
	.prev,
	.profile {
		width: 100px;
		height: 34px;
		float: right;
	}
	.prev {
		float: left;
	}
	.top {
		width: 250px;
		height: 34px;
	}
	.profile {
		width: 250px;
		height: 34px;
	}
	.mail,
	.tweet,
	.home {
		width: 200px;
		height: 34px;
	}
	.tweet {
		width: 140px;
		height: 34px;
	}
	.next a,
	.prev a,
	.top a,
	.profile a ,
	.mail a ,
	.tweet a ,
	.home a {
		display: block;
		background-color: #FFF;
		border: 2px solid #000;
	}
	.next a .text,
	.prev a .text,
	.top a .text,
	.profile a .text,
	.mail a .text,
	.tweet a .text,
	.home a .text {
		display:block;
		text-align: center;
	}
	.next a .arrow,
	.prev a .arrow,
	.top a .arrow,
	.profile a .arrow,
	.mail a .arrow,
	.tweet a .arrow,
	.home a .arrow {
		display: block;
		float:left;
		border-right: 2px solid #000;
		width: 30px;
		height: 26px;
		line-height: 26px;
		background-color: #000;
		color: #FFF;
		text-align: center;
	}
	.prev a .arrow {
		float: right;
		border-right: 0 none;
		border-left: 2px solid #000;
	}
	.next a:hover .arrow,
	.prev a:hover .arrow,
	.top a:hover .arrow,
	.profile a:hover .arrow {
		background-color: #E81C24;
	}