@charset "Shift_JIS";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0d0f10;
	background-repeat: repeat;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(img/blog.jpg);
}
.copyright {
	font-size: 9px;
	color: #999;
}

#wrapper {
	width: 1000px;
	margin: 0;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	display: block;
}


#contents {
	width: 960px;
	padding: 20px;
	height: 650px;
}

#contents-his {
	width: 960px;
	background-color: #FFF;
	color: #333;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#asami {
	width: 440px;
	padding: 20px;
	float: left;
}
.small {
	font-size: 10px;
}
#ayu{
	width: 440px;
	padding: 20px;
	float: right;
}



a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C66;
}
a:active {
	text-decoration: none;
}


*.float
      {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
      }
	  
*.float-right
      {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
      }	  
*.floatclear
      {
         clear: both;
		} 

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #BB0A3F;
}
