@charset "utf-8";
/* CSS Document */

body{
	background: url(http://overfence-movie.jp/message/img/m_bg.png) repeat #fff;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #006d82;
	line-height: 28px;
	letter-spacing: 1px;
	overflow-x: hidden;
}

/*ハイライトカラー*/

::selection {
background: #006d82;
color: #fff;
}
::-moz-selection {
background: #006d82;
color: #fff;
}

div#cWrap{
	width: 800px;
	margin: 0 auto;
}


header{
	margin-bottom: 40px;
}

#txtArea{
	width: 740px;
	margin: 0 auto;
}

#txtArea p{
	display: block;
	margin-bottom: 20px;
}

#txtArea p.tsunekichi{
	display: block;
	margin: 40px 0;
}

#txtArea .name{
	text-align: right;
	color: #000;
	font-size: 20px;
}

div#close{
	text-align:center;
	margin: 80px 0 40px;
}

div#cWrap a:hover{
	opacity: 0.7;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}