body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	background-color:#000000;
}

a:link {
	color: #009245;
	text-decoration: none;
}
a:visited {
	color: #009245;
	text-decoration: none;
}
a:hover {
	color: #39AC4A;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
	 
.bold { 
	font-size: 14px; 
	font-weight: bolder; 
	line-height: 24px; 
}
.big { 
	font-size: 29px; 
	font-weight: bolder; 
	line-height: 38px; 
}
.big2 { 
	font-size: 21px; 
	font-weight: bolder; 
	line-height: 32px; 
}
.bigred { 
	font-size: 24px; 
	font-weight: bolder; 
	line-height: 34px; 
	color: #C1272D;
}
.middle { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 31px; 
}
.middle2 { 
	font-size: 17px; 
	line-height: 31px; 
}
.middlegray { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 30px; 
	color: #4D4D4D;
}
.middlered { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 29px; 
	color: #C1272D;
}
.black11px {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px{
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.black16px {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
}
.gray16px {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.gray14px {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.bkgray {
	background-color: #aaaaaa;
}
.red12px {
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
}
.red13pxbold {
	font-size: 13px;
	line-height: 19px;
	font-weight: bolder; 
	color: #FF0000;
}
.red14px {
	font-size: 14px;
	line-height: 22px;
	color: #FF0000;
}
.white13px {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14px {
	font-size: 14px;
	line-height: 22px;
	font-weight: bolder;
	color: #FFFFFF;
}
.whiteboldbig {
	font-size: 20px;
	line-height: 26px;
	font-weight: bolder;
	color: #FFFFFF;
}
.line{ 
	border: 1px solid #cccccc;
}
.btn{ 
}
.pngfix{ 
}
ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

#textlive{
	width: 697px;
	padding: 60px 155px;
	text-align: left;
	line-height: 1.625;
	letter-spacing: 0.075em;
	zoom: 1;
}

#textlive:after{
	content: "";
	display: table;
	clear: both;
}

.tlImg{
	float: left;
	width: 320px;
}
.tlImg img{
	display: block;
	margin-bottom: 15px;
}

.tlEntry{
	float: right;
	width: 350px;
}

.tlSubject{
	padding-right: 70px;
}

.tlSubject p{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	background-color: #FFDC2F;
	font-size: 16px;
	color: #A13F00;
}
.tlSubject p:after{
	content: url(images/fukidashi.gif);
	position: absolute;
	bottom: -4px;
	right: -19px;
}

.tlDate{
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	background-color: #fff4b0;
	font-size: 10px;
	line-height: 20px;
}

.tlSubject span + span{
	display: block;
	margin-top: 12px;
}

.tlAuthor{
	position: absolute;
	bottom: -10px;
	right: -75px;
}

.tlBody{
	padding: 10px 15px;
	font-size: 14px;
}