@import "fontstyle.css";
/* -------------------------- */
/* BODY ELEMENT */
/* -------------------------- */
BODY {
color:#222222; 
margin: 0px;
padding: 0px;
}

/* -------------------------- */
/* 全般的なリンクの設定 */
/* -------------------------- */
a {color: #0000cc; text-decoration: none; }
a:hover {color: #ff3300; text-decoration: underline; }

/* -------------------------- */
/* 一般タグの設定 */
/* -------------------------- */
p.lead { 
font-size: 10pt; 
font-weight: normal; 
line-height: 140%; 
font-family: "ＭＳ Ｐゴシック", "Osaka"; 
margin-bottom:20px; 
padding:0px; 
}

p.day { 
font-size: 8pt; 
font-weight: normal; 
line-height: 140%; 
font-family: "ＭＳ Ｐゴシック", "Osaka"; 
color:#666; 
margin:0px; 
padding:0px; 
}

p.title {
font-size: 12pt; 
font-weight:bold; 
color:#007E4E; 
border-bottom:1px solid #ccc; 
padding:3px 0px; 
margin:5px 0px; 
}
