﻿body 
{
	width: 90%;
	background-color: #E4FAF5;
	font-family: Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color: #FFFFFF;
}
h2.title 
{
    margin-bottom: 0;
	padding: 2px 5px 1px 5px;
	border-left: 7px solid #000066;
	border-bottom: 1px solid #000066;
/*
	background-color: #FF6565;
*/
    background-position: bottom left;
    background-image: url(../image/common/bg_news_title.gif);
    background-repeat: repeat-x;
	font-size: 14px;
	color: #C00000;
}
.text p 
{
    margin-top: 4px;
    padding-left: 20px;
	font-size: 12px;
	color: #404040;
	line-height: 150%;
}
.text table
{
    margin-top: 0;
    margin-left: 20px;
}
.text td
{
	font-size: 12px;
	/* background-color: #ffff99; */
	color: #404040;
	line-height: 150%;
}    
.text td.head
{
	font-size: 12px;
	font-weight: bold;
	background-color: #ff6699;
	color: #404040;
	line-height: 110%;
}    
.text p.date
{
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #C0C0FF;
}
