﻿@charset "UTF-8";

/*live.html専用
-----------------------------------------*/
body nav ul li a[href="live.html"] {
color: #000;
background: url(../img/menu1.gif) no-repeat center bottom;
}

/* live
---------------------------------------*/
section article {
margin:0 0 30px;
padding: 90 0px 0px 30px;
border-bottom: 1px dotted #959595;
margin-left: 230px;
}
section article h1 {
font-size: 16px;
font-weight: bold;
padding: 0px 80px 10px 0;
margin-left: 150px;
color: #000;
}
section article h1:before {
content: "";
} 
section article p {
font-size: 12px;
line-height: 140%;
}
section article time {
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
margin: 10px 0 0px;
margin-left: 50px;
color: #666;
}

/* img
-----------------------------------------*/
  .article p img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
}
-----------------------------------------*/